From: Randy Dunlap Date: Sat, 19 Dec 2020 17:08:05 +0000 (-0800) Subject: kconfig: config script: add a little user help X-Git-Tag: iomap-folio-5.17-old~2293^2~4 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=d39648eb67ac851c7918c794424c266a5d2635b9;p=users%2Fwilly%2Flinux.git kconfig: config script: add a little user help Give the user a clue about the problem along with the 35 lines of usage/help text. Signed-off-by: Randy Dunlap Cc: Andi Kleen Cc: Masahiro Yamada Cc: linux-kbuild@vger.kernel.org Signed-off-by: Masahiro Yamada --- diff --git a/scripts/config b/scripts/config index 8c8d7c3d7acc..ff88e2faefd3 100755 --- a/scripts/config +++ b/scripts/config @@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do ;; *) + echo "bad command: $CMD" >&2 usage ;; esac