From: Fabio Estevam Date: Sat, 28 Feb 2015 18:11:46 +0000 (-0300) Subject: cmd_usb_mass_storage: Use 'USB Mass Storage' in the help text X-Git-Tag: v2015.07-rc1~350 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ee02a65e996c59efd2371cb615b5028bd61d9737;p=u-boot 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 Signed-off-by: Fabio Estevam Acked-by: Marek Vasut --- diff --git a/common/cmd_usb_mass_storage.c b/common/cmd_usb_mass_storage.c index 03f8be2146..198dab15ba 100644 --- a/common/cmd_usb_mass_storage.c +++ b/common/cmd_usb_mass_storage.c @@ -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]", " [] e.g. ums 0 mmc 0\n" " devtype defaults to mmc" );