
14 Oct
2016
14 Oct
'16
10 a.m.
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 --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 ""
--
2.5.5