From: Benoît Thébaudeau Date: Fri, 10 Aug 2012 09:07:38 +0000 (+0000) Subject: mmcinfo: Fix help message X-Git-Tag: v2012.10-rc1~44^2~6 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d1424ee544a501b4971d491219158bb0f092fc8c;p=u-boot mmcinfo: Fix help message Signed-off-by: Benoît Thébaudeau Cc: Andy Fleming Signed-off-by: Andy Fleming --- diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 750509da5e..79a1088f3b 100644 --- a/common/cmd_mmc.c +++ b/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[])