summaryrefslogtreecommitdiffstats
path: root/commands/mem.c
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2010-08-04 11:04:10 +0300
committerSascha Hauer <s.hauer@pengutronix.de>2010-08-04 10:16:21 +0200
commit5458c916979ff27e32595b2fa12bc9af5d9f5bdd (patch)
tree3a4937587b77e0e6c23bc2e1326b0acc8ead0569 /commands/mem.c
parent72ba847b32b052a30d3181968433b32d6d0aa533 (diff)
downloadbarebox-5458c916979ff27e32595b2fa12bc9af5d9f5bdd.tar.gz
barebox-5458c916979ff27e32595b2fa12bc9af5d9f5bdd.tar.xz
md: fix help text
Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'commands/mem.c')
-rw-r--r--commands/mem.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/mem.c b/commands/mem.c
index bd1d3493c0..d60980526b 100644
--- a/commands/mem.c
+++ b/commands/mem.c
@@ -217,7 +217,6 @@ static const __maybe_unused char cmd_md_help[] =
"display (hexdump) a memory region.\n"
"options:\n"
" -s <file> display file (default /dev/mem)\n"
-" -d <file> write file (default /dev/mem)\n"
" -b output in bytes\n"
" -w output in halfwords (16bit)\n"
" -l output in words (32bit)\n"