Signed-off-by: Veli-Pekka Peltola <veli-pekka.pelt...@bluegiga.com> Cc: Remy Bohmer <li...@bohmer.net> --- common/cmd_usb.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/common/cmd_usb.c b/common/cmd_usb.c index 8c87265..aecde13 100644 --- a/common/cmd_usb.c +++ b/common/cmd_usb.c @@ -701,10 +701,10 @@ U_BOOT_CMD( usb, 5, 1, do_usb, "USB sub-system", "reset - reset (rescan) USB controller\n" - "usb stop [f] - stop USB [f]=force stop\n" - "usb tree - show USB device tree\n" + "usb stop [f] - stop USB [f]=force stop\n" + "usb tree - show USB device tree\n" "usb info [dev] - show available USB devices\n" - "usb storage - show details of USB storage devices\n" + "usb storage - show details of USB storage devices\n" "usb dev [dev] - show or set current USB storage device\n" "usb part [dev] - print partition table of one or all USB storage" " devices\n" @@ -726,7 +726,7 @@ U_BOOT_CMD( usb, 5, 1, do_usb, "USB sub-system", "reset - reset (rescan) USB controller\n" - "usb tree - show USB device tree\n" - "usb info [dev] - show available USB devices" + "usb tree - show USB device tree\n" + "usb info [dev] - show available USB devices" ); #endif -- 1.7.4.1 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot