cmd_bootcycle: move additonal arguments into long help

This commit is contained in:
Alexander Couzens 2015-03-03 15:45:52 +01:00
parent 623e48a061
commit 82cfdb43cd
1 changed files with 2 additions and 2 deletions

View File

@ -112,8 +112,8 @@ int do_checkcycle(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
U_BOOT_CMD(
checkcycle, 2, 0, do_checkcycle,
"checkcycle [max_reboots] - check if maximum reboots reached.\n",
NULL
"checkcycle - check if maximum reboots reached.\n",
"[max_reboots]"
);
U_BOOT_CMD(