diff mbox

[U-Boot,IGNORE,6/9] cmd, help: break the help command

Message ID 1476432032-2250-7-git-send-email-hs@denx.de
State Deferred
Delegated to: Heiko Schocher
Headers show

Commit Message

Heiko Schocher Oct. 14, 2016, 8 a.m. UTC
do not apply this patch to mainline, simple test for
a tbot demo, please ignore.

Signed-off-by: Heiko Schocher <hs@denx.de>
---

 cmd/help.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox

Patch

diff --git a/cmd/help.c b/cmd/help.c
index 701ae7e..d58bbdd 100644
--- a/cmd/help.c
+++ b/cmd/help.c
@@ -30,7 +30,7 @@  U_BOOT_CMD(
 
 /* This does not use the U_BOOT_CMD macro as ? can't be used in symbol names */
 ll_entry_declare(cmd_tbl_t, question_mark, cmd) = {
-	"?",	CONFIG_SYS_MAXARGS,	1,	do_help,
+	"??",	CONFIG_SYS_MAXARGS,	1,	do_help,
 	"alias for 'help'",
 #ifdef  CONFIG_SYS_LONGHELP
 	""