mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-22 20:30:58 +02:00
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 <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: Masahiro Yamada <masahiroy@kernel.org>
This commit is contained in:
committed by
Masahiro Yamada
parent
5136bb8c8b
commit
d39648eb67
@@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do
|
||||
;;
|
||||
|
||||
*)
|
||||
echo "bad command: $CMD" >&2
|
||||
usage
|
||||
;;
|
||||
esac
|
||||
|
Reference in New Issue
Block a user