From cc9f607beb49d4d3556c326efb83a0a51784e484 Mon Sep 17 00:00:00 2001 From: Frans Meulenbroeks Date: Sat, 31 Jul 2010 15:01:52 +0200 Subject: various cmd_* files: remove the command name from the help message removed the command name from the help message as it is already printed. for cmd_mmc also rewrote the message a little bit Signed-off-by: Frans Meulenbroeks --- common/cmd_mmc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common/cmd_mmc.c') diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index e5f5e944d..19f2eb418 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -131,7 +131,9 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) } U_BOOT_CMD(mmcinfo, 2, 0, do_mmcinfo, - "mmcinfo -- display MMC info", + "display MMC info", + "\n + " - device number of the device to dislay info of\n" "" ); -- cgit v1.2.3-70-g09d2