summaryrefslogtreecommitdiff
path: root/avr/command_tbl.c
diff options
context:
space:
mode:
Diffstat (limited to 'avr/command_tbl.c')
-rw-r--r--avr/command_tbl.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/avr/command_tbl.c b/avr/command_tbl.c
index 4ed37b7..c526199 100644
--- a/avr/command_tbl.c
+++ b/avr/command_tbl.c
@@ -201,12 +201,10 @@ CMD_TBL_ITEM(
#endif /* CONFIG_CMD_LOADB */
CMD_TBL_ITEM(
- go, 2, 0, do_go,
+ go, CONFIG_SYS_MAXARGS, 0, do_go,
"start application at address 'addr'",
- "addr\n"
+ "[-h] addr\n"
" - start application at address 'addr'"
-// "\n"
-// " passing 'arg' as arguments"
),
CMD_TBL_ITEM(
reset, 1, 0, do_reset,