diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2009-03-23 22:27:34 -0400 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2009-04-04 22:42:54 +0200 | 
| commit | 852dbfdd56f68eb67d138b306a64e4de58dabb91 (patch) | |
| tree | 85d0ba709bc0a6a8b0b1291154ee584121be7240 /common/cmd_mmc.c | |
| parent | b93b24bf76f8a8220b236df3a5f30b2204eb4edc (diff) | |
| download | olio-uboot-2014.01-852dbfdd56f68eb67d138b306a64e4de58dabb91.tar.xz olio-uboot-2014.01-852dbfdd56f68eb67d138b306a64e4de58dabb91.zip | |
more command usage cleanup
Fix up a few dangling commands like in "Command usage cleanup" commit.
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
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" |