1
0
Fork 0

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>
utp
Fabio Estevam 2015-02-28 15:11:46 -03:00 committed by Lukasz Majewski
parent 7704fdbda3
commit ee02a65e99
1 changed files with 1 additions and 1 deletions

View 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"
);