]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_bootldr.c
Command usage cleanup
[karo-tx-uboot.git] / common / cmd_bootldr.c
index e6474aab22bfae66844a05fdda9e2865b9e124f7..b525f0d602d61725d9225a9496b2d7d36cc938e5 100644 (file)
@@ -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");