aboutsummaryrefslogtreecommitdiff
path: root/miscutils/nandwrite.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-21 02:49:58 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-21 02:49:58 +0100
commitbbc7bee9664b582c8237c4b879bba1bdee4d62a6 (patch)
tree150b33e048693b206af92b258a76d859bcf2a1d8 /miscutils/nandwrite.c
parentf6e20724d4aac3655e921ff6072e60bbe182b273 (diff)
downloadbusybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.tar.gz
busybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.tar.bz2
busybox-w32-bbc7bee9664b582c8237c4b879bba1bdee4d62a6.zip
make --help texts more uniform
function old new delta packed_usage 31062 31035 -27 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/nandwrite.c')
-rw-r--r--miscutils/nandwrite.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c
index c95cbb21e..dbe9043f4 100644
--- a/miscutils/nandwrite.c
+++ b/miscutils/nandwrite.c
@@ -37,7 +37,7 @@
37//usage: "\n -s ADDR Start address" 37//usage: "\n -s ADDR Start address"
38 38
39//usage:#define nanddump_trivial_usage 39//usage:#define nanddump_trivial_usage
40//usage: "[-no]" IF_LONG_OPTS(" [--bb=padbad|skipbad]") " [-s ADDR] [-l LEN] [-f FILE] MTD_DEVICE" 40//usage: "[-no]" IF_LONG_OPTS(" [--bb padbad|skipbad]") " [-s ADDR] [-l LEN] [-f FILE] MTD_DEVICE"
41//usage:#define nanddump_full_usage "\n\n" 41//usage:#define nanddump_full_usage "\n\n"
42//usage: "Dump MTD_DEVICE\n" 42//usage: "Dump MTD_DEVICE\n"
43//usage: "\n -n Read without ecc" 43//usage: "\n -n Read without ecc"
@@ -46,7 +46,7 @@
46//usage: "\n -l LEN Length" 46//usage: "\n -l LEN Length"
47//usage: "\n -f FILE Dump to file ('-' for stdout)" 47//usage: "\n -f FILE Dump to file ('-' for stdout)"
48//usage: IF_LONG_OPTS( 48//usage: IF_LONG_OPTS(
49//usage: "\n --bb=METHOD:" 49//usage: "\n --bb METHOD"
50//usage: "\n skipbad: skip bad blocks" 50//usage: "\n skipbad: skip bad blocks"
51//usage: "\n padbad: substitute bad blocks by 0xff (default)" 51//usage: "\n padbad: substitute bad blocks by 0xff (default)"
52//usage: ) 52//usage: )