Commit d39648eb authored by Randy Dunlap's avatar Randy Dunlap Committed by Masahiro Yamada

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: default avatarRandy Dunlap <rdunlap@infradead.org>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Masahiro Yamada <masahiroy@kernel.org>
Cc: linux-kbuild@vger.kernel.org
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent 5136bb8c
...@@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do ...@@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do
;; ;;
*) *)
echo "bad command: $CMD" >&2
usage usage
;; ;;
esac esac
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment