summaryrefslogtreecommitdiffstats
path: root/common/cmd_mmc.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-03-23 22:27:34 -0400
committerWolfgang Denk <wd@denx.de>2009-04-04 22:42:54 +0200
commit852dbfdd56f68eb67d138b306a64e4de58dabb91 (patch)
tree85d0ba709bc0a6a8b0b1291154ee584121be7240 /common/cmd_mmc.c
parentb93b24bf76f8a8220b236df3a5f30b2204eb4edc (diff)
downloadtalos-obmc-uboot-852dbfdd56f68eb67d138b306a64e4de58dabb91.tar.gz
talos-obmc-uboot-852dbfdd56f68eb67d138b306a64e4de58dabb91.zip
more command usage cleanup
Fix up a few dangling commands like in "Command usage cleanup" commit. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'common/cmd_mmc.c')
-rw-r--r--common/cmd_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index 16c919be83..ee94470da0 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -166,7 +166,7 @@ int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
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"
OpenPOWER on IntegriCloud