Skip to content
Snippets Groups Projects
Commit ee02a65e authored by Fabio Estevam's avatar Fabio Estevam Committed by Lukasz Majewski
Browse files

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: default avatarSoeren Moch <smoch@web.de>
Signed-off-by: default avatarFabio Estevam <fabio.estevam@freescale.com>
Acked-by: default avatarMarek Vasut <marex@denx.de>
parent 7704fdbd
No related branches found
No related tags found
No related merge requests found
...@@ -159,7 +159,7 @@ exit: ...@@ -159,7 +159,7 @@ exit:
} }
U_BOOT_CMD(ums, 4, 1, do_usb_mass_storage, 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" "<USB_controller> [<devtype>] <devnum> e.g. ums 0 mmc 0\n"
" devtype defaults to mmc" " devtype defaults to mmc"
); );
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment