summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-02-25 13:03:08 (GMT)
committerWolfgang Denk <wd@denx.de>2010-03-21 15:44:04 (GMT)
commit9d90a93d367272ee65550c0c9f82615cec967c70 (patch)
tree952286ac78310c725a17dc4880834a5271e18138
parent67c7189dd35cb368ef665126fd17816581bd2e92 (diff)
downloadu-boot-fsl-qoriq-9d90a93d367272ee65550c0c9f82615cec967c70.tar.xz
cmd_mmc remove \n
This patch removes the \n after the help message for mmcinfo. This resulted in an empty line being displayed after the mmcinfo line when the help command was given. Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
-rw-r--r--common/cmd_mmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index 0e3393b..c67c9cf 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -136,7 +136,7 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
}
U_BOOT_CMD(mmcinfo, 2, 0, do_mmcinfo,
- "mmcinfo <dev num>-- display MMC info\n",
+ "mmcinfo <dev num>-- display MMC info",
""
);