]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_usb.c
compiler.h: unify system ifdef cruft here
[karo-tx-uboot.git] / common / cmd_usb.c
index a18e16e1004444e618843802828ad6be356ebf93..7b8ee6b48e7c007ce7d79266dc0fa9737bb157a1 100644 (file)
@@ -686,14 +686,14 @@ U_BOOT_CMD(
        "usb part [dev] - print partition table of one or all USB storage"
        " devices\n"
        "usb read addr blk# cnt - read `cnt' blocks starting at block `blk#'\n"
-       "    to memory address `addr'\n"
+       "    to memory address `addr'"
 );
 
 
 U_BOOT_CMD(
        usbboot,        3,      1,      do_usbboot,
        "boot from USB device",
-       "loadAddr dev:part\n"
+       "loadAddr dev:part"
 );
 
 #else
@@ -702,6 +702,6 @@ U_BOOT_CMD(
        "USB sub-system",
        "reset - reset (rescan) USB controller\n"
        "usb  tree  - show USB device tree\n"
-       "usb  info [dev] - show available USB devices\n"
+       "usb  info [dev] - show available USB devices"
 );
 #endif