]> git.sur5r.net Git - u-boot/commit
cmd_usb_mass_storage: Remove extra 'ums' string in the usage text
authorFabio Estevam <fabio.estevam@freescale.com>
Wed, 25 Feb 2015 16:03:19 +0000 (13:03 -0300)
committerTom Rini <trini@konsulko.com>
Fri, 6 Mar 2015 01:50:29 +0000 (20:50 -0500)
commite5d3e7fcbe43355413f2e8d03c3c73f4615d7f5d
treee84e9394f383cf3ff8e9845a71a376295ace1692
parent7bf9f20d0246e0985c5c06bb56b3e9ce9300fcde
cmd_usb_mass_storage: Remove extra 'ums' string in the usage text

Currently the usage text for the 'ums' command looks like this:

Usage:
ums ums <USB_controller> [<devtype>] <devnum>  e.g. ums 0 mmc 0

,so remove the extra 'ums' in the text.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Acked-by: Marek Vasut <marex@denx.de>
common/cmd_usb_mass_storage.c