All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] kconfig: config script: add a little user help
@ 2020-12-19 17:08 Randy Dunlap
  2020-12-23 15:05 ` Masahiro Yamada
  2021-04-02 14:20 ` Andi Kleen
  0 siblings, 2 replies; 3+ messages in thread
From: Randy Dunlap @ 2020-12-19 17:08 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Andi Kleen, Masahiro Yamada, linux-kbuild

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
---
v2: spell out "command" & send to STDERR; (Yamada-san)

 scripts/config |    1 +
 1 file changed, 1 insertion(+)

--- linux-next-20201218.orig/scripts/config
+++ linux-next-20201218/scripts/config
@@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do
 		;;
 
 	*)
+		echo "bad command: $CMD" >&2
 		usage
 		;;
 	esac

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-02 14:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-19 17:08 [PATCH v2] kconfig: config script: add a little user help Randy Dunlap
2020-12-23 15:05 ` Masahiro Yamada
2021-04-02 14:20 ` Andi Kleen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.