On Sat, Dec 19, 2020 at 3:00 PM Randy Dunlap <rdun...@infradead.org> wrote: > > Give the user a clue about the problem along with the 35 lines of > usage/help text. > > Signed-off-by: Randy Dunlap <rdun...@infradead.org> > Cc: Andi Kleen <a...@linux.intel.com> > Cc: Masahiro Yamada <masahi...@kernel.org> > Cc: linux-kbu...@vger.kernel.org > --- > scripts/config | 1 + > 1 file changed, 1 insertion(+) > > --- linux-next-20201218.orig/scripts/config > +++ linux-next-20201218/scripts/config > @@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do > ;; > > *) > + echo "bad cmd: $CMD"
Please send this to stderr. > usage > ;; > esac -- Best Regards Masahiro Yamada