]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/esd/pci405/cmd_pci405.c
Command usage cleanup
[karo-tx-uboot.git] / board / esd / pci405 / cmd_pci405.c
index f558a2bc63a9ef9d19ae0c9bb7ef5fa26801d4f5..a0d1f3f0d1654e7f52a84fc5b1e4c1c35d5d4902 100644 (file)
@@ -108,7 +108,7 @@ int do_loadpci(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 }
 U_BOOT_CMD(
        loadpci,        1,      1,      do_loadpci,
-       "loadpci - Wait for pci-image and boot it\n",
+       "Wait for pci-image and boot it",
        NULL
 );
 #endif