Skip to content
Snippets Groups Projects
Commit d39648eb authored by Randy Dunlap's avatar Randy Dunlap Committed by Masahiro Yamada
Browse files

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
No related branches found
No related tags found
No related merge requests found
...@@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do ...@@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do
;; ;;
*) *)
echo "bad command: $CMD" >&2
usage usage
;; ;;
esac esac
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment