Skip to content

Commit d39648e

Browse files
rddunlapmasahir0y
authored andcommitted
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 <[email protected]> Cc: Andi Kleen <[email protected]> Cc: Masahiro Yamada <[email protected]> Cc: [email protected] Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 5136bb8 commit d39648e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/config

+1
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do
223223
;;
224224

225225
*)
226+
echo "bad command: $CMD" >&2
226227
usage
227228
;;
228229
esac

0 commit comments

Comments
 (0)