* [U-Boot] [PATCH] mmcinfo: Fix help message
@ 2012-08-10 19:07 Benoît Thébaudeau
0 siblings, 0 replies; only message in thread
From: Benoît Thébaudeau @ 2012-08-10 19:07 UTC (permalink / raw)
To: u-boot
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 --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[])
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-08-10 19:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-10 19:07 [U-Boot] [PATCH] mmcinfo: Fix help message Benoît Thébaudeau
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox