VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Randy Dunlap <rdunlap@infradead.org> 2020-12-19 09:08:05 -0800 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-01-04 10:38:11 +0900 commit: d39648eb67ac851c7918c794424c266a5d2635b9 parent: 5136bb8c8b5872676f397b27f93a30568baf3a25
Commit Summary:
kconfig: config script: add a little user help
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/scripts/config b/scripts/config
index 8c8d7c3d7acc..ff88e2faefd3 100755
--- a/scripts/config
+++ b/scripts/config
@@ -223,6 +223,7 @@ while [ "$1" != "" ] ; do
 		;;
 
 	*)
+		echo "bad command: $CMD" >&2
 		usage
 		;;
 	esac