diff options
Diffstat (limited to 'common/cmd_mmc.c')
| -rw-r--r-- | common/cmd_mmc.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/common/cmd_mmc.c b/common/cmd_mmc.c index 16c919be8..ee94470da 100644 --- a/common/cmd_mmc.c +++ b/common/cmd_mmc.c @@ -166,7 +166,7 @@ int do_mmcops(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])  U_BOOT_CMD(  	mmc, 6, 1, do_mmcops, -	"mmc	- MMC sub system\n", +	"MMC sub system",  	"mmc read <device num> addr blk# cnt\n"  	"mmc write <device num> addr blk# cnt\n"  	"mmc rescan <device num>\n" |