summaryrefslogtreecommitdiffstats
path: root/common/cmd_dataflash_mmc_mux.c
diff options
context:
space:
mode:
authorFrans Meulenbroeks <fransmeulenbroeks@gmail.com>2010-07-31 15:01:52 +0200
committerWolfgang Denk <wd@denx.de>2010-08-09 01:06:34 +0200
commitcc9f607beb49d4d3556c326efb83a0a51784e484 (patch)
treed6cf025dc0c2ffa5c9a3276d6348dfa2c59c9a71 /common/cmd_dataflash_mmc_mux.c
parent0aef7bc71971266aa60ee17aa75add432dd4ca48 (diff)
downloadblackbird-obmc-uboot-cc9f607beb49d4d3556c326efb83a0a51784e484.tar.gz
blackbird-obmc-uboot-cc9f607beb49d4d3556c326efb83a0a51784e484.zip
various cmd_* files: remove the command name from the help message
removed the command name from the help message as it is already printed. for cmd_mmc also rewrote the message a little bit Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'common/cmd_dataflash_mmc_mux.c')
-rw-r--r--common/cmd_dataflash_mmc_mux.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/cmd_dataflash_mmc_mux.c b/common/cmd_dataflash_mmc_mux.c
index fc23ed6ff2..1678d6e466 100644
--- a/common/cmd_dataflash_mmc_mux.c
+++ b/common/cmd_dataflash_mmc_mux.c
@@ -58,7 +58,7 @@ static int mmc_nspi (const char *s)
U_BOOT_CMD(
dataflash_mmc_mux, 2, 1, do_dataflash_mmc_mux,
- "dataflash_mmc_mux\t- enable or disable MMC or SPI\n",
+ "enable or disable MMC or SPI\n",
"[mmc, spi]\n"
" - enable or disable MMC or SPI"
);
OpenPOWER on IntegriCloud