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 <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>
  • Loading branch information
Randy Dunlap authored and Masahiro Yamada 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.