summaryrefslogtreecommitdiff
path: root/common/cmd_mmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/cmd_mmc.c')
-rw-r--r--common/cmd_mmc.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c
index e5f5e944da..19f2eb418d 100644
--- a/common/cmd_mmc.c
+++ b/common/cmd_mmc.c
@@ -131,7 +131,9 @@ int do_mmcinfo (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
}
U_BOOT_CMD(mmcinfo, 2, 0, do_mmcinfo,
- "mmcinfo <dev num>-- display MMC info",
+ "display MMC info",
+ "<dev num>\n
+ " - device number of the device to dislay info of\n"
""
);