mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-24 04:34:22 +08:00
cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text
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>
This commit is contained in:
parent
7704fdbda3
commit
ee02a65e99
@ -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"
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user