diff mbox

[U-Boot] mmcinfo: Fix help message

Message ID 1758948562.2282187.1344625658087.JavaMail.root@advansee.com
State Accepted
Commit d1424ee544a501b4971d491219158bb0f092fc8c
Delegated to: Andy Fleming
Headers show

Commit Message

Benoît Thébaudeau Aug. 10, 2012, 7:07 p.m. UTC
Signed-off-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Cc: Andy Fleming <afleming@gmail.com>
---
 .../common/cmd_mmc.c                               |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

diff --git u-boot-4d3c95f.orig/common/cmd_mmc.c u-boot-4d3c95f/common/cmd_mmc.c
index 750509d..79a1088 100644
--- u-boot-4d3c95f.orig/common/cmd_mmc.c
+++ u-boot-4d3c95f/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[])