9
0
Fork 0

mw: fix help text

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Baruch Siach 2010-08-04 16:24:38 +03:00 committed by Sascha Hauer
parent 7d8fcfdebb
commit 5b4a60bc62
1 changed files with 3 additions and 1 deletions

View File

@ -293,7 +293,9 @@ static int do_mem_mw(struct command *cmdtp, int argc, char *argv[])
static const __maybe_unused char cmd_mw_help[] =
"Usage: mw [OPTIONS] <region> <value(s)>\n"
"Write value(s) to the specifies region.\n"
"see 'help md' for supported options.\n";
"options:\n"
" -b, -w, -l use byte, halfword, or word accesses\n"
" -d <file> write file (default /dev/mem)\n";
BAREBOX_CMD_START(mw)
.cmd = do_mem_mw,