From: Randy Dunlap Date: Sat, 19 Dec 2020 17:08:05 +0000 (-0800) Subject: kconfig: config script: add a little user help X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d39648eb67ac851c7918c794424c266a5d2635b9;p=linux.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 8c8d7c3d7accc..ff88e2faefd35 100755 --- a/scripts/config +++ b/scripts/config @@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do ;; *) + echo "bad command: $CMD" >&2 usage ;; esac