From mboxrd@z Thu Jan 1 00:00:00 1970 From: Soeren Moch Date: Fri, 27 Feb 2015 14:20:45 +0100 Subject: [U-Boot] [PATCH] cmd_usb_mass_storage: Remove extra 'ums' string in the usage text In-Reply-To: <1424880199-29572-1-git-send-email-fabio.estevam@freescale.com> Message-ID: <54F06F2D.9050408@web.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > Currently the usage text for the 'ums' command looks like this: > > Usage: > ums ums [] e.g. ums 0 mmc 0 > > ,so remove the extra 'ums' in the text. > > Signed-off-by: Fabio Estevam When fixing the ums help text, I think we also should change the "long name" from "User Mass Storage" to "USB Mass Storage". Regards, Soeren