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_mgdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/cmd_mgdisk.c') diff --git a/common/cmd_mgdisk.c b/common/cmd_mgdisk.c index 51c994b6f91..d99af2d265f 100644 --- a/common/cmd_mgdisk.c +++ b/common/cmd_mgdisk.c @@ -61,7 +61,7 @@ int do_mg_disk_cmd (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) U_BOOT_CMD( mgd, 5, 0, do_mg_disk_cmd, - "mgd - mgine m[g]flash command\n", + "mgine m[g]flash command\n", ": mgine mflash IO mode (disk) command\n" " - initialize : mgd init\n" " - random read : mgd read [from] [to] [size]\n" -- cgit v1.2.3