summaryrefslogtreecommitdiffstats
path: root/commands/mem.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-08-30 21:06:33 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2010-08-30 21:06:33 +0200
commit80f9963207ab876c7bcab0e729a1b074f0acc2b0 (patch)
treec764386c8c67643c2c1d37945f274d2c5e82767e /commands/mem.c
parent3d5d2279c0c5d3a7e83f94d98434c1cf29e35311 (diff)
parent0d35c3c8a0c2a1f1ff06eac20a12af0186753bc4 (diff)
downloadbarebox-80f9963207ab876c7bcab0e729a1b074f0acc2b0.tar.gz
barebox-80f9963207ab876c7bcab0e729a1b074f0acc2b0.tar.xz
Merge branch 'next'
Diffstat (limited to 'commands/mem.c')
-rw-r--r--commands/mem.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/commands/mem.c b/commands/mem.c
index d60980526b..8a4267cee4 100644
--- a/commands/mem.c
+++ b/commands/mem.c
@@ -292,7 +292,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,