]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text
authorFabio Estevam <fabio.estevam@freescale.com>
Sat, 28 Feb 2015 18:11:46 +0000 (15:11 -0300)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:13 +0000 (21:47 +0200)
USB Mass Storage is the standard name, so let's use it here.

Suggested-by: Soeren Moch <smoch@web.de>
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Acked-by: Marek Vasut <marex@denx.de>
common/cmd_usb_mass_storage.c

index 03f8be21464716f346438e28899b2c8cbbc49bfa..198dab15baf0335b7746a055fd1e3ecf2a2d0e70 100644 (file)
@@ -159,7 +159,7 @@ exit:
 }
 
 U_BOOT_CMD(ums, 4, 1, do_usb_mass_storage,
-       "Use the UMS [User Mass Storage]",
+       "Use the UMS [USB Mass Storage]",
        "<USB_controller> [<devtype>] <devnum>  e.g. ums 0 mmc 0\n"
        "    devtype defaults to mmc"
 );