]> git.kernelconcepts.de Git - karo-tx-uboot.git/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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:24:12 +0000 (14:24 +0200)
commita2d6bc74958f9809c310e9b2421217b7de45f4fe
tree25d046196cd3b067a739fd17187a30879411b2bf
parent9325d5d01aa8df55f955065a24a6526b06a90d61
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