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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do
		;;

	*)
		echo "bad command: $CMD" >&2
		usage
		;;
	esac