commit | 852dbfdd56f68eb67d138b306a64e4de58dabb91 | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Mon Mar 23 22:27:34 2009 -0400 |
committer | Wolfgang Denk <wd@denx.de> | Sat Apr 04 22:42:54 2009 +0200 |
tree | 85d0ba709bc0a6a8b0b1291154ee584121be7240 | |
parent | b93b24bf76f8a8220b236df3a5f30b2204eb4edc [diff] [blame] |
more command usage cleanup Fix up a few dangling commands like in "Command usage cleanup" commit. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 16c919b..ee94470 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c
@@ -166,7 +166,7 @@ U_BOOT_CMD( mmc, 6, 1, do_mmcops, - "mmc - MMC sub system\n", + "MMC sub system", "mmc read <device num> addr blk# cnt\n" "mmc write <device num> addr blk# cnt\n" "mmc rescan <device num>\n"