Skip to content

Commit

Permalink
kconfig: config script: add a little user help
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
rddunlap authored and masahir0y committed Jan 4, 2021
1 parent 5136bb8 commit d39648e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/config
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do
;;

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

0 comments on commit d39648e

Please sign in to comment.