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)
committerChanho Park <chanho61.park@samsung.com>
Fri, 24 Jul 2015 07:30:13 +0000 (16:30 +0900)
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 f7d9ec80317b7fc5e01bd5272bd9f8376d742519..3f0c63cf4ba80f5aa249d9040cc9ea642f0b3e7c 100644 (file)
@@ -172,7 +172,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"
 );