]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_usb.c
led_display: split led display support into generic and hw-dependent parts
[u-boot] / common / cmd_usb.c
index dc63f244da4ece79400c9defb9e82312751110ac..226ea0dacf1e6e752e18ca723b7e755c9e615b0e 100644 (file)
@@ -712,7 +712,7 @@ 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'"
+       "    to memory address `addr'\n"
        "usb write addr blk# cnt - write `cnt' blocks starting at block `blk#'\n"
        "    from memory address `addr'"
 );