summaryrefslogtreecommitdiffstats
path: root/commands/help.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/help.c')
-rw-r--r--commands/help.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/help.c b/commands/help.c
index ddb2aa8409..1a8bc9b17e 100644
--- a/commands/help.c
+++ b/commands/help.c
@@ -62,7 +62,6 @@ static const __maybe_unused char cmd_help_help[] =
static const char *help_aliases[] = { "?", NULL};
U_BOOT_CMD_START(help)
- .maxargs = 2,
.cmd = do_help,
.aliases = help_aliases,
.usage = "print online help",