]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_fdc.c
stdio/device: rework function naming convention
[karo-tx-uboot.git] / common / cmd_fdc.c
index c043b9765002292c3592d8c0b6df618a1cdf6675..8e18c71bf40fbd7ee467a6af6db91cf858146bb6 100644 (file)
@@ -903,6 +903,6 @@ int do_fdcboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 U_BOOT_CMD(
        fdcboot,        3,      1,      do_fdcboot,
        "boot from floppy device",
-       "loadAddr drive\n"
+       "loadAddr drive"
 );
 #endif