public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH 1/5] mmc: clean up help texts
@ 2009-04-05  8:00 Rabin Vincent
  2009-04-05  8:00 ` [U-Boot] [PATCH 2/5] mmc: check find_mmc_device return value Rabin Vincent
  2009-04-16 16:52 ` [U-Boot] [PATCH 1/5] mmc: clean up help texts Rabin Vincent
  0 siblings, 2 replies; 7+ messages in thread
From: Rabin Vincent @ 2009-04-05  8:00 UTC (permalink / raw)
  To: u-boot

Remove some repeated words and superfluous newlines in the mmc command
help entries.

Signed-off-by: Rabin Vincent <rabin@rab.in>
---
 common/cmd_mmc.c |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index f1fa32f..bd55ff1 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -135,8 +135,9 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 	return 0;
 }
 
-U_BOOT_CMD(mmcinfo, 2, 0, do_mmcinfo, "mmcinfo <dev num>-- display MMC info\n",
-		NULL);
+U_BOOT_CMD(mmcinfo,	2,	0,	do_mmcinfo,
+	"print MMC information",
+	"<dev num>\n");
 
 int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 {
@@ -218,8 +219,8 @@ int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 U_BOOT_CMD(
 	mmc, 6, 1, do_mmcops,
 	"MMC sub system",
-	"mmc read <device num> addr blk# cnt\n"
+	"read <device num> addr blk# cnt\n"
 	"mmc write <device num> addr blk# cnt\n"
 	"mmc rescan <device num>\n"
-	"mmc list - lists available devices\n");
+	"mmc list - list available devices\n");
 #endif
-- 
1.6.2.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-04-16 23:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-05  8:00 [U-Boot] [PATCH 1/5] mmc: clean up help texts Rabin Vincent
2009-04-05  8:00 ` [U-Boot] [PATCH 2/5] mmc: check find_mmc_device return value Rabin Vincent
2009-04-05  8:00   ` [U-Boot] [PATCH 3/5] mmc: use lldiv to fix arm eabi build Rabin Vincent
2009-04-05  8:00     ` [U-Boot] [PATCH 4/5] mmc: fix response decoding on little endian Rabin Vincent
2009-04-05  8:00       ` [U-Boot] [PATCH 5/5] mmc: drop unnecessary casts Rabin Vincent
2009-04-16 16:52 ` [U-Boot] [PATCH 1/5] mmc: clean up help texts Rabin Vincent
2009-04-16 23:33   ` Andy Fleming

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox