X-Git-Url: http://cloudbase.mooo.com/gitweb/z180-stamp.git/blobdiff_plain/51dd0948df5ed53b11cab4e909e19ee7cee363c5..9403f93922ea096bfdea4a81f1c34c5c044fcbbb:/avr/command_tbl.c 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,