mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 08:42:12 +02: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:
committed by
Lukasz Majewski
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"
|
||||
);
|
||||
|
Reference in New Issue
Block a user