summaryrefslogtreecommitdiffstats
path: root/common/cmd_mmc.c
diff options
context:
space:
mode:
authorBenoît Thébaudeau <benoit.thebaudeau@advansee.com>2012-08-10 09:07:38 +0000
committerAndy Fleming <afleming@freescale.com>2012-09-05 17:32:42 -0500
commitd1424ee544a501b4971d491219158bb0f092fc8c (patch)
tree9158a683bed3de4cd9f096110af3da441d8a0a58 /common/cmd_mmc.c
parent6bb4b4bc3554c87c342ecbe69fd4a79af7e32741 (diff)
downloadtalos-obmc-uboot-d1424ee544a501b4971d491219158bb0f092fc8c.tar.gz
talos-obmc-uboot-d1424ee544a501b4971d491219158bb0f092fc8c.zip
mmcinfo: Fix help message
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com> Cc: Andy Fleming <afleming@gmail.com> Signed-off-by: Andy Fleming <afleming@freescale.com>
Diffstat (limited to 'common/cmd_mmc.c')
-rw-r--r--common/cmd_mmc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index 750509da5e..79a1088f3b 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -144,8 +144,7 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
U_BOOT_CMD(
mmcinfo, 1, 0, do_mmcinfo,
"display MMC info",
- " - device number of the device to dislay info of\n"
- ""
+ "- dislay info of the current MMC device"
);
int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
OpenPOWER on IntegriCloud