diff options
Diffstat (limited to 'common/cmd_mmc.c')
| -rw-r--r-- | common/cmd_mmc.c | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 750509da5..79a1088f3 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[]) |