aboutsummaryrefslogtreecommitdiff
path: root/common/cmd_bootldr.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_bootldr.c')
-rw-r--r--common/cmd_bootldr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_bootldr.c b/common/cmd_bootldr.c
index e6474aab2..b525f0d60 100644
--- a/common/cmd_bootldr.c
+++ b/common/cmd_bootldr.c
@@ -59,6 +59,6 @@ int do_bootldr(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
}
U_BOOT_CMD(bootldr, 2, 0, do_bootldr,
- "bootldr - boot ldr image from memory\n",
+ "boot ldr image from memory",
"[addr]\n"
" - boot ldr image stored in memory\n");