run_recovery: fix help string

help string in newer u-boots already include the command name.
This is a very old u-boot so we need to include it again
This commit is contained in:
Alexander Couzens 2015-03-04 21:03:43 +01:00
parent 935d074b4e
commit c102e8ce14
1 changed files with 1 additions and 1 deletions

View File

@ -128,6 +128,6 @@ static int do_run_recovery(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
U_BOOT_CMD(
run_recovery, 2, 0, do_run_recovery,
"Run the sysmocom sysmoBTS recovery process",
"run_recovery - Run the sysmocom sysmoBTS recovery process",
"[force]"
);