From: Rabin Vincent Date: Sun, 5 Apr 2009 08:00:52 +0000 (+0530) Subject: mmc: clean up help texts X-Git-Tag: v2009.06-rc3~16^2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ac0865ff33870cdf2cd480165045e1bc311e9fa2;p=kernel%2Fu-boot.git mmc: clean up help texts Remove some repeated words and superfluous newlines in the mmc command help entries. Signed-off-by: Rabin Vincent --- 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 -- display MMC info\n", - NULL); +U_BOOT_CMD(mmcinfo, 2, 0, do_mmcinfo, + "print MMC information", + "\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 addr blk# cnt\n" + "read addr blk# cnt\n" "mmc write addr blk# cnt\n" "mmc rescan \n" - "mmc list - lists available devices\n"); + "mmc list - list available devices\n"); #endif