diff options
198 files changed, 40 insertions, 268 deletions
diff --git a/archival/ar.c b/archival/ar.c index e7973af94..acad20ff2 100644 --- a/archival/ar.c +++ b/archival/ar.c | |||
@@ -21,7 +21,6 @@ | |||
21 | //usage: "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES" | 21 | //usage: "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES" |
22 | //usage:#define ar_full_usage "\n\n" | 22 | //usage:#define ar_full_usage "\n\n" |
23 | //usage: "Extract or list FILES from an ar archive\n" | 23 | //usage: "Extract or list FILES from an ar archive\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: "\n -o Preserve original dates" | 24 | //usage: "\n -o Preserve original dates" |
26 | //usage: "\n -p Extract to stdout" | 25 | //usage: "\n -p Extract to stdout" |
27 | //usage: "\n -t List" | 26 | //usage: "\n -t List" |
diff --git a/archival/bbunzip.c b/archival/bbunzip.c index 734c9b269..bb1ec0e37 100644 --- a/archival/bbunzip.c +++ b/archival/bbunzip.c | |||
@@ -172,7 +172,6 @@ char* FAST_FUNC make_new_name_generic(char *filename, const char *expected_ext) | |||
172 | //usage: "[-cf] [FILE]..." | 172 | //usage: "[-cf] [FILE]..." |
173 | //usage:#define uncompress_full_usage "\n\n" | 173 | //usage:#define uncompress_full_usage "\n\n" |
174 | //usage: "Decompress .Z file[s]\n" | 174 | //usage: "Decompress .Z file[s]\n" |
175 | //usage: "\nOptions:" | ||
176 | //usage: "\n -c Write to stdout" | 175 | //usage: "\n -c Write to stdout" |
177 | //usage: "\n -f Overwrite" | 176 | //usage: "\n -f Overwrite" |
178 | 177 | ||
@@ -232,7 +231,6 @@ int uncompress_main(int argc UNUSED_PARAM, char **argv) | |||
232 | //usage: "[-cft] [FILE]..." | 231 | //usage: "[-cft] [FILE]..." |
233 | //usage:#define gunzip_full_usage "\n\n" | 232 | //usage:#define gunzip_full_usage "\n\n" |
234 | //usage: "Decompress FILEs (or stdin)\n" | 233 | //usage: "Decompress FILEs (or stdin)\n" |
235 | //usage: "\nOptions:" | ||
236 | //usage: "\n -c Write to stdout" | 234 | //usage: "\n -c Write to stdout" |
237 | //usage: "\n -f Force" | 235 | //usage: "\n -f Force" |
238 | //usage: "\n -t Test file integrity" | 236 | //usage: "\n -t Test file integrity" |
@@ -339,7 +337,6 @@ int gunzip_main(int argc UNUSED_PARAM, char **argv) | |||
339 | //usage: "[-cf] [FILE]..." | 337 | //usage: "[-cf] [FILE]..." |
340 | //usage:#define bunzip2_full_usage "\n\n" | 338 | //usage:#define bunzip2_full_usage "\n\n" |
341 | //usage: "Decompress FILEs (or stdin)\n" | 339 | //usage: "Decompress FILEs (or stdin)\n" |
342 | //usage: "\nOptions:" | ||
343 | //usage: "\n -c Write to stdout" | 340 | //usage: "\n -c Write to stdout" |
344 | //usage: "\n -f Force" | 341 | //usage: "\n -f Force" |
345 | //usage:#define bzcat_trivial_usage | 342 | //usage:#define bzcat_trivial_usage |
@@ -380,7 +377,6 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
380 | //usage: "[-cf] [FILE]..." | 377 | //usage: "[-cf] [FILE]..." |
381 | //usage:#define unlzma_full_usage "\n\n" | 378 | //usage:#define unlzma_full_usage "\n\n" |
382 | //usage: "Decompress FILE (or stdin)\n" | 379 | //usage: "Decompress FILE (or stdin)\n" |
383 | //usage: "\nOptions:" | ||
384 | //usage: "\n -c Write to stdout" | 380 | //usage: "\n -c Write to stdout" |
385 | //usage: "\n -f Force" | 381 | //usage: "\n -f Force" |
386 | //usage: | 382 | //usage: |
@@ -388,7 +384,6 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
388 | //usage: "-d [-cf] [FILE]..." | 384 | //usage: "-d [-cf] [FILE]..." |
389 | //usage:#define lzma_full_usage "\n\n" | 385 | //usage:#define lzma_full_usage "\n\n" |
390 | //usage: "Decompress FILE (or stdin)\n" | 386 | //usage: "Decompress FILE (or stdin)\n" |
391 | //usage: "\nOptions:" | ||
392 | //usage: "\n -d Decompress" | 387 | //usage: "\n -d Decompress" |
393 | //usage: "\n -c Write to stdout" | 388 | //usage: "\n -c Write to stdout" |
394 | //usage: "\n -f Force" | 389 | //usage: "\n -f Force" |
@@ -402,7 +397,6 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
402 | //usage: "[-cf] [FILE]..." | 397 | //usage: "[-cf] [FILE]..." |
403 | //usage:#define unxz_full_usage "\n\n" | 398 | //usage:#define unxz_full_usage "\n\n" |
404 | //usage: "Decompress FILE (or stdin)\n" | 399 | //usage: "Decompress FILE (or stdin)\n" |
405 | //usage: "\nOptions:" | ||
406 | //usage: "\n -c Write to stdout" | 400 | //usage: "\n -c Write to stdout" |
407 | //usage: "\n -f Force" | 401 | //usage: "\n -f Force" |
408 | //usage: | 402 | //usage: |
@@ -410,7 +404,6 @@ int bunzip2_main(int argc UNUSED_PARAM, char **argv) | |||
410 | //usage: "-d [-cf] [FILE]..." | 404 | //usage: "-d [-cf] [FILE]..." |
411 | //usage:#define xz_full_usage "\n\n" | 405 | //usage:#define xz_full_usage "\n\n" |
412 | //usage: "Decompress FILE (or stdin)\n" | 406 | //usage: "Decompress FILE (or stdin)\n" |
413 | //usage: "\nOptions:" | ||
414 | //usage: "\n -d Decompress" | 407 | //usage: "\n -d Decompress" |
415 | //usage: "\n -c Write to stdout" | 408 | //usage: "\n -c Write to stdout" |
416 | //usage: "\n -f Force" | 409 | //usage: "\n -f Force" |
diff --git a/archival/bzip2.c b/archival/bzip2.c index cfaf5fe20..e39d7f704 100644 --- a/archival/bzip2.c +++ b/archival/bzip2.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[OPTIONS] [FILE]..." | 11 | //usage: "[OPTIONS] [FILE]..." |
12 | //usage:#define bzip2_full_usage "\n\n" | 12 | //usage:#define bzip2_full_usage "\n\n" |
13 | //usage: "Compress FILEs (or stdin) with bzip2 algorithm\n" | 13 | //usage: "Compress FILEs (or stdin) with bzip2 algorithm\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -1..9 Compression level" | 14 | //usage: "\n -1..9 Compression level" |
16 | //usage: "\n -d Decompress" | 15 | //usage: "\n -d Decompress" |
17 | //usage: "\n -c Write to stdout" | 16 | //usage: "\n -c Write to stdout" |
diff --git a/archival/cpio.c b/archival/cpio.c index c746a71fa..9674a046b 100644 --- a/archival/cpio.c +++ b/archival/cpio.c | |||
@@ -34,7 +34,6 @@ | |||
34 | //usage: IF_FEATURE_CPIO_P( | 34 | //usage: IF_FEATURE_CPIO_P( |
35 | //usage: "\n -p DIR Copy files to DIR" | 35 | //usage: "\n -p DIR Copy files to DIR" |
36 | //usage: ) | 36 | //usage: ) |
37 | //usage: "\nOptions:" | ||
38 | //usage: "\n -d Make leading directories" | 37 | //usage: "\n -d Make leading directories" |
39 | //usage: "\n -m Preserve mtime" | 38 | //usage: "\n -m Preserve mtime" |
40 | //usage: "\n -v Verbose" | 39 | //usage: "\n -v Verbose" |
diff --git a/archival/dpkg.c b/archival/dpkg.c index 8899d1719..2a6a7b3bf 100644 --- a/archival/dpkg.c +++ b/archival/dpkg.c | |||
@@ -32,7 +32,6 @@ | |||
32 | //usage: "[-ilCPru] [-F OPT] PACKAGE" | 32 | //usage: "[-ilCPru] [-F OPT] PACKAGE" |
33 | //usage:#define dpkg_full_usage "\n\n" | 33 | //usage:#define dpkg_full_usage "\n\n" |
34 | //usage: "Install, remove and manage Debian packages\n" | 34 | //usage: "Install, remove and manage Debian packages\n" |
35 | //usage: "\nOptions:" | ||
36 | //usage: IF_LONG_OPTS( | 35 | //usage: IF_LONG_OPTS( |
37 | //usage: "\n -i,--install Install the package" | 36 | //usage: "\n -i,--install Install the package" |
38 | //usage: "\n -l,--list List of installed packages" | 37 | //usage: "\n -l,--list List of installed packages" |
diff --git a/archival/dpkg_deb.c b/archival/dpkg_deb.c index 9e1e811ee..5d814d7ef 100644 --- a/archival/dpkg_deb.c +++ b/archival/dpkg_deb.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //usage: "[-cefxX] FILE [argument" | 9 | //usage: "[-cefxX] FILE [argument" |
10 | //usage:#define dpkg_deb_full_usage "\n\n" | 10 | //usage:#define dpkg_deb_full_usage "\n\n" |
11 | //usage: "Perform actions on Debian packages (.debs)\n" | 11 | //usage: "Perform actions on Debian packages (.debs)\n" |
12 | //usage: "\nOptions:" | ||
13 | //usage: "\n -c List contents of filesystem tree" | 12 | //usage: "\n -c List contents of filesystem tree" |
14 | //usage: "\n -e Extract control files to [argument] directory" | 13 | //usage: "\n -e Extract control files to [argument] directory" |
15 | //usage: "\n -f Display control field name starting with [argument]" | 14 | //usage: "\n -f Display control field name starting with [argument]" |
diff --git a/archival/gzip.c b/archival/gzip.c index a9b216afe..403eb4dcb 100644 --- a/archival/gzip.c +++ b/archival/gzip.c | |||
@@ -43,7 +43,6 @@ aa: 85.1% -- replaced with aa.gz | |||
43 | //usage: "[-cfd] [FILE]..." | 43 | //usage: "[-cfd] [FILE]..." |
44 | //usage:#define gzip_full_usage "\n\n" | 44 | //usage:#define gzip_full_usage "\n\n" |
45 | //usage: "Compress FILEs (or stdin)\n" | 45 | //usage: "Compress FILEs (or stdin)\n" |
46 | //usage: "\nOptions:" | ||
47 | //usage: "\n -d Decompress" | 46 | //usage: "\n -d Decompress" |
48 | //usage: "\n -c Write to stdout" | 47 | //usage: "\n -c Write to stdout" |
49 | //usage: "\n -f Force" | 48 | //usage: "\n -f Force" |
diff --git a/archival/lzop.c b/archival/lzop.c index f4419910f..1326bd790 100644 --- a/archival/lzop.c +++ b/archival/lzop.c | |||
@@ -28,8 +28,7 @@ | |||
28 | //usage:#define lzop_trivial_usage | 28 | //usage:#define lzop_trivial_usage |
29 | //usage: "[-cfvd123456789CF] [FILE]..." | 29 | //usage: "[-cfvd123456789CF] [FILE]..." |
30 | //usage:#define lzop_full_usage "\n\n" | 30 | //usage:#define lzop_full_usage "\n\n" |
31 | //usage: "Options:" | 31 | //usage: " -1..9 Compression level" |
32 | //usage: "\n -1..9 Compression level" | ||
33 | //usage: "\n -d Decompress" | 32 | //usage: "\n -d Decompress" |
34 | //usage: "\n -c Write to stdout" | 33 | //usage: "\n -c Write to stdout" |
35 | //usage: "\n -f Force" | 34 | //usage: "\n -f Force" |
@@ -46,8 +45,7 @@ | |||
46 | //usage:#define unlzop_trivial_usage | 45 | //usage:#define unlzop_trivial_usage |
47 | //usage: "[-cfvCF] [FILE]..." | 46 | //usage: "[-cfvCF] [FILE]..." |
48 | //usage:#define unlzop_full_usage "\n\n" | 47 | //usage:#define unlzop_full_usage "\n\n" |
49 | //usage: "Options:" | 48 | //usage: " -c Write to stdout" |
50 | //usage: "\n -c Write to stdout" | ||
51 | //usage: "\n -f Force" | 49 | //usage: "\n -f Force" |
52 | //usage: "\n -v Verbose" | 50 | //usage: "\n -v Verbose" |
53 | //usage: "\n -F Don't store or verify checksum" | 51 | //usage: "\n -F Don't store or verify checksum" |
diff --git a/archival/rpm.c b/archival/rpm.c index 98a45d9cc..8174f4869 100644 --- a/archival/rpm.c +++ b/archival/rpm.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "\nCommands:" | 14 | //usage: "\nCommands:" |
15 | //usage: "\n -i Install package" | 15 | //usage: "\n -i Install package" |
16 | //usage: "\n -qp Query package" | 16 | //usage: "\n -qp Query package" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -i Show information" | 17 | //usage: "\n -i Show information" |
19 | //usage: "\n -l List contents" | 18 | //usage: "\n -l List contents" |
20 | //usage: "\n -d List documents" | 19 | //usage: "\n -d List documents" |
diff --git a/archival/tar.c b/archival/tar.c index ebaa183b4..3e90d46cb 100644 --- a/archival/tar.c +++ b/archival/tar.c | |||
@@ -759,7 +759,6 @@ static void handle_SIGCHLD(int status) | |||
759 | //usage: ) | 759 | //usage: ) |
760 | //usage: "\n x Extract" | 760 | //usage: "\n x Extract" |
761 | //usage: "\n t List" | 761 | //usage: "\n t List" |
762 | //usage: "\nOptions:" | ||
763 | //usage: "\n f Name of TARFILE ('-' for stdin/out)" | 762 | //usage: "\n f Name of TARFILE ('-' for stdin/out)" |
764 | //usage: "\n C Change to DIR before operation" | 763 | //usage: "\n C Change to DIR before operation" |
765 | //usage: "\n v Verbose" | 764 | //usage: "\n v Verbose" |
diff --git a/archival/unzip.c b/archival/unzip.c index 52b0a6414..4fa729326 100644 --- a/archival/unzip.c +++ b/archival/unzip.c | |||
@@ -23,7 +23,6 @@ | |||
23 | //usage: "[-opts[modifiers]] FILE[.zip] [LIST] [-x XLIST] [-d DIR]" | 23 | //usage: "[-opts[modifiers]] FILE[.zip] [LIST] [-x XLIST] [-d DIR]" |
24 | //usage:#define unzip_full_usage "\n\n" | 24 | //usage:#define unzip_full_usage "\n\n" |
25 | //usage: "Extract files from ZIP archives\n" | 25 | //usage: "Extract files from ZIP archives\n" |
26 | //usage: "\nOptions:" | ||
27 | //usage: "\n -l List archive contents (with -q for short form)" | 26 | //usage: "\n -l List archive contents (with -q for short form)" |
28 | //usage: "\n -n Never overwrite files (default)" | 27 | //usage: "\n -n Never overwrite files (default)" |
29 | //usage: "\n -o Overwrite" | 28 | //usage: "\n -o Overwrite" |
diff --git a/console-tools/kbd_mode.c b/console-tools/kbd_mode.c index 221a9f782..138536721 100644 --- a/console-tools/kbd_mode.c +++ b/console-tools/kbd_mode.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: "[-a|k|s|u] [-C TTY]" | 13 | //usage: "[-a|k|s|u] [-C TTY]" |
14 | //usage:#define kbd_mode_full_usage "\n\n" | 14 | //usage:#define kbd_mode_full_usage "\n\n" |
15 | //usage: "Report or set the keyboard mode\n" | 15 | //usage: "Report or set the keyboard mode\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -a Default (ASCII)" | 16 | //usage: "\n -a Default (ASCII)" |
18 | //usage: "\n -k Medium-raw (keyboard)" | 17 | //usage: "\n -k Medium-raw (keyboard)" |
19 | //usage: "\n -s Raw (scancode)" | 18 | //usage: "\n -s Raw (scancode)" |
diff --git a/console-tools/loadfont.c b/console-tools/loadfont.c index 597519f91..9e887f256 100644 --- a/console-tools/loadfont.c +++ b/console-tools/loadfont.c | |||
@@ -23,7 +23,6 @@ | |||
23 | //usage: "FONT [-m MAPFILE] [-C TTY]" | 23 | //usage: "FONT [-m MAPFILE] [-C TTY]" |
24 | //usage:#define setfont_full_usage "\n\n" | 24 | //usage:#define setfont_full_usage "\n\n" |
25 | //usage: "Load a console font\n" | 25 | //usage: "Load a console font\n" |
26 | //usage: "\nOptions:" | ||
27 | //usage: "\n -m MAPFILE Load console screen map" | 26 | //usage: "\n -m MAPFILE Load console screen map" |
28 | //usage: "\n -C TTY Affect TTY instead of /dev/tty" | 27 | //usage: "\n -C TTY Affect TTY instead of /dev/tty" |
29 | //usage: | 28 | //usage: |
diff --git a/console-tools/openvt.c b/console-tools/openvt.c index de5cf93fe..e52356692 100644 --- a/console-tools/openvt.c +++ b/console-tools/openvt.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "[-c N] [-sw] [PROG ARGS]" | 12 | //usage: "[-c N] [-sw] [PROG ARGS]" |
13 | //usage:#define openvt_full_usage "\n\n" | 13 | //usage:#define openvt_full_usage "\n\n" |
14 | //usage: "Start PROG on a new virtual terminal\n" | 14 | //usage: "Start PROG on a new virtual terminal\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -c N Use specified VT" | 15 | //usage: "\n -c N Use specified VT" |
17 | //usage: "\n -s Switch to the VT" | 16 | //usage: "\n -s Switch to the VT" |
18 | /* //usage: "\n -l Run PROG as login shell (by prepending '-')" */ | 17 | /* //usage: "\n -l Run PROG as login shell (by prepending '-')" */ |
diff --git a/console-tools/setconsole.c b/console-tools/setconsole.c index 771974ae3..c0051dcc8 100644 --- a/console-tools/setconsole.c +++ b/console-tools/setconsole.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "[-r" IF_FEATURE_SETCONSOLE_LONG_OPTIONS("|--reset") "] [DEVICE]" | 12 | //usage: "[-r" IF_FEATURE_SETCONSOLE_LONG_OPTIONS("|--reset") "] [DEVICE]" |
13 | //usage:#define setconsole_full_usage "\n\n" | 13 | //usage:#define setconsole_full_usage "\n\n" |
14 | //usage: "Redirect system console output to DEVICE (default: /dev/tty)\n" | 14 | //usage: "Redirect system console output to DEVICE (default: /dev/tty)\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -r Reset output to /dev/console" | 15 | //usage: "\n -r Reset output to /dev/console" |
17 | 16 | ||
18 | #include "libbb.h" | 17 | #include "libbb.h" |
diff --git a/console-tools/showkey.c b/console-tools/showkey.c index 2c832c92c..69b785ec6 100644 --- a/console-tools/showkey.c +++ b/console-tools/showkey.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-a | -k | -s]" | 11 | //usage: "[-a | -k | -s]" |
12 | //usage:#define showkey_full_usage "\n\n" | 12 | //usage:#define showkey_full_usage "\n\n" |
13 | //usage: "Show keys pressed\n" | 13 | //usage: "Show keys pressed\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -a Display decimal/octal/hex values of the keys" | 14 | //usage: "\n -a Display decimal/octal/hex values of the keys" |
16 | //usage: "\n -k Display interpreted keycodes (default)" | 15 | //usage: "\n -k Display interpreted keycodes (default)" |
17 | //usage: "\n -s Display raw scan-codes" | 16 | //usage: "\n -s Display raw scan-codes" |
diff --git a/coreutils/cal.c b/coreutils/cal.c index ef1c29bb9..b470ad968 100644 --- a/coreutils/cal.c +++ b/coreutils/cal.c | |||
@@ -21,7 +21,6 @@ | |||
21 | //usage: "[-jy] [[MONTH] YEAR]" | 21 | //usage: "[-jy] [[MONTH] YEAR]" |
22 | //usage:#define cal_full_usage "\n\n" | 22 | //usage:#define cal_full_usage "\n\n" |
23 | //usage: "Display a calendar\n" | 23 | //usage: "Display a calendar\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: "\n -j Use julian dates" | 24 | //usage: "\n -j Use julian dates" |
26 | //usage: "\n -y Display the entire year" | 25 | //usage: "\n -y Display the entire year" |
27 | 26 | ||
diff --git a/coreutils/catv.c b/coreutils/catv.c index 37c7ed2d1..214b4311a 100644 --- a/coreutils/catv.c +++ b/coreutils/catv.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[-etv] [FILE]..." | 14 | //usage: "[-etv] [FILE]..." |
15 | //usage:#define catv_full_usage "\n\n" | 15 | //usage:#define catv_full_usage "\n\n" |
16 | //usage: "Display nonprinting characters as ^x or M-x\n" | 16 | //usage: "Display nonprinting characters as ^x or M-x\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -e End each line with $" | 17 | //usage: "\n -e End each line with $" |
19 | //usage: "\n -t Show tabs as ^I" | 18 | //usage: "\n -t Show tabs as ^I" |
20 | //usage: "\n -v Don't use ^x or M-x escapes" | 19 | //usage: "\n -v Don't use ^x or M-x escapes" |
diff --git a/coreutils/chgrp.c b/coreutils/chgrp.c index bc9608362..7076db62f 100644 --- a/coreutils/chgrp.c +++ b/coreutils/chgrp.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage: "[-RhLHP"IF_DESKTOP("cvf")"]... GROUP FILE..." | 15 | //usage: "[-RhLHP"IF_DESKTOP("cvf")"]... GROUP FILE..." |
16 | //usage:#define chgrp_full_usage "\n\n" | 16 | //usage:#define chgrp_full_usage "\n\n" |
17 | //usage: "Change the group membership of each FILE to GROUP\n" | 17 | //usage: "Change the group membership of each FILE to GROUP\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -R Recurse" | 18 | //usage: "\n -R Recurse" |
20 | //usage: "\n -h Affect symlinks instead of symlink targets" | 19 | //usage: "\n -h Affect symlinks instead of symlink targets" |
21 | //usage: "\n -L Traverse all symlinks to directories" | 20 | //usage: "\n -L Traverse all symlinks to directories" |
diff --git a/coreutils/chmod.c b/coreutils/chmod.c index 0bcd6bb66..5ee45b942 100644 --- a/coreutils/chmod.c +++ b/coreutils/chmod.c | |||
@@ -19,7 +19,6 @@ | |||
19 | //usage:#define chmod_full_usage "\n\n" | 19 | //usage:#define chmod_full_usage "\n\n" |
20 | //usage: "Each MODE is one or more of the letters ugoa, one of the\n" | 20 | //usage: "Each MODE is one or more of the letters ugoa, one of the\n" |
21 | //usage: "symbols +-= and one or more of the letters rwxst\n" | 21 | //usage: "symbols +-= and one or more of the letters rwxst\n" |
22 | //usage: "\nOptions:" | ||
23 | //usage: "\n -R Recurse" | 22 | //usage: "\n -R Recurse" |
24 | //usage: IF_DESKTOP( | 23 | //usage: IF_DESKTOP( |
25 | //usage: "\n -c List changed files" | 24 | //usage: "\n -c List changed files" |
diff --git a/coreutils/chown.c b/coreutils/chown.c index c4c182d3c..bb166d8fe 100644 --- a/coreutils/chown.c +++ b/coreutils/chown.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[-RhLHP"IF_DESKTOP("cvf")"]... OWNER[<.|:>[GROUP]] FILE..." | 14 | //usage: "[-RhLHP"IF_DESKTOP("cvf")"]... OWNER[<.|:>[GROUP]] FILE..." |
15 | //usage:#define chown_full_usage "\n\n" | 15 | //usage:#define chown_full_usage "\n\n" |
16 | //usage: "Change the owner and/or group of each FILE to OWNER and/or GROUP\n" | 16 | //usage: "Change the owner and/or group of each FILE to OWNER and/or GROUP\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -R Recurse" | 17 | //usage: "\n -R Recurse" |
19 | //usage: "\n -h Affect symlinks instead of symlink targets" | 18 | //usage: "\n -h Affect symlinks instead of symlink targets" |
20 | //usage: "\n -L Traverse all symlinks to directories" | 19 | //usage: "\n -L Traverse all symlinks to directories" |
diff --git a/coreutils/comm.c b/coreutils/comm.c index 7da6b25f9..cd450950b 100644 --- a/coreutils/comm.c +++ b/coreutils/comm.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-123] FILE1 FILE2" | 11 | //usage: "[-123] FILE1 FILE2" |
12 | //usage:#define comm_full_usage "\n\n" | 12 | //usage:#define comm_full_usage "\n\n" |
13 | //usage: "Compare FILE1 with FILE2\n" | 13 | //usage: "Compare FILE1 with FILE2\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -1 Suppress lines unique to FILE1" | 14 | //usage: "\n -1 Suppress lines unique to FILE1" |
16 | //usage: "\n -2 Suppress lines unique to FILE2" | 15 | //usage: "\n -2 Suppress lines unique to FILE2" |
17 | //usage: "\n -3 Suppress lines common to both files" | 16 | //usage: "\n -3 Suppress lines common to both files" |
diff --git a/coreutils/cp.c b/coreutils/cp.c index 337054d7b..e48e21c97 100644 --- a/coreutils/cp.c +++ b/coreutils/cp.c | |||
@@ -19,7 +19,6 @@ | |||
19 | //usage: "[OPTIONS] SOURCE DEST" | 19 | //usage: "[OPTIONS] SOURCE DEST" |
20 | //usage:#define cp_full_usage "\n\n" | 20 | //usage:#define cp_full_usage "\n\n" |
21 | //usage: "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY\n" | 21 | //usage: "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY\n" |
22 | //usage: "\nOptions:" | ||
23 | //usage: "\n -a Same as -dpR" | 22 | //usage: "\n -a Same as -dpR" |
24 | //usage: IF_SELINUX( | 23 | //usage: IF_SELINUX( |
25 | //usage: "\n -c Preserve security context" | 24 | //usage: "\n -c Preserve security context" |
diff --git a/coreutils/cut.c b/coreutils/cut.c index dfa1833b4..2c27b704f 100644 --- a/coreutils/cut.c +++ b/coreutils/cut.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: "[OPTIONS] [FILE]..." | 13 | //usage: "[OPTIONS] [FILE]..." |
14 | //usage:#define cut_full_usage "\n\n" | 14 | //usage:#define cut_full_usage "\n\n" |
15 | //usage: "Print selected fields from each input FILE to stdout\n" | 15 | //usage: "Print selected fields from each input FILE to stdout\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -b LIST Output only bytes from LIST" | 16 | //usage: "\n -b LIST Output only bytes from LIST" |
18 | //usage: "\n -c LIST Output only characters from LIST" | 17 | //usage: "\n -c LIST Output only characters from LIST" |
19 | //usage: "\n -d CHAR Use CHAR instead of tab as the field delimiter" | 18 | //usage: "\n -d CHAR Use CHAR instead of tab as the field delimiter" |
diff --git a/coreutils/date.c b/coreutils/date.c index db1b693aa..6a7d5fac3 100644 --- a/coreutils/date.c +++ b/coreutils/date.c | |||
@@ -98,7 +98,6 @@ | |||
98 | //usage: "[OPTIONS] [+FMT] [TIME]" | 98 | //usage: "[OPTIONS] [+FMT] [TIME]" |
99 | //usage:#define date_full_usage "\n\n" | 99 | //usage:#define date_full_usage "\n\n" |
100 | //usage: "Display time (using +FMT), or set time\n" | 100 | //usage: "Display time (using +FMT), or set time\n" |
101 | //usage: "\nOptions:" | ||
102 | //usage: IF_NOT_LONG_OPTS( | 101 | //usage: IF_NOT_LONG_OPTS( |
103 | //usage: "\n [-s] TIME Set time to TIME" | 102 | //usage: "\n [-s] TIME Set time to TIME" |
104 | //usage: "\n -u Work in UTC (don't convert to local time)" | 103 | //usage: "\n -u Work in UTC (don't convert to local time)" |
diff --git a/coreutils/dd.c b/coreutils/dd.c index 8a2eaed72..96602ebdd 100644 --- a/coreutils/dd.c +++ b/coreutils/dd.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: " [seek=N]" IF_FEATURE_DD_IBS_OBS(" [conv=notrunc|noerror|sync|fsync]") | 13 | //usage: " [seek=N]" IF_FEATURE_DD_IBS_OBS(" [conv=notrunc|noerror|sync|fsync]") |
14 | //usage:#define dd_full_usage "\n\n" | 14 | //usage:#define dd_full_usage "\n\n" |
15 | //usage: "Copy a file with converting and formatting\n" | 15 | //usage: "Copy a file with converting and formatting\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n if=FILE Read from FILE instead of stdin" | 16 | //usage: "\n if=FILE Read from FILE instead of stdin" |
18 | //usage: "\n of=FILE Write to FILE instead of stdout" | 17 | //usage: "\n of=FILE Write to FILE instead of stdout" |
19 | //usage: "\n bs=N Read and write N bytes at a time" | 18 | //usage: "\n bs=N Read and write N bytes at a time" |
diff --git a/coreutils/df.c b/coreutils/df.c index 518e856a2..846cb38ad 100644 --- a/coreutils/df.c +++ b/coreutils/df.c | |||
@@ -29,7 +29,6 @@ | |||
29 | //usage: "] [FILESYSTEM]..." | 29 | //usage: "] [FILESYSTEM]..." |
30 | //usage:#define df_full_usage "\n\n" | 30 | //usage:#define df_full_usage "\n\n" |
31 | //usage: "Print filesystem usage statistics\n" | 31 | //usage: "Print filesystem usage statistics\n" |
32 | //usage: "\nOptions:" | ||
33 | //usage: "\n -P POSIX output format" | 32 | //usage: "\n -P POSIX output format" |
34 | //usage: "\n -k 1024-byte blocks (default)" | 33 | //usage: "\n -k 1024-byte blocks (default)" |
35 | //usage: IF_FEATURE_HUMAN_READABLE( | 34 | //usage: IF_FEATURE_HUMAN_READABLE( |
diff --git a/coreutils/dos2unix.c b/coreutils/dos2unix.c index df2376bea..07398bdfa 100644 --- a/coreutils/dos2unix.c +++ b/coreutils/dos2unix.c | |||
@@ -17,7 +17,6 @@ | |||
17 | //usage:#define dos2unix_full_usage "\n\n" | 17 | //usage:#define dos2unix_full_usage "\n\n" |
18 | //usage: "Convert FILE in-place from DOS to Unix format.\n" | 18 | //usage: "Convert FILE in-place from DOS to Unix format.\n" |
19 | //usage: "When no file is given, use stdin/stdout.\n" | 19 | //usage: "When no file is given, use stdin/stdout.\n" |
20 | //usage: "\nOptions:" | ||
21 | //usage: "\n -u dos2unix" | 20 | //usage: "\n -u dos2unix" |
22 | //usage: "\n -d unix2dos" | 21 | //usage: "\n -d unix2dos" |
23 | //usage: | 22 | //usage: |
@@ -26,7 +25,6 @@ | |||
26 | //usage:#define unix2dos_full_usage "\n\n" | 25 | //usage:#define unix2dos_full_usage "\n\n" |
27 | //usage: "Convert FILE in-place from Unix to DOS format.\n" | 26 | //usage: "Convert FILE in-place from Unix to DOS format.\n" |
28 | //usage: "When no file is given, use stdin/stdout.\n" | 27 | //usage: "When no file is given, use stdin/stdout.\n" |
29 | //usage: "\nOptions:" | ||
30 | //usage: "\n -u dos2unix" | 28 | //usage: "\n -u dos2unix" |
31 | //usage: "\n -d unix2dos" | 29 | //usage: "\n -d unix2dos" |
32 | 30 | ||
diff --git a/coreutils/du.c b/coreutils/du.c index 7a6662d1e..b8bbe3d9e 100644 --- a/coreutils/du.c +++ b/coreutils/du.c | |||
@@ -31,7 +31,6 @@ | |||
31 | //usage: IF_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("1024") | 31 | //usage: IF_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("1024") |
32 | //usage: IF_NOT_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("512") | 32 | //usage: IF_NOT_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("512") |
33 | //usage: " bytes.\n" | 33 | //usage: " bytes.\n" |
34 | //usage: "\nOptions:" | ||
35 | //usage: "\n -a Show file sizes too" | 34 | //usage: "\n -a Show file sizes too" |
36 | //usage: "\n -L Follow all symlinks" | 35 | //usage: "\n -L Follow all symlinks" |
37 | //usage: "\n -H Follow symlinks on command line" | 36 | //usage: "\n -H Follow symlinks on command line" |
diff --git a/coreutils/echo.c b/coreutils/echo.c index 0895e2940..9663894ec 100644 --- a/coreutils/echo.c +++ b/coreutils/echo.c | |||
@@ -28,7 +28,6 @@ | |||
28 | //usage:#define echo_full_usage "\n\n" | 28 | //usage:#define echo_full_usage "\n\n" |
29 | //usage: "Print the specified ARGs to stdout" | 29 | //usage: "Print the specified ARGs to stdout" |
30 | //usage: IF_FEATURE_FANCY_ECHO( "\n" | 30 | //usage: IF_FEATURE_FANCY_ECHO( "\n" |
31 | //usage: "\nOptions:" | ||
32 | //usage: "\n -n Suppress trailing newline" | 31 | //usage: "\n -n Suppress trailing newline" |
33 | //usage: "\n -e Interpret backslash escapes (i.e., \\t=tab)" | 32 | //usage: "\n -e Interpret backslash escapes (i.e., \\t=tab)" |
34 | //usage: "\n -E Don't interpret backslash escapes (default)" | 33 | //usage: "\n -E Don't interpret backslash escapes (default)" |
diff --git a/coreutils/env.c b/coreutils/env.c index 747c668da..807ef13e9 100644 --- a/coreutils/env.c +++ b/coreutils/env.c | |||
@@ -36,7 +36,6 @@ | |||
36 | //usage:#define env_full_usage "\n\n" | 36 | //usage:#define env_full_usage "\n\n" |
37 | //usage: "Print the current environment or run PROG after setting up\n" | 37 | //usage: "Print the current environment or run PROG after setting up\n" |
38 | //usage: "the specified environment\n" | 38 | //usage: "the specified environment\n" |
39 | //usage: "\nOptions:" | ||
40 | //usage: "\n -, -i Start with an empty environment" | 39 | //usage: "\n -, -i Start with an empty environment" |
41 | //usage: "\n -u Remove variable from the environment" | 40 | //usage: "\n -u Remove variable from the environment" |
42 | 41 | ||
diff --git a/coreutils/expand.c b/coreutils/expand.c index 73ab0ece3..25bbffc66 100644 --- a/coreutils/expand.c +++ b/coreutils/expand.c | |||
@@ -25,7 +25,6 @@ | |||
25 | //usage: "[-i] [-t N] [FILE]..." | 25 | //usage: "[-i] [-t N] [FILE]..." |
26 | //usage:#define expand_full_usage "\n\n" | 26 | //usage:#define expand_full_usage "\n\n" |
27 | //usage: "Convert tabs to spaces, writing to stdout\n" | 27 | //usage: "Convert tabs to spaces, writing to stdout\n" |
28 | //usage: "\nOptions:" | ||
29 | //usage: IF_FEATURE_EXPAND_LONG_OPTIONS( | 28 | //usage: IF_FEATURE_EXPAND_LONG_OPTIONS( |
30 | //usage: "\n -i,--initial Don't convert tabs after non blanks" | 29 | //usage: "\n -i,--initial Don't convert tabs after non blanks" |
31 | //usage: "\n -t,--tabs=N Tabstops every N chars" | 30 | //usage: "\n -t,--tabs=N Tabstops every N chars" |
@@ -39,7 +38,6 @@ | |||
39 | //usage: "[-fa][-t N] [FILE]..." | 38 | //usage: "[-fa][-t N] [FILE]..." |
40 | //usage:#define unexpand_full_usage "\n\n" | 39 | //usage:#define unexpand_full_usage "\n\n" |
41 | //usage: "Convert spaces to tabs, writing to stdout\n" | 40 | //usage: "Convert spaces to tabs, writing to stdout\n" |
42 | //usage: "\nOptions:" | ||
43 | //usage: IF_FEATURE_UNEXPAND_LONG_OPTIONS( | 41 | //usage: IF_FEATURE_UNEXPAND_LONG_OPTIONS( |
44 | //usage: "\n -a,--all Convert all blanks" | 42 | //usage: "\n -a,--all Convert all blanks" |
45 | //usage: "\n -f,--first-only Convert only leading blanks" | 43 | //usage: "\n -f,--first-only Convert only leading blanks" |
diff --git a/coreutils/fold.c b/coreutils/fold.c index 3fe668512..0e7306377 100644 --- a/coreutils/fold.c +++ b/coreutils/fold.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[-bs] [-w WIDTH] [FILE]..." | 14 | //usage: "[-bs] [-w WIDTH] [FILE]..." |
15 | //usage:#define fold_full_usage "\n\n" | 15 | //usage:#define fold_full_usage "\n\n" |
16 | //usage: "Wrap input lines in each FILE (or stdin), writing to stdout\n" | 16 | //usage: "Wrap input lines in each FILE (or stdin), writing to stdout\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -b Count bytes rather than columns" | 17 | //usage: "\n -b Count bytes rather than columns" |
19 | //usage: "\n -s Break at spaces" | 18 | //usage: "\n -s Break at spaces" |
20 | //usage: "\n -w Use WIDTH columns instead of 80" | 19 | //usage: "\n -w Use WIDTH columns instead of 80" |
diff --git a/coreutils/fsync.c b/coreutils/fsync.c index 518c5642b..652a41c33 100644 --- a/coreutils/fsync.c +++ b/coreutils/fsync.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-d] FILE..." | 11 | //usage: "[-d] FILE..." |
12 | //usage:#define fsync_full_usage "\n\n" | 12 | //usage:#define fsync_full_usage "\n\n" |
13 | //usage: "Write files' buffered blocks to disk\n" | 13 | //usage: "Write files' buffered blocks to disk\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -d Avoid syncing metadata" | 14 | //usage: "\n -d Avoid syncing metadata" |
16 | 15 | ||
17 | #include "libbb.h" | 16 | #include "libbb.h" |
diff --git a/coreutils/head.c b/coreutils/head.c index f49320ef4..ec4512765 100644 --- a/coreutils/head.c +++ b/coreutils/head.c | |||
@@ -16,7 +16,6 @@ | |||
16 | //usage:#define head_full_usage "\n\n" | 16 | //usage:#define head_full_usage "\n\n" |
17 | //usage: "Print first 10 lines of each FILE (or stdin) to stdout.\n" | 17 | //usage: "Print first 10 lines of each FILE (or stdin) to stdout.\n" |
18 | //usage: "With more than one FILE, precede each with a filename header.\n" | 18 | //usage: "With more than one FILE, precede each with a filename header.\n" |
19 | //usage: "\nOptions:" | ||
20 | //usage: "\n -n N[kbm] Print first N lines" | 19 | //usage: "\n -n N[kbm] Print first N lines" |
21 | //usage: IF_FEATURE_FANCY_HEAD( | 20 | //usage: IF_FEATURE_FANCY_HEAD( |
22 | //usage: "\n -c N[kbm] Print first N bytes" | 21 | //usage: "\n -c N[kbm] Print first N bytes" |
diff --git a/coreutils/id.c b/coreutils/id.c index 42ed4c749..aa6ae4711 100644 --- a/coreutils/id.c +++ b/coreutils/id.c | |||
@@ -19,7 +19,6 @@ | |||
19 | //usage: "[OPTIONS] [USER]" | 19 | //usage: "[OPTIONS] [USER]" |
20 | //usage:#define id_full_usage "\n\n" | 20 | //usage:#define id_full_usage "\n\n" |
21 | //usage: "Print information about USER or the current user\n" | 21 | //usage: "Print information about USER or the current user\n" |
22 | //usage: "\nOptions:" | ||
23 | //usage: IF_SELINUX( | 22 | //usage: IF_SELINUX( |
24 | //usage: "\n -Z Security context" | 23 | //usage: "\n -Z Security context" |
25 | //usage: ) | 24 | //usage: ) |
diff --git a/coreutils/install.c b/coreutils/install.c index fe5f26e79..445497f9a 100644 --- a/coreutils/install.c +++ b/coreutils/install.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-cdDsp] [-o USER] [-g GRP] [-m MODE] [SOURCE]... DEST" | 11 | //usage: "[-cdDsp] [-o USER] [-g GRP] [-m MODE] [SOURCE]... DEST" |
12 | //usage:#define install_full_usage "\n\n" | 12 | //usage:#define install_full_usage "\n\n" |
13 | //usage: "Copy files and set attributes\n" | 13 | //usage: "Copy files and set attributes\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -c Just copy (default)" | 14 | //usage: "\n -c Just copy (default)" |
16 | //usage: "\n -d Create directories" | 15 | //usage: "\n -d Create directories" |
17 | //usage: "\n -D Create leading target directories" | 16 | //usage: "\n -D Create leading target directories" |
diff --git a/coreutils/ln.c b/coreutils/ln.c index 2da915a68..88a9a8f91 100644 --- a/coreutils/ln.c +++ b/coreutils/ln.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage: "[OPTIONS] TARGET... LINK|DIR" | 15 | //usage: "[OPTIONS] TARGET... LINK|DIR" |
16 | //usage:#define ln_full_usage "\n\n" | 16 | //usage:#define ln_full_usage "\n\n" |
17 | //usage: "Create a link LINK or DIR/TARGET to the specified TARGET(s)\n" | 17 | //usage: "Create a link LINK or DIR/TARGET to the specified TARGET(s)\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -s Make symlinks instead of hardlinks" | 18 | //usage: "\n -s Make symlinks instead of hardlinks" |
20 | //usage: "\n -f Remove existing destinations" | 19 | //usage: "\n -f Remove existing destinations" |
21 | //usage: "\n -n Don't dereference symlinks - treat like normal file" | 20 | //usage: "\n -n Don't dereference symlinks - treat like normal file" |
diff --git a/coreutils/ls.c b/coreutils/ls.c index e7b2e39e1..dec0f85f3 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c | |||
@@ -42,7 +42,6 @@ | |||
42 | //usage: IF_FEATURE_AUTOWIDTH(" [-w WIDTH]") " [FILE]..." | 42 | //usage: IF_FEATURE_AUTOWIDTH(" [-w WIDTH]") " [FILE]..." |
43 | //usage:#define ls_full_usage "\n\n" | 43 | //usage:#define ls_full_usage "\n\n" |
44 | //usage: "List directory contents\n" | 44 | //usage: "List directory contents\n" |
45 | //usage: "\nOptions:" | ||
46 | //usage: "\n -1 One column output" | 45 | //usage: "\n -1 One column output" |
47 | //usage: "\n -a Include entries which start with ." | 46 | //usage: "\n -a Include entries which start with ." |
48 | //usage: "\n -A Like -a, but exclude . and .." | 47 | //usage: "\n -A Like -a, but exclude . and .." |
diff --git a/coreutils/md5_sha1_sum.c b/coreutils/md5_sha1_sum.c index 050d46701..53fd4d1a8 100644 --- a/coreutils/md5_sha1_sum.c +++ b/coreutils/md5_sha1_sum.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage:#define md5sum_full_usage "\n\n" | 12 | //usage:#define md5sum_full_usage "\n\n" |
13 | //usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " MD5 checksums" | 13 | //usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " MD5 checksums" |
14 | //usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" | 14 | //usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -c Check sums against given list" | 15 | //usage: "\n -c Check sums against given list" |
17 | //usage: "\n -s Don't output anything, status code shows success" | 16 | //usage: "\n -s Don't output anything, status code shows success" |
18 | //usage: "\n -w Warn about improperly formatted checksum lines" | 17 | //usage: "\n -w Warn about improperly formatted checksum lines" |
@@ -34,7 +33,6 @@ | |||
34 | //usage:#define sha1sum_full_usage "\n\n" | 33 | //usage:#define sha1sum_full_usage "\n\n" |
35 | //usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums" | 34 | //usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums" |
36 | //usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" | 35 | //usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" |
37 | //usage: "\nOptions:" | ||
38 | //usage: "\n -c Check sums against given list" | 36 | //usage: "\n -c Check sums against given list" |
39 | //usage: "\n -s Don't output anything, status code shows success" | 37 | //usage: "\n -s Don't output anything, status code shows success" |
40 | //usage: "\n -w Warn about improperly formatted checksum lines" | 38 | //usage: "\n -w Warn about improperly formatted checksum lines" |
@@ -46,7 +44,6 @@ | |||
46 | //usage:#define sha256sum_full_usage "\n\n" | 44 | //usage:#define sha256sum_full_usage "\n\n" |
47 | //usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA256 checksums" | 45 | //usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA256 checksums" |
48 | //usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" | 46 | //usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" |
49 | //usage: "\nOptions:" | ||
50 | //usage: "\n -c Check sums against given list" | 47 | //usage: "\n -c Check sums against given list" |
51 | //usage: "\n -s Don't output anything, status code shows success" | 48 | //usage: "\n -s Don't output anything, status code shows success" |
52 | //usage: "\n -w Warn about improperly formatted checksum lines" | 49 | //usage: "\n -w Warn about improperly formatted checksum lines" |
@@ -58,7 +55,6 @@ | |||
58 | //usage:#define sha512sum_full_usage "\n\n" | 55 | //usage:#define sha512sum_full_usage "\n\n" |
59 | //usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA512 checksums" | 56 | //usage: "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA512 checksums" |
60 | //usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" | 57 | //usage: IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" |
61 | //usage: "\nOptions:" | ||
62 | //usage: "\n -c Check sums against given list" | 58 | //usage: "\n -c Check sums against given list" |
63 | //usage: "\n -s Don't output anything, status code shows success" | 59 | //usage: "\n -s Don't output anything, status code shows success" |
64 | //usage: "\n -w Warn about improperly formatted checksum lines" | 60 | //usage: "\n -w Warn about improperly formatted checksum lines" |
diff --git a/coreutils/mkdir.c b/coreutils/mkdir.c index e425bbe5e..a4429b1cb 100644 --- a/coreutils/mkdir.c +++ b/coreutils/mkdir.c | |||
@@ -23,7 +23,6 @@ | |||
23 | //usage: "[OPTIONS] DIRECTORY..." | 23 | //usage: "[OPTIONS] DIRECTORY..." |
24 | //usage:#define mkdir_full_usage "\n\n" | 24 | //usage:#define mkdir_full_usage "\n\n" |
25 | //usage: "Create DIRECTORY\n" | 25 | //usage: "Create DIRECTORY\n" |
26 | //usage: "\nOptions:" | ||
27 | //usage: "\n -m MODE Mode" | 26 | //usage: "\n -m MODE Mode" |
28 | //usage: "\n -p No error if exists; make parent directories as needed" | 27 | //usage: "\n -p No error if exists; make parent directories as needed" |
29 | //usage: IF_SELINUX( | 28 | //usage: IF_SELINUX( |
diff --git a/coreutils/mkfifo.c b/coreutils/mkfifo.c index 84d8d99dd..ef58325b3 100644 --- a/coreutils/mkfifo.c +++ b/coreutils/mkfifo.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[-m MODE] " IF_SELINUX("[-Z] ") "NAME" | 14 | //usage: "[-m MODE] " IF_SELINUX("[-Z] ") "NAME" |
15 | //usage:#define mkfifo_full_usage "\n\n" | 15 | //usage:#define mkfifo_full_usage "\n\n" |
16 | //usage: "Create named pipe\n" | 16 | //usage: "Create named pipe\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -m MODE Mode (default a=rw)" | 17 | //usage: "\n -m MODE Mode (default a=rw)" |
19 | //usage: IF_SELINUX( | 18 | //usage: IF_SELINUX( |
20 | //usage: "\n -Z Set security context" | 19 | //usage: "\n -Z Set security context" |
diff --git a/coreutils/mknod.c b/coreutils/mknod.c index 50dbd62e3..32d3659ac 100644 --- a/coreutils/mknod.c +++ b/coreutils/mknod.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: "[-m MODE] " IF_SELINUX("[-Z] ") "NAME TYPE MAJOR MINOR" | 13 | //usage: "[-m MODE] " IF_SELINUX("[-Z] ") "NAME TYPE MAJOR MINOR" |
14 | //usage:#define mknod_full_usage "\n\n" | 14 | //usage:#define mknod_full_usage "\n\n" |
15 | //usage: "Create a special file (block, character, or pipe)\n" | 15 | //usage: "Create a special file (block, character, or pipe)\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -m MODE Creation mode (default a=rw)" | 16 | //usage: "\n -m MODE Creation mode (default a=rw)" |
18 | //usage: IF_SELINUX( | 17 | //usage: IF_SELINUX( |
19 | //usage: "\n -Z Set security context" | 18 | //usage: "\n -Z Set security context" |
diff --git a/coreutils/mv.c b/coreutils/mv.c index 399f391b2..87f4cd5a5 100644 --- a/coreutils/mv.c +++ b/coreutils/mv.c | |||
@@ -21,7 +21,6 @@ | |||
21 | //usage: "or: mv [-fin] SOURCE... DIRECTORY" | 21 | //usage: "or: mv [-fin] SOURCE... DIRECTORY" |
22 | //usage:#define mv_full_usage "\n\n" | 22 | //usage:#define mv_full_usage "\n\n" |
23 | //usage: "Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY\n" | 23 | //usage: "Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: "\n -f Don't prompt before overwriting" | 24 | //usage: "\n -f Don't prompt before overwriting" |
26 | //usage: "\n -i Interactive, prompt before overwrite" | 25 | //usage: "\n -i Interactive, prompt before overwrite" |
27 | //usage: "\n -n Don't overwrite an existing file" | 26 | //usage: "\n -n Don't overwrite an existing file" |
diff --git a/coreutils/nice.c b/coreutils/nice.c index 2763986e7..ce759916f 100644 --- a/coreutils/nice.c +++ b/coreutils/nice.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-n ADJUST] [PROG ARGS]" | 11 | //usage: "[-n ADJUST] [PROG ARGS]" |
12 | //usage:#define nice_full_usage "\n\n" | 12 | //usage:#define nice_full_usage "\n\n" |
13 | //usage: "Change scheduling priority, run PROG\n" | 13 | //usage: "Change scheduling priority, run PROG\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -n ADJUST Adjust priority by ADJUST" | 14 | //usage: "\n -n ADJUST Adjust priority by ADJUST" |
16 | 15 | ||
17 | #include <sys/resource.h> | 16 | #include <sys/resource.h> |
diff --git a/coreutils/readlink.c b/coreutils/readlink.c index 1a0eca646..f7ad791ec 100644 --- a/coreutils/readlink.c +++ b/coreutils/readlink.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage:#define readlink_full_usage "\n\n" | 12 | //usage:#define readlink_full_usage "\n\n" |
13 | //usage: "Display the value of a symlink" | 13 | //usage: "Display the value of a symlink" |
14 | //usage: IF_FEATURE_READLINK_FOLLOW( "\n" | 14 | //usage: IF_FEATURE_READLINK_FOLLOW( "\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -f Canonicalize by following all symlinks" | 15 | //usage: "\n -f Canonicalize by following all symlinks" |
17 | //usage: "\n -n Don't add newline" | 16 | //usage: "\n -n Don't add newline" |
18 | //usage: "\n -v Verbose" | 17 | //usage: "\n -v Verbose" |
diff --git a/coreutils/rm.c b/coreutils/rm.c index 8efd895cc..042fba162 100644 --- a/coreutils/rm.c +++ b/coreutils/rm.c | |||
@@ -19,7 +19,6 @@ | |||
19 | //usage: "[-irf] FILE..." | 19 | //usage: "[-irf] FILE..." |
20 | //usage:#define rm_full_usage "\n\n" | 20 | //usage:#define rm_full_usage "\n\n" |
21 | //usage: "Remove (unlink) FILEs\n" | 21 | //usage: "Remove (unlink) FILEs\n" |
22 | //usage: "\nOptions:" | ||
23 | //usage: "\n -i Always prompt before removing" | 22 | //usage: "\n -i Always prompt before removing" |
24 | //usage: "\n -f Never prompt" | 23 | //usage: "\n -f Never prompt" |
25 | //usage: "\n -R,-r Recurse" | 24 | //usage: "\n -R,-r Recurse" |
diff --git a/coreutils/rmdir.c b/coreutils/rmdir.c index 0dbd940a1..2840d1cfa 100644 --- a/coreutils/rmdir.c +++ b/coreutils/rmdir.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[OPTIONS] DIRECTORY..." | 14 | //usage: "[OPTIONS] DIRECTORY..." |
15 | //usage:#define rmdir_full_usage "\n\n" | 15 | //usage:#define rmdir_full_usage "\n\n" |
16 | //usage: "Remove DIRECTORY if it is empty\n" | 16 | //usage: "Remove DIRECTORY if it is empty\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: IF_FEATURE_RMDIR_LONG_OPTIONS( | 17 | //usage: IF_FEATURE_RMDIR_LONG_OPTIONS( |
19 | //usage: "\n -p|--parents Include parents" | 18 | //usage: "\n -p|--parents Include parents" |
20 | //usage: "\n --ignore-fail-on-non-empty" | 19 | //usage: "\n --ignore-fail-on-non-empty" |
diff --git a/coreutils/seq.c b/coreutils/seq.c index b600266fd..898619293 100644 --- a/coreutils/seq.c +++ b/coreutils/seq.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage:#define seq_full_usage "\n\n" | 12 | //usage:#define seq_full_usage "\n\n" |
13 | //usage: "Print numbers from FIRST to LAST, in steps of INC.\n" | 13 | //usage: "Print numbers from FIRST to LAST, in steps of INC.\n" |
14 | //usage: "FIRST, INC default to 1.\n" | 14 | //usage: "FIRST, INC default to 1.\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -w Pad to last with leading zeros" | 15 | //usage: "\n -w Pad to last with leading zeros" |
17 | //usage: "\n -s SEP String separator" | 16 | //usage: "\n -s SEP String separator" |
18 | 17 | ||
diff --git a/coreutils/sort.c b/coreutils/sort.c index f709ea1b3..1df07285c 100644 --- a/coreutils/sort.c +++ b/coreutils/sort.c | |||
@@ -18,7 +18,6 @@ | |||
18 | //usage: "] [FILE]..." | 18 | //usage: "] [FILE]..." |
19 | //usage:#define sort_full_usage "\n\n" | 19 | //usage:#define sort_full_usage "\n\n" |
20 | //usage: "Sort lines of text\n" | 20 | //usage: "Sort lines of text\n" |
21 | //usage: "\nOptions:" | ||
22 | //usage: IF_FEATURE_SORT_BIG( | 21 | //usage: IF_FEATURE_SORT_BIG( |
23 | //usage: "\n -b Ignore leading blanks" | 22 | //usage: "\n -b Ignore leading blanks" |
24 | //usage: "\n -c Check whether input is sorted" | 23 | //usage: "\n -c Check whether input is sorted" |
diff --git a/coreutils/split.c b/coreutils/split.c index f0077077e..11e640442 100644 --- a/coreutils/split.c +++ b/coreutils/split.c | |||
@@ -13,8 +13,7 @@ | |||
13 | //usage:#define split_trivial_usage | 13 | //usage:#define split_trivial_usage |
14 | //usage: "[OPTIONS] [INPUT [PREFIX]]" | 14 | //usage: "[OPTIONS] [INPUT [PREFIX]]" |
15 | //usage:#define split_full_usage "\n\n" | 15 | //usage:#define split_full_usage "\n\n" |
16 | //usage: "Options:" | 16 | //usage: " -b N[k|m] Split by N (kilo|mega)bytes" |
17 | //usage: "\n -b N[k|m] Split by N (kilo|mega)bytes" | ||
18 | //usage: "\n -l N Split by N lines" | 17 | //usage: "\n -l N Split by N lines" |
19 | //usage: "\n -a N Use N letters as suffix" | 18 | //usage: "\n -a N Use N letters as suffix" |
20 | //usage: | 19 | //usage: |
diff --git a/coreutils/stat.c b/coreutils/stat.c index e85e51033..2797719dd 100644 --- a/coreutils/stat.c +++ b/coreutils/stat.c | |||
@@ -17,7 +17,6 @@ | |||
17 | //usage: "[OPTIONS] FILE..." | 17 | //usage: "[OPTIONS] FILE..." |
18 | //usage:#define stat_full_usage "\n\n" | 18 | //usage:#define stat_full_usage "\n\n" |
19 | //usage: "Display file (default) or filesystem status\n" | 19 | //usage: "Display file (default) or filesystem status\n" |
20 | //usage: "\nOptions:" | ||
21 | //usage: IF_FEATURE_STAT_FORMAT( | 20 | //usage: IF_FEATURE_STAT_FORMAT( |
22 | //usage: "\n -c fmt Use the specified format" | 21 | //usage: "\n -c fmt Use the specified format" |
23 | //usage: ) | 22 | //usage: ) |
diff --git a/coreutils/stty.c b/coreutils/stty.c index af2347161..7f057ead2 100644 --- a/coreutils/stty.c +++ b/coreutils/stty.c | |||
@@ -26,7 +26,6 @@ | |||
26 | //usage:#define stty_full_usage "\n\n" | 26 | //usage:#define stty_full_usage "\n\n" |
27 | //usage: "Without arguments, prints baud rate, line discipline,\n" | 27 | //usage: "Without arguments, prints baud rate, line discipline,\n" |
28 | //usage: "and deviations from stty sane\n" | 28 | //usage: "and deviations from stty sane\n" |
29 | //usage: "\nOptions:" | ||
30 | //usage: "\n -F DEVICE Open device instead of stdin" | 29 | //usage: "\n -F DEVICE Open device instead of stdin" |
31 | //usage: "\n -a Print all current settings in human-readable form" | 30 | //usage: "\n -a Print all current settings in human-readable form" |
32 | //usage: "\n -g Print in stty-readable form" | 31 | //usage: "\n -g Print in stty-readable form" |
diff --git a/coreutils/sum.c b/coreutils/sum.c index 9e6b0c5b1..95110a6da 100644 --- a/coreutils/sum.c +++ b/coreutils/sum.c | |||
@@ -17,7 +17,6 @@ | |||
17 | //usage: "[-rs] [FILE]..." | 17 | //usage: "[-rs] [FILE]..." |
18 | //usage:#define sum_full_usage "\n\n" | 18 | //usage:#define sum_full_usage "\n\n" |
19 | //usage: "Checksum and count the blocks in a file\n" | 19 | //usage: "Checksum and count the blocks in a file\n" |
20 | //usage: "\nOptions:" | ||
21 | //usage: "\n -r Use BSD sum algorithm (1K blocks)" | 20 | //usage: "\n -r Use BSD sum algorithm (1K blocks)" |
22 | //usage: "\n -s Use System V sum algorithm (512byte blocks)" | 21 | //usage: "\n -s Use System V sum algorithm (512byte blocks)" |
23 | 22 | ||
diff --git a/coreutils/tail.c b/coreutils/tail.c index 4b42ebc52..454c25936 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c | |||
@@ -29,7 +29,6 @@ | |||
29 | //usage:#define tail_full_usage "\n\n" | 29 | //usage:#define tail_full_usage "\n\n" |
30 | //usage: "Print last 10 lines of each FILE (or stdin) to stdout.\n" | 30 | //usage: "Print last 10 lines of each FILE (or stdin) to stdout.\n" |
31 | //usage: "With more than one FILE, precede each with a filename header.\n" | 31 | //usage: "With more than one FILE, precede each with a filename header.\n" |
32 | //usage: "\nOptions:" | ||
33 | //usage: "\n -f Print data as file grows" | 32 | //usage: "\n -f Print data as file grows" |
34 | //usage: IF_FEATURE_FANCY_TAIL( | 33 | //usage: IF_FEATURE_FANCY_TAIL( |
35 | //usage: "\n -s SECONDS Wait SECONDS between reads with -f" | 34 | //usage: "\n -s SECONDS Wait SECONDS between reads with -f" |
diff --git a/coreutils/tee.c b/coreutils/tee.c index 3e3164e70..48cc0508f 100644 --- a/coreutils/tee.c +++ b/coreutils/tee.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[-ai] [FILE]..." | 14 | //usage: "[-ai] [FILE]..." |
15 | //usage:#define tee_full_usage "\n\n" | 15 | //usage:#define tee_full_usage "\n\n" |
16 | //usage: "Copy stdin to each FILE, and also to stdout\n" | 16 | //usage: "Copy stdin to each FILE, and also to stdout\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -a Append to the given FILEs, don't overwrite" | 17 | //usage: "\n -a Append to the given FILEs, don't overwrite" |
19 | //usage: "\n -i Ignore interrupt signals (SIGINT)" | 18 | //usage: "\n -i Ignore interrupt signals (SIGINT)" |
20 | //usage: | 19 | //usage: |
diff --git a/coreutils/touch.c b/coreutils/touch.c index c51fb70ca..0f980fd7b 100644 --- a/coreutils/touch.c +++ b/coreutils/touch.c | |||
@@ -34,7 +34,6 @@ | |||
34 | //usage: "[-c]" IF_DESKTOP(" [-d DATE] [-r FILE]") " FILE [FILE]..." | 34 | //usage: "[-c]" IF_DESKTOP(" [-d DATE] [-r FILE]") " FILE [FILE]..." |
35 | //usage:#define touch_full_usage "\n\n" | 35 | //usage:#define touch_full_usage "\n\n" |
36 | //usage: "Update the last-modified date on the given FILE[s]\n" | 36 | //usage: "Update the last-modified date on the given FILE[s]\n" |
37 | //usage: "\nOptions:" | ||
38 | //usage: "\n -c Don't create files" | 37 | //usage: "\n -c Don't create files" |
39 | //usage: IF_DESKTOP( | 38 | //usage: IF_DESKTOP( |
40 | //usage: "\n -d DT Date/time to use" | 39 | //usage: "\n -d DT Date/time to use" |
diff --git a/coreutils/tr.c b/coreutils/tr.c index 2f14a414f..e67948a36 100644 --- a/coreutils/tr.c +++ b/coreutils/tr.c | |||
@@ -51,7 +51,6 @@ | |||
51 | //usage: "[-cds] STRING1 [STRING2]" | 51 | //usage: "[-cds] STRING1 [STRING2]" |
52 | //usage:#define tr_full_usage "\n\n" | 52 | //usage:#define tr_full_usage "\n\n" |
53 | //usage: "Translate, squeeze, or delete characters from stdin, writing to stdout\n" | 53 | //usage: "Translate, squeeze, or delete characters from stdin, writing to stdout\n" |
54 | //usage: "\nOptions:" | ||
55 | //usage: "\n -c Take complement of STRING1" | 54 | //usage: "\n -c Take complement of STRING1" |
56 | //usage: "\n -d Delete input characters coded STRING1" | 55 | //usage: "\n -d Delete input characters coded STRING1" |
57 | //usage: "\n -s Squeeze multiple output characters of STRING2 into one character" | 56 | //usage: "\n -s Squeeze multiple output characters of STRING2 into one character" |
diff --git a/coreutils/tty.c b/coreutils/tty.c index 67399cbf3..45175054e 100644 --- a/coreutils/tty.c +++ b/coreutils/tty.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage:#define tty_full_usage "\n\n" | 15 | //usage:#define tty_full_usage "\n\n" |
16 | //usage: "Print file name of stdin's terminal" | 16 | //usage: "Print file name of stdin's terminal" |
17 | //usage: IF_INCLUDE_SUSv2( "\n" | 17 | //usage: IF_INCLUDE_SUSv2( "\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -s Print nothing, only return exit status" | 18 | //usage: "\n -s Print nothing, only return exit status" |
20 | //usage: ) | 19 | //usage: ) |
21 | //usage: | 20 | //usage: |
diff --git a/coreutils/uname.c b/coreutils/uname.c index 7a86b32a6..b96d76b6c 100644 --- a/coreutils/uname.c +++ b/coreutils/uname.c | |||
@@ -52,7 +52,6 @@ | |||
52 | //usage: "[-amnrspv]" | 52 | //usage: "[-amnrspv]" |
53 | //usage:#define uname_full_usage "\n\n" | 53 | //usage:#define uname_full_usage "\n\n" |
54 | //usage: "Print system information\n" | 54 | //usage: "Print system information\n" |
55 | //usage: "\nOptions:" | ||
56 | //usage: "\n -a Print all" | 55 | //usage: "\n -a Print all" |
57 | //usage: "\n -m The machine (hardware) type" | 56 | //usage: "\n -m The machine (hardware) type" |
58 | //usage: "\n -n Hostname" | 57 | //usage: "\n -n Hostname" |
diff --git a/coreutils/uniq.c b/coreutils/uniq.c index 6e764d8a4..9208d34ec 100644 --- a/coreutils/uniq.c +++ b/coreutils/uniq.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[-cdu][-f,s,w N] [INPUT [OUTPUT]]" | 14 | //usage: "[-cdu][-f,s,w N] [INPUT [OUTPUT]]" |
15 | //usage:#define uniq_full_usage "\n\n" | 15 | //usage:#define uniq_full_usage "\n\n" |
16 | //usage: "Discard duplicate lines\n" | 16 | //usage: "Discard duplicate lines\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -c Prefix lines by the number of occurrences" | 17 | //usage: "\n -c Prefix lines by the number of occurrences" |
19 | //usage: "\n -d Only print duplicate lines" | 18 | //usage: "\n -d Only print duplicate lines" |
20 | //usage: "\n -u Only print unique lines" | 19 | //usage: "\n -u Only print unique lines" |
diff --git a/coreutils/uudecode.c b/coreutils/uudecode.c index 47a155ecb..6ecfe6cef 100644 --- a/coreutils/uudecode.c +++ b/coreutils/uudecode.c | |||
@@ -158,7 +158,6 @@ int uudecode_main(int argc UNUSED_PARAM, char **argv) | |||
158 | //usage: "[-d] [FILE]" | 158 | //usage: "[-d] [FILE]" |
159 | //usage:#define base64_full_usage "\n\n" | 159 | //usage:#define base64_full_usage "\n\n" |
160 | //usage: "Base64 encode or decode FILE to standard output" | 160 | //usage: "Base64 encode or decode FILE to standard output" |
161 | //usage: "\nOptions:" | ||
162 | //usage: "\n -d Decode data" | 161 | //usage: "\n -d Decode data" |
163 | ////usage: "\n -w COL Wrap lines at COL (default 76, 0 disables)" | 162 | ////usage: "\n -w COL Wrap lines at COL (default 76, 0 disables)" |
164 | ////usage: "\n -i When decoding, ignore non-alphabet characters" | 163 | ////usage: "\n -i When decoding, ignore non-alphabet characters" |
diff --git a/coreutils/uuencode.c b/coreutils/uuencode.c index b4cd0a9e6..84a489a11 100644 --- a/coreutils/uuencode.c +++ b/coreutils/uuencode.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "[-m] [INFILE] STORED_FILENAME" | 12 | //usage: "[-m] [INFILE] STORED_FILENAME" |
13 | //usage:#define uuencode_full_usage "\n\n" | 13 | //usage:#define uuencode_full_usage "\n\n" |
14 | //usage: "Uuencode a file to stdout\n" | 14 | //usage: "Uuencode a file to stdout\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -m Use base64 encoding per RFC1521" | 15 | //usage: "\n -m Use base64 encoding per RFC1521" |
17 | //usage: | 16 | //usage: |
18 | //usage:#define uuencode_example_usage | 17 | //usage:#define uuencode_example_usage |
diff --git a/coreutils/wc.c b/coreutils/wc.c index 6e22c66c8..a410e407a 100644 --- a/coreutils/wc.c +++ b/coreutils/wc.c | |||
@@ -64,7 +64,6 @@ | |||
64 | //usage: | 64 | //usage: |
65 | //usage:#define wc_full_usage "\n\n" | 65 | //usage:#define wc_full_usage "\n\n" |
66 | //usage: "Count lines, words, and bytes for each FILE (or stdin)\n" | 66 | //usage: "Count lines, words, and bytes for each FILE (or stdin)\n" |
67 | //usage: "\nOptions:" | ||
68 | //usage: "\n -c Count bytes" | 67 | //usage: "\n -c Count bytes" |
69 | //usage: IF_UNICODE_SUPPORT( | 68 | //usage: IF_UNICODE_SUPPORT( |
70 | //usage: "\n -m Count characters" | 69 | //usage: "\n -m Count characters" |
diff --git a/coreutils/who.c b/coreutils/who.c index ec385bf95..9f37f65fd 100644 --- a/coreutils/who.c +++ b/coreutils/who.c | |||
@@ -22,7 +22,6 @@ | |||
22 | //usage: "[-a]" | 22 | //usage: "[-a]" |
23 | //usage:#define who_full_usage "\n\n" | 23 | //usage:#define who_full_usage "\n\n" |
24 | //usage: "Show who is logged on\n" | 24 | //usage: "Show who is logged on\n" |
25 | //usage: "\nOptions:" | ||
26 | //usage: "\n -a Show all" | 25 | //usage: "\n -a Show all" |
27 | 26 | ||
28 | #include "libbb.h" | 27 | #include "libbb.h" |
diff --git a/debianutils/mktemp.c b/debianutils/mktemp.c index f4961af59..007cb1c5b 100644 --- a/debianutils/mktemp.c +++ b/debianutils/mktemp.c | |||
@@ -37,7 +37,6 @@ | |||
37 | //usage: "Create a temporary file with name based on TEMPLATE and print its name.\n" | 37 | //usage: "Create a temporary file with name based on TEMPLATE and print its name.\n" |
38 | //usage: "TEMPLATE must end with XXXXXX (e.g. [/dir/]nameXXXXXX).\n" | 38 | //usage: "TEMPLATE must end with XXXXXX (e.g. [/dir/]nameXXXXXX).\n" |
39 | //usage: "Without TEMPLATE, -t tmp.XXXXXX is assumed.\n" | 39 | //usage: "Without TEMPLATE, -t tmp.XXXXXX is assumed.\n" |
40 | //usage: "\nOptions:" | ||
41 | //usage: "\n -d Make directory, not file" | 40 | //usage: "\n -d Make directory, not file" |
42 | ////usage: "\n -q Fail silently on errors" - we ignore this opt | 41 | ////usage: "\n -q Fail silently on errors" - we ignore this opt |
43 | //usage: "\n -t Prepend base directory name to TEMPLATE" | 42 | //usage: "\n -t Prepend base directory name to TEMPLATE" |
diff --git a/debianutils/run_parts.c b/debianutils/run_parts.c index 0c2302696..65cbfc338 100644 --- a/debianutils/run_parts.c +++ b/debianutils/run_parts.c | |||
@@ -34,7 +34,6 @@ | |||
34 | //usage: "[-t] "IF_FEATURE_RUN_PARTS_FANCY("[-l] ")"[-a ARG] [-u MASK] DIRECTORY" | 34 | //usage: "[-t] "IF_FEATURE_RUN_PARTS_FANCY("[-l] ")"[-a ARG] [-u MASK] DIRECTORY" |
35 | //usage:#define run_parts_full_usage "\n\n" | 35 | //usage:#define run_parts_full_usage "\n\n" |
36 | //usage: "Run a bunch of scripts in DIRECTORY\n" | 36 | //usage: "Run a bunch of scripts in DIRECTORY\n" |
37 | //usage: "\nOptions:" | ||
38 | //usage: "\n -t Print what would be run, but don't actually run anything" | 37 | //usage: "\n -t Print what would be run, but don't actually run anything" |
39 | //usage: "\n -a ARG Pass ARG as argument for every program" | 38 | //usage: "\n -a ARG Pass ARG as argument for every program" |
40 | //usage: "\n -u MASK Set the umask to MASK before running every program" | 39 | //usage: "\n -u MASK Set the umask to MASK before running every program" |
diff --git a/e2fsprogs/chattr.c b/e2fsprogs/chattr.c index b1c77faad..f1cc8389f 100644 --- a/e2fsprogs/chattr.c +++ b/e2fsprogs/chattr.c | |||
@@ -39,7 +39,6 @@ | |||
39 | //usage: "\n S Write file contents synchronously" | 39 | //usage: "\n S Write file contents synchronously" |
40 | //usage: "\n t Disable tail-merging of partial blocks with other files" | 40 | //usage: "\n t Disable tail-merging of partial blocks with other files" |
41 | //usage: "\n u Allow file to be undeleted" | 41 | //usage: "\n u Allow file to be undeleted" |
42 | //usage: "\nOptions:" | ||
43 | //usage: "\n -R Recurse" | 42 | //usage: "\n -R Recurse" |
44 | //usage: "\n -v Set the file's version/generation number" | 43 | //usage: "\n -v Set the file's version/generation number" |
45 | 44 | ||
diff --git a/e2fsprogs/fsck.c b/e2fsprogs/fsck.c index fcbdb5989..4b2f774f5 100644 --- a/e2fsprogs/fsck.c +++ b/e2fsprogs/fsck.c | |||
@@ -38,7 +38,6 @@ | |||
38 | //usage: "[-ANPRTV] [-C FD] [-t FSTYPE] [FS_OPTS] [BLOCKDEV]..." | 38 | //usage: "[-ANPRTV] [-C FD] [-t FSTYPE] [FS_OPTS] [BLOCKDEV]..." |
39 | //usage:#define fsck_full_usage "\n\n" | 39 | //usage:#define fsck_full_usage "\n\n" |
40 | //usage: "Check and repair filesystems\n" | 40 | //usage: "Check and repair filesystems\n" |
41 | //usage: "\nOptions:" | ||
42 | //usage: "\n -A Walk /etc/fstab and check all filesystems" | 41 | //usage: "\n -A Walk /etc/fstab and check all filesystems" |
43 | //usage: "\n -N Don't execute, just show what would be done" | 42 | //usage: "\n -N Don't execute, just show what would be done" |
44 | //usage: "\n -P With -A, check filesystems in parallel" | 43 | //usage: "\n -P With -A, check filesystems in parallel" |
diff --git a/e2fsprogs/lsattr.c b/e2fsprogs/lsattr.c index 964e8d026..1312fe754 100644 --- a/e2fsprogs/lsattr.c +++ b/e2fsprogs/lsattr.c | |||
@@ -22,7 +22,6 @@ | |||
22 | //usage: "[-Radlv] [FILE]..." | 22 | //usage: "[-Radlv] [FILE]..." |
23 | //usage:#define lsattr_full_usage "\n\n" | 23 | //usage:#define lsattr_full_usage "\n\n" |
24 | //usage: "List file attributes on an ext2 fs\n" | 24 | //usage: "List file attributes on an ext2 fs\n" |
25 | //usage: "\nOptions:" | ||
26 | //usage: "\n -R Recurse" | 25 | //usage: "\n -R Recurse" |
27 | //usage: "\n -a Don't hide entries starting with ." | 26 | //usage: "\n -a Don't hide entries starting with ." |
28 | //usage: "\n -d List directory entries instead of contents" | 27 | //usage: "\n -d List directory entries instead of contents" |
diff --git a/e2fsprogs/old_e2fsprogs/e2fsck.c b/e2fsprogs/old_e2fsprogs/e2fsck.c index ad4ff348b..8fffa7f20 100644 --- a/e2fsprogs/old_e2fsprogs/e2fsck.c +++ b/e2fsprogs/old_e2fsprogs/e2fsck.c | |||
@@ -37,7 +37,6 @@ | |||
37 | //usage: "[-E extended-options] device" | 37 | //usage: "[-E extended-options] device" |
38 | //usage:#define e2fsck_full_usage "\n\n" | 38 | //usage:#define e2fsck_full_usage "\n\n" |
39 | //usage: "Check ext2/ext3 file system\n" | 39 | //usage: "Check ext2/ext3 file system\n" |
40 | //usage: "\nOptions:" | ||
41 | //usage: "\n -p Automatic repair (no questions)" | 40 | //usage: "\n -p Automatic repair (no questions)" |
42 | //usage: "\n -n Make no changes to the filesystem" | 41 | //usage: "\n -n Make no changes to the filesystem" |
43 | //usage: "\n -y Assume 'yes' to all questions" | 42 | //usage: "\n -y Assume 'yes' to all questions" |
diff --git a/editors/awk.c b/editors/awk.c index 9d38b1f88..7685546e5 100644 --- a/editors/awk.c +++ b/editors/awk.c | |||
@@ -10,8 +10,7 @@ | |||
10 | //usage:#define awk_trivial_usage | 10 | //usage:#define awk_trivial_usage |
11 | //usage: "[OPTIONS] [AWK_PROGRAM] [FILE]..." | 11 | //usage: "[OPTIONS] [AWK_PROGRAM] [FILE]..." |
12 | //usage:#define awk_full_usage "\n\n" | 12 | //usage:#define awk_full_usage "\n\n" |
13 | //usage: "Options:" | 13 | //usage: " -v VAR=VAL Set variable" |
14 | //usage: "\n -v VAR=VAL Set variable" | ||
15 | //usage: "\n -F SEP Use SEP as field separator" | 14 | //usage: "\n -F SEP Use SEP as field separator" |
16 | //usage: "\n -f FILE Read program from FILE" | 15 | //usage: "\n -f FILE Read program from FILE" |
17 | 16 | ||
diff --git a/editors/cmp.c b/editors/cmp.c index 3a0f5aa4f..fbe6b9753 100644 --- a/editors/cmp.c +++ b/editors/cmp.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]]") "]" | 14 | //usage: "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]]") "]" |
15 | //usage:#define cmp_full_usage "\n\n" | 15 | //usage:#define cmp_full_usage "\n\n" |
16 | //usage: "Compare FILE1 with FILE2 (or stdin)\n" | 16 | //usage: "Compare FILE1 with FILE2 (or stdin)\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -l Write the byte numbers (decimal) and values (octal)" | 17 | //usage: "\n -l Write the byte numbers (decimal) and values (octal)" |
19 | //usage: "\n for all differing bytes" | 18 | //usage: "\n for all differing bytes" |
20 | //usage: "\n -s Quiet" | 19 | //usage: "\n -s Quiet" |
diff --git a/editors/diff.c b/editors/diff.c index 8b1e92783..8c0a31f47 100644 --- a/editors/diff.c +++ b/editors/diff.c | |||
@@ -81,7 +81,6 @@ | |||
81 | //usage:#define diff_full_usage "\n\n" | 81 | //usage:#define diff_full_usage "\n\n" |
82 | //usage: "Compare files line by line and output the differences between them.\n" | 82 | //usage: "Compare files line by line and output the differences between them.\n" |
83 | //usage: "This implementation supports unified diffs only.\n" | 83 | //usage: "This implementation supports unified diffs only.\n" |
84 | //usage: "\nOptions:" | ||
85 | //usage: "\n -a Treat all files as text" | 84 | //usage: "\n -a Treat all files as text" |
86 | //usage: "\n -b Ignore changes in the amount of whitespace" | 85 | //usage: "\n -b Ignore changes in the amount of whitespace" |
87 | //usage: "\n -B Ignore changes whose lines are all blank" | 86 | //usage: "\n -B Ignore changes whose lines are all blank" |
diff --git a/editors/sed.c b/editors/sed.c index 99e56ff52..5c4e9cc3b 100644 --- a/editors/sed.c +++ b/editors/sed.c | |||
@@ -59,8 +59,7 @@ | |||
59 | //usage:#define sed_trivial_usage | 59 | //usage:#define sed_trivial_usage |
60 | //usage: "[-efinr] SED_CMD [FILE]..." | 60 | //usage: "[-efinr] SED_CMD [FILE]..." |
61 | //usage:#define sed_full_usage "\n\n" | 61 | //usage:#define sed_full_usage "\n\n" |
62 | //usage: "Options:" | 62 | //usage: " -e CMD Add CMD to sed commands to be executed" |
63 | //usage: "\n -e CMD Add CMD to sed commands to be executed" | ||
64 | //usage: "\n -f FILE Add FILE contents to sed commands to be executed" | 63 | //usage: "\n -f FILE Add FILE contents to sed commands to be executed" |
65 | //usage: "\n -i Edit files in-place (else sends result to stdout)" | 64 | //usage: "\n -i Edit files in-place (else sends result to stdout)" |
66 | //usage: "\n -n Suppress automatic printing of pattern space" | 65 | //usage: "\n -n Suppress automatic printing of pattern space" |
diff --git a/editors/vi.c b/editors/vi.c index e1f3724cc..3656fee95 100644 --- a/editors/vi.c +++ b/editors/vi.c | |||
@@ -25,7 +25,6 @@ | |||
25 | //usage: "[OPTIONS] [FILE]..." | 25 | //usage: "[OPTIONS] [FILE]..." |
26 | //usage:#define vi_full_usage "\n\n" | 26 | //usage:#define vi_full_usage "\n\n" |
27 | //usage: "Edit FILE\n" | 27 | //usage: "Edit FILE\n" |
28 | //usage: "\nOptions:" | ||
29 | //usage: IF_FEATURE_VI_COLON( | 28 | //usage: IF_FEATURE_VI_COLON( |
30 | //usage: "\n -c Initial command to run ($EXINIT also available)" | 29 | //usage: "\n -c Initial command to run ($EXINIT also available)" |
31 | //usage: ) | 30 | //usage: ) |
diff --git a/findutils/find.c b/findutils/find.c index 050d6373e..babcda0ed 100644 --- a/findutils/find.c +++ b/findutils/find.c | |||
@@ -236,7 +236,6 @@ | |||
236 | //usage: "Search for files and perform actions on them.\n" | 236 | //usage: "Search for files and perform actions on them.\n" |
237 | //usage: "First failed action stops processing of current file.\n" | 237 | //usage: "First failed action stops processing of current file.\n" |
238 | //usage: "Defaults: PATH is current directory, action is '-print'\n" | 238 | //usage: "Defaults: PATH is current directory, action is '-print'\n" |
239 | //usage: "\nOptions:" | ||
240 | //usage: "\n -follow Follow symlinks" | 239 | //usage: "\n -follow Follow symlinks" |
241 | //usage: IF_FEATURE_FIND_XDEV( | 240 | //usage: IF_FEATURE_FIND_XDEV( |
242 | //usage: "\n -xdev Don't descend directories on other filesystems" | 241 | //usage: "\n -xdev Don't descend directories on other filesystems" |
diff --git a/findutils/grep.c b/findutils/grep.c index e7116e4c9..3acfa9197 100644 --- a/findutils/grep.c +++ b/findutils/grep.c | |||
@@ -72,7 +72,6 @@ | |||
72 | //usage: "PATTERN/-e PATTERN.../-f FILE [FILE]..." | 72 | //usage: "PATTERN/-e PATTERN.../-f FILE [FILE]..." |
73 | //usage:#define grep_full_usage "\n\n" | 73 | //usage:#define grep_full_usage "\n\n" |
74 | //usage: "Search for PATTERN in FILEs (or stdin)\n" | 74 | //usage: "Search for PATTERN in FILEs (or stdin)\n" |
75 | //usage: "\nOptions:" | ||
76 | //usage: "\n -H Add 'filename:' prefix" | 75 | //usage: "\n -H Add 'filename:' prefix" |
77 | //usage: "\n -h Do not add 'filename:' prefix" | 76 | //usage: "\n -h Do not add 'filename:' prefix" |
78 | //usage: "\n -n Add 'line_no:' prefix" | 77 | //usage: "\n -n Add 'line_no:' prefix" |
diff --git a/findutils/xargs.c b/findutils/xargs.c index 967737133..0d1bb43fc 100644 --- a/findutils/xargs.c +++ b/findutils/xargs.c | |||
@@ -349,7 +349,6 @@ static int xargs_ask_confirmation(void) | |||
349 | //usage: "[OPTIONS] [PROG ARGS]" | 349 | //usage: "[OPTIONS] [PROG ARGS]" |
350 | //usage:#define xargs_full_usage "\n\n" | 350 | //usage:#define xargs_full_usage "\n\n" |
351 | //usage: "Run PROG on every item given by stdin\n" | 351 | //usage: "Run PROG on every item given by stdin\n" |
352 | //usage: "\nOptions:" | ||
353 | //usage: IF_FEATURE_XARGS_SUPPORT_CONFIRMATION( | 352 | //usage: IF_FEATURE_XARGS_SUPPORT_CONFIRMATION( |
354 | //usage: "\n -p Ask user whether to run each command" | 353 | //usage: "\n -p Ask user whether to run each command" |
355 | //usage: ) | 354 | //usage: ) |
diff --git a/init/bootchartd.c b/init/bootchartd.c index 009e2690c..5f6121fa4 100644 --- a/init/bootchartd.c +++ b/init/bootchartd.c | |||
@@ -327,7 +327,6 @@ static void finalize(char *tempdir, const char *prog) | |||
327 | //usage: "start [PROG ARGS]|stop|init" | 327 | //usage: "start [PROG ARGS]|stop|init" |
328 | //usage:#define bootchartd_full_usage "\n\n" | 328 | //usage:#define bootchartd_full_usage "\n\n" |
329 | //usage: "Create /var/log/bootchart.tgz with boot chart data\n" | 329 | //usage: "Create /var/log/bootchart.tgz with boot chart data\n" |
330 | //usage: "\nOptions:" | ||
331 | //usage: "\nstart: start background logging; with PROG, run PROG, then kill logging with USR1" | 330 | //usage: "\nstart: start background logging; with PROG, run PROG, then kill logging with USR1" |
332 | //usage: "\nstop: send USR1 to all bootchartd processes" | 331 | //usage: "\nstop: send USR1 to all bootchartd processes" |
333 | //usage: "\ninit: start background logging; stop when getty/xdm is seen (for init scripts)" | 332 | //usage: "\ninit: start background logging; stop when getty/xdm is seen (for init scripts)" |
diff --git a/init/halt.c b/init/halt.c index a84a72747..433326dd4 100644 --- a/init/halt.c +++ b/init/halt.c | |||
@@ -43,7 +43,6 @@ | |||
43 | //usage: "[-d DELAY] [-n] [-f]" IF_FEATURE_WTMP(" [-w]") | 43 | //usage: "[-d DELAY] [-n] [-f]" IF_FEATURE_WTMP(" [-w]") |
44 | //usage:#define halt_full_usage "\n\n" | 44 | //usage:#define halt_full_usage "\n\n" |
45 | //usage: "Halt the system\n" | 45 | //usage: "Halt the system\n" |
46 | //usage: "\nOptions:" | ||
47 | //usage: "\n -d SEC Delay interval" | 46 | //usage: "\n -d SEC Delay interval" |
48 | //usage: "\n -n Do not sync" | 47 | //usage: "\n -n Do not sync" |
49 | //usage: "\n -f Force (don't go through init)" | 48 | //usage: "\n -f Force (don't go through init)" |
@@ -55,7 +54,6 @@ | |||
55 | //usage: "[-d DELAY] [-n] [-f]" | 54 | //usage: "[-d DELAY] [-n] [-f]" |
56 | //usage:#define poweroff_full_usage "\n\n" | 55 | //usage:#define poweroff_full_usage "\n\n" |
57 | //usage: "Halt and shut off power\n" | 56 | //usage: "Halt and shut off power\n" |
58 | //usage: "\nOptions:" | ||
59 | //usage: "\n -d SEC Delay interval" | 57 | //usage: "\n -d SEC Delay interval" |
60 | //usage: "\n -n Do not sync" | 58 | //usage: "\n -n Do not sync" |
61 | //usage: "\n -f Force (don't go through init)" | 59 | //usage: "\n -f Force (don't go through init)" |
@@ -64,7 +62,6 @@ | |||
64 | //usage: "[-d DELAY] [-n] [-f]" | 62 | //usage: "[-d DELAY] [-n] [-f]" |
65 | //usage:#define reboot_full_usage "\n\n" | 63 | //usage:#define reboot_full_usage "\n\n" |
66 | //usage: "Reboot the system\n" | 64 | //usage: "Reboot the system\n" |
67 | //usage: "\nOptions:" | ||
68 | //usage: "\n -d SEC Delay interval" | 65 | //usage: "\n -d SEC Delay interval" |
69 | //usage: "\n -n Do not sync" | 66 | //usage: "\n -n Do not sync" |
70 | //usage: "\n -f Force (don't go through init)" | 67 | //usage: "\n -f Force (don't go through init)" |
diff --git a/loginutils/addgroup.c b/loginutils/addgroup.c index 2d6736f1a..b37270ff0 100644 --- a/loginutils/addgroup.c +++ b/loginutils/addgroup.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[-g GID] " IF_FEATURE_ADDUSER_TO_GROUP("[USER] ") "GROUP" | 14 | //usage: "[-g GID] " IF_FEATURE_ADDUSER_TO_GROUP("[USER] ") "GROUP" |
15 | //usage:#define addgroup_full_usage "\n\n" | 15 | //usage:#define addgroup_full_usage "\n\n" |
16 | //usage: "Add a group " IF_FEATURE_ADDUSER_TO_GROUP("or add a user to a group") "\n" | 16 | //usage: "Add a group " IF_FEATURE_ADDUSER_TO_GROUP("or add a user to a group") "\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -g GID Group id" | 17 | //usage: "\n -g GID Group id" |
19 | //usage: "\n -S Create a system group" | 18 | //usage: "\n -S Create a system group" |
20 | 19 | ||
diff --git a/loginutils/adduser.c b/loginutils/adduser.c index 47c674bf4..1d082c876 100644 --- a/loginutils/adduser.c +++ b/loginutils/adduser.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "[OPTIONS] USER" | 12 | //usage: "[OPTIONS] USER" |
13 | //usage:#define adduser_full_usage "\n\n" | 13 | //usage:#define adduser_full_usage "\n\n" |
14 | //usage: "Add a user\n" | 14 | //usage: "Add a user\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -h DIR Home directory" | 15 | //usage: "\n -h DIR Home directory" |
17 | //usage: "\n -g GECOS GECOS field" | 16 | //usage: "\n -g GECOS GECOS field" |
18 | //usage: "\n -s SHELL Login shell" | 17 | //usage: "\n -s SHELL Login shell" |
diff --git a/loginutils/chpasswd.c b/loginutils/chpasswd.c index f4718c829..2262b792a 100644 --- a/loginutils/chpasswd.c +++ b/loginutils/chpasswd.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: IF_LONG_OPTS("[--md5|--encrypted]") IF_NOT_LONG_OPTS("[-m|-e]") | 11 | //usage: IF_LONG_OPTS("[--md5|--encrypted]") IF_NOT_LONG_OPTS("[-m|-e]") |
12 | //usage:#define chpasswd_full_usage "\n\n" | 12 | //usage:#define chpasswd_full_usage "\n\n" |
13 | //usage: "Read user:password from stdin and update /etc/passwd\n" | 13 | //usage: "Read user:password from stdin and update /etc/passwd\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: IF_LONG_OPTS( | 14 | //usage: IF_LONG_OPTS( |
16 | //usage: "\n -e,--encrypted Supplied passwords are in encrypted form" | 15 | //usage: "\n -e,--encrypted Supplied passwords are in encrypted form" |
17 | //usage: "\n -m,--md5 Use MD5 encryption instead of DES" | 16 | //usage: "\n -m,--md5 Use MD5 encryption instead of DES" |
diff --git a/loginutils/cryptpw.c b/loginutils/cryptpw.c index b25a39ac9..b244f55e3 100644 --- a/loginutils/cryptpw.c +++ b/loginutils/cryptpw.c | |||
@@ -15,7 +15,6 @@ | |||
15 | /* We do support -s, we just don't mention it */ | 15 | /* We do support -s, we just don't mention it */ |
16 | //usage:#define cryptpw_full_usage "\n\n" | 16 | //usage:#define cryptpw_full_usage "\n\n" |
17 | //usage: "Crypt PASSWORD using crypt(3)\n" | 17 | //usage: "Crypt PASSWORD using crypt(3)\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: IF_LONG_OPTS( | 18 | //usage: IF_LONG_OPTS( |
20 | //usage: "\n -P,--password-fd=N Read password from fd N" | 19 | //usage: "\n -P,--password-fd=N Read password from fd N" |
21 | /* //usage: "\n -s,--stdin Use stdin; like -P0" */ | 20 | /* //usage: "\n -s,--stdin Use stdin; like -P0" */ |
@@ -35,7 +34,6 @@ | |||
35 | /* We do support -s, we just don't mention it */ | 34 | /* We do support -s, we just don't mention it */ |
36 | //usage:#define mkpasswd_full_usage "\n\n" | 35 | //usage:#define mkpasswd_full_usage "\n\n" |
37 | //usage: "Crypt PASSWORD using crypt(3)\n" | 36 | //usage: "Crypt PASSWORD using crypt(3)\n" |
38 | //usage: "\nOptions:" | ||
39 | //usage: IF_LONG_OPTS( | 37 | //usage: IF_LONG_OPTS( |
40 | //usage: "\n -P,--password-fd=N Read password from fd N" | 38 | //usage: "\n -P,--password-fd=N Read password from fd N" |
41 | /* //usage: "\n -s,--stdin Use stdin; like -P0" */ | 39 | /* //usage: "\n -s,--stdin Use stdin; like -P0" */ |
diff --git a/loginutils/getty.c b/loginutils/getty.c index dfa15b3da..62456651b 100644 --- a/loginutils/getty.c +++ b/loginutils/getty.c | |||
@@ -105,7 +105,6 @@ struct globals { | |||
105 | //usage: "[OPTIONS] BAUD_RATE[,BAUD_RATE]... TTY [TERMTYPE]" | 105 | //usage: "[OPTIONS] BAUD_RATE[,BAUD_RATE]... TTY [TERMTYPE]" |
106 | //usage:#define getty_full_usage "\n\n" | 106 | //usage:#define getty_full_usage "\n\n" |
107 | //usage: "Open a tty, prompt for a login name, then invoke /bin/login\n" | 107 | //usage: "Open a tty, prompt for a login name, then invoke /bin/login\n" |
108 | //usage: "\nOptions:" | ||
109 | //usage: "\n -h Enable hardware RTS/CTS flow control" | 108 | //usage: "\n -h Enable hardware RTS/CTS flow control" |
110 | //usage: "\n -L Set CLOCAL (ignore Carrier Detect state)" | 109 | //usage: "\n -L Set CLOCAL (ignore Carrier Detect state)" |
111 | //usage: "\n -m Get baud rate from modem's CONNECT status message" | 110 | //usage: "\n -m Get baud rate from modem's CONNECT status message" |
diff --git a/loginutils/login.c b/loginutils/login.c index f2563dc09..2f7b9b212 100644 --- a/loginutils/login.c +++ b/loginutils/login.c | |||
@@ -7,7 +7,6 @@ | |||
7 | //usage: "[-p] [-h HOST] [[-f] USER]" | 7 | //usage: "[-p] [-h HOST] [[-f] USER]" |
8 | //usage:#define login_full_usage "\n\n" | 8 | //usage:#define login_full_usage "\n\n" |
9 | //usage: "Begin a new session on the system\n" | 9 | //usage: "Begin a new session on the system\n" |
10 | //usage: "\nOptions:" | ||
11 | //usage: "\n -f Don't authenticate (user already authenticated)" | 10 | //usage: "\n -f Don't authenticate (user already authenticated)" |
12 | //usage: "\n -h Name of the remote host" | 11 | //usage: "\n -h Name of the remote host" |
13 | //usage: "\n -p Preserve environment" | 12 | //usage: "\n -p Preserve environment" |
diff --git a/loginutils/passwd.c b/loginutils/passwd.c index b3ce646f1..1cfafaec3 100644 --- a/loginutils/passwd.c +++ b/loginutils/passwd.c | |||
@@ -8,7 +8,6 @@ | |||
8 | //usage:#define passwd_full_usage "\n\n" | 8 | //usage:#define passwd_full_usage "\n\n" |
9 | //usage: "Change USER's password (default: current user)" | 9 | //usage: "Change USER's password (default: current user)" |
10 | //usage: "\n" | 10 | //usage: "\n" |
11 | //usage: "\nOptions:" | ||
12 | //usage: "\n -a ALG Encryption method" | 11 | //usage: "\n -a ALG Encryption method" |
13 | //usage: "\n -d Set password to ''" | 12 | //usage: "\n -d Set password to ''" |
14 | //usage: "\n -l Lock (disable) account" | 13 | //usage: "\n -l Lock (disable) account" |
diff --git a/loginutils/su.c b/loginutils/su.c index 72dd0f06f..57ea738f4 100644 --- a/loginutils/su.c +++ b/loginutils/su.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "[OPTIONS] [-] [USER]" | 12 | //usage: "[OPTIONS] [-] [USER]" |
13 | //usage:#define su_full_usage "\n\n" | 13 | //usage:#define su_full_usage "\n\n" |
14 | //usage: "Run shell under USER (by default, root)\n" | 14 | //usage: "Run shell under USER (by default, root)\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -,-l Clear environment, run shell as login shell" | 15 | //usage: "\n -,-l Clear environment, run shell as login shell" |
17 | //usage: "\n -p,-m Do not set new $HOME, $SHELL, $USER, $LOGNAME" | 16 | //usage: "\n -p,-m Do not set new $HOME, $SHELL, $USER, $LOGNAME" |
18 | //usage: "\n -c CMD Command to pass to 'sh -c'" | 17 | //usage: "\n -c CMD Command to pass to 'sh -c'" |
diff --git a/loginutils/sulogin.c b/loginutils/sulogin.c index 28edf067c..bd2b09eed 100644 --- a/loginutils/sulogin.c +++ b/loginutils/sulogin.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //usage: "[-t N] [TTY]" | 9 | //usage: "[-t N] [TTY]" |
10 | //usage:#define sulogin_full_usage "\n\n" | 10 | //usage:#define sulogin_full_usage "\n\n" |
11 | //usage: "Single user login\n" | 11 | //usage: "Single user login\n" |
12 | //usage: "\nOptions:" | ||
13 | //usage: "\n -t N Timeout" | 12 | //usage: "\n -t N Timeout" |
14 | 13 | ||
15 | #include "libbb.h" | 14 | #include "libbb.h" |
diff --git a/loginutils/vlock.c b/loginutils/vlock.c index efad63ff3..75af9390e 100644 --- a/loginutils/vlock.c +++ b/loginutils/vlock.c | |||
@@ -19,7 +19,6 @@ | |||
19 | //usage: "[-a]" | 19 | //usage: "[-a]" |
20 | //usage:#define vlock_full_usage "\n\n" | 20 | //usage:#define vlock_full_usage "\n\n" |
21 | //usage: "Lock a virtual terminal. A password is required to unlock.\n" | 21 | //usage: "Lock a virtual terminal. A password is required to unlock.\n" |
22 | //usage: "\nOptions:" | ||
23 | //usage: "\n -a Lock all VTs" | 22 | //usage: "\n -a Lock all VTs" |
24 | 23 | ||
25 | #include "libbb.h" | 24 | #include "libbb.h" |
diff --git a/mailutils/makemime.c b/mailutils/makemime.c index 628619bb8..4dc53a3b2 100644 --- a/mailutils/makemime.c +++ b/mailutils/makemime.c | |||
@@ -132,12 +132,11 @@ Content-Transfer-Encoding: 7bit | |||
132 | //usage:#define makemime_full_usage "\n\n" | 132 | //usage:#define makemime_full_usage "\n\n" |
133 | //usage: "Create multipart MIME-encoded message from FILEs\n" | 133 | //usage: "Create multipart MIME-encoded message from FILEs\n" |
134 | /* //usage: "Transfer encoding is base64, disposition is inline (not attachment)\n" */ | 134 | /* //usage: "Transfer encoding is base64, disposition is inline (not attachment)\n" */ |
135 | //usage: "\nOptions:" | ||
136 | //usage: "\n -o FILE Output. Default: stdout" | 135 | //usage: "\n -o FILE Output. Default: stdout" |
137 | //usage: "\n -a HDR Add header. Examples:" | 136 | //usage: "\n -a HDR Add header. Examples:" |
138 | //usage: "\n \"From: user@host.org\", \"Date: `date -R`\"" | 137 | //usage: "\n \"From: user@host.org\", \"Date: `date -R`\"" |
139 | //usage: "\n -c CT Content type. Default: text/plain" | 138 | //usage: "\n -c CT Content type. Default: text/plain" |
140 | //usage: "\n -C CS Charset. Default: " CONFIG_FEATURE_MIME_CHARSET | 139 | //usage: "\n -C CS Charset. Default: " CONFIG_FEATURE_MIME_CHARSET |
141 | /* //usage: "\n -e ENC Transfer encoding. Ignored. base64 is assumed" */ | 140 | /* //usage: "\n -e ENC Transfer encoding. Ignored. base64 is assumed" */ |
142 | //usage: "\n" | 141 | //usage: "\n" |
143 | //usage: "\nOther options are silently ignored" | 142 | //usage: "\nOther options are silently ignored" |
diff --git a/mailutils/popmaildir.c b/mailutils/popmaildir.c index c9d22aa28..62030331e 100644 --- a/mailutils/popmaildir.c +++ b/mailutils/popmaildir.c | |||
@@ -16,7 +16,6 @@ | |||
16 | //usage: "[OPTIONS] MAILDIR [CONN_HELPER ARGS]" | 16 | //usage: "[OPTIONS] MAILDIR [CONN_HELPER ARGS]" |
17 | //usage:#define popmaildir_full_usage "\n\n" | 17 | //usage:#define popmaildir_full_usage "\n\n" |
18 | //usage: "Fetch content of remote mailbox to local maildir\n" | 18 | //usage: "Fetch content of remote mailbox to local maildir\n" |
19 | //usage: "\nOptions:" | ||
20 | /* //usage: "\n -b Binary mode. Ignored" */ | 19 | /* //usage: "\n -b Binary mode. Ignored" */ |
21 | /* //usage: "\n -d Debug. Ignored" */ | 20 | /* //usage: "\n -d Debug. Ignored" */ |
22 | /* //usage: "\n -m Show used memory. Ignored" */ | 21 | /* //usage: "\n -m Show used memory. Ignored" */ |
diff --git a/mailutils/reformime.c b/mailutils/reformime.c index aa5e3b1c0..5e28ef729 100644 --- a/mailutils/reformime.c +++ b/mailutils/reformime.c | |||
@@ -234,7 +234,6 @@ static int parse(const char *boundary, char **argv) | |||
234 | //usage: "[OPTIONS]" | 234 | //usage: "[OPTIONS]" |
235 | //usage:#define reformime_full_usage "\n\n" | 235 | //usage:#define reformime_full_usage "\n\n" |
236 | //usage: "Parse MIME-encoded message on stdin\n" | 236 | //usage: "Parse MIME-encoded message on stdin\n" |
237 | //usage: "\nOptions:" | ||
238 | //usage: "\n -x PREFIX Extract content of MIME sections to files" | 237 | //usage: "\n -x PREFIX Extract content of MIME sections to files" |
239 | //usage: "\n -X PROG ARGS Filter content of MIME sections through PROG" | 238 | //usage: "\n -X PROG ARGS Filter content of MIME sections through PROG" |
240 | //usage: "\n Must be the last option" | 239 | //usage: "\n Must be the last option" |
diff --git a/miscutils/adjtimex.c b/miscutils/adjtimex.c index e1edbbebc..98b6ccfbf 100644 --- a/miscutils/adjtimex.c +++ b/miscutils/adjtimex.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage: "[-q] [-o OFF] [-f FREQ] [-p TCONST] [-t TICK]" | 15 | //usage: "[-q] [-o OFF] [-f FREQ] [-p TCONST] [-t TICK]" |
16 | //usage:#define adjtimex_full_usage "\n\n" | 16 | //usage:#define adjtimex_full_usage "\n\n" |
17 | //usage: "Read and optionally set system timebase parameters. See adjtimex(2)\n" | 17 | //usage: "Read and optionally set system timebase parameters. See adjtimex(2)\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -q Quiet" | 18 | //usage: "\n -q Quiet" |
20 | //usage: "\n -o OFF Time offset, microseconds" | 19 | //usage: "\n -o OFF Time offset, microseconds" |
21 | //usage: "\n -f FREQ Frequency adjust, integer kernel units (65536 is 1ppm)" | 20 | //usage: "\n -f FREQ Frequency adjust, integer kernel units (65536 is 1ppm)" |
diff --git a/miscutils/beep.c b/miscutils/beep.c index c7699ffe1..910e03e1b 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c | |||
@@ -11,8 +11,7 @@ | |||
11 | //usage:#define beep_trivial_usage | 11 | //usage:#define beep_trivial_usage |
12 | //usage: "-f FREQ -l LEN -d DELAY -r COUNT -n" | 12 | //usage: "-f FREQ -l LEN -d DELAY -r COUNT -n" |
13 | //usage:#define beep_full_usage "\n\n" | 13 | //usage:#define beep_full_usage "\n\n" |
14 | //usage: "Options:" | 14 | //usage: " -f Frequency in Hz" |
15 | //usage: "\n -f Frequency in Hz" | ||
16 | //usage: "\n -l Length in ms" | 15 | //usage: "\n -l Length in ms" |
17 | //usage: "\n -d Delay in ms" | 16 | //usage: "\n -d Delay in ms" |
18 | //usage: "\n -r Repetitions" | 17 | //usage: "\n -r Repetitions" |
diff --git a/miscutils/chrt.c b/miscutils/chrt.c index 7e40b9f13..91b5397c4 100644 --- a/miscutils/chrt.c +++ b/miscutils/chrt.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //usage: "[-prfom] [PRIO] [PID | PROG ARGS]" | 10 | //usage: "[-prfom] [PRIO] [PID | PROG ARGS]" |
11 | //usage:#define chrt_full_usage "\n\n" | 11 | //usage:#define chrt_full_usage "\n\n" |
12 | //usage: "Change scheduling priority and class for a process\n" | 12 | //usage: "Change scheduling priority and class for a process\n" |
13 | //usage: "\nOptions:" | ||
14 | //usage: "\n -p Operate on PID" | 13 | //usage: "\n -p Operate on PID" |
15 | //usage: "\n -r Set SCHED_RR class" | 14 | //usage: "\n -r Set SCHED_RR class" |
16 | //usage: "\n -f Set SCHED_FIFO class" | 15 | //usage: "\n -f Set SCHED_FIFO class" |
diff --git a/miscutils/conspy.c b/miscutils/conspy.c index 90ef91c5c..433c3e829 100644 --- a/miscutils/conspy.c +++ b/miscutils/conspy.c | |||
@@ -30,7 +30,6 @@ | |||
30 | //usage: "A text-mode VNC like program for Linux virtual consoles." | 30 | //usage: "A text-mode VNC like program for Linux virtual consoles." |
31 | //usage: "\nTo exit, quickly press ESC 3 times." | 31 | //usage: "\nTo exit, quickly press ESC 3 times." |
32 | //usage: "\n" | 32 | //usage: "\n" |
33 | //usage: "\nOptions:" | ||
34 | //usage: "\n -v Don't send keystrokes to the console" | 33 | //usage: "\n -v Don't send keystrokes to the console" |
35 | //usage: "\n -c Create missing devices in /dev" | 34 | //usage: "\n -c Create missing devices in /dev" |
36 | //usage: "\n -s Open a SHELL session" | 35 | //usage: "\n -s Open a SHELL session" |
diff --git a/miscutils/devfsd.c b/miscutils/devfsd.c index 706276015..6493fe4f1 100644 --- a/miscutils/devfsd.c +++ b/miscutils/devfsd.c | |||
@@ -58,7 +58,6 @@ | |||
58 | //usage: "mntpnt [-v]" IF_DEVFSD_FG_NP("[-fg][-np]") | 58 | //usage: "mntpnt [-v]" IF_DEVFSD_FG_NP("[-fg][-np]") |
59 | //usage:#define devfsd_full_usage "\n\n" | 59 | //usage:#define devfsd_full_usage "\n\n" |
60 | //usage: "Manage devfs permissions and old device name symlinks\n" | 60 | //usage: "Manage devfs permissions and old device name symlinks\n" |
61 | //usage: "\nOptions:" | ||
62 | //usage: "\n mntpnt The mount point where devfs is mounted" | 61 | //usage: "\n mntpnt The mount point where devfs is mounted" |
63 | //usage: "\n -v Print the protocol version numbers for devfsd" | 62 | //usage: "\n -v Print the protocol version numbers for devfsd" |
64 | //usage: "\n and the kernel-side protocol version and exit" | 63 | //usage: "\n and the kernel-side protocol version and exit" |
diff --git a/miscutils/eject.c b/miscutils/eject.c index 184ccc5d7..a20e04b7f 100644 --- a/miscutils/eject.c +++ b/miscutils/eject.c | |||
@@ -17,7 +17,6 @@ | |||
17 | //usage: "[-t] [-T] [DEVICE]" | 17 | //usage: "[-t] [-T] [DEVICE]" |
18 | //usage:#define eject_full_usage "\n\n" | 18 | //usage:#define eject_full_usage "\n\n" |
19 | //usage: "Eject DEVICE or default /dev/cdrom\n" | 19 | //usage: "Eject DEVICE or default /dev/cdrom\n" |
20 | //usage: "\nOptions:" | ||
21 | //usage: IF_FEATURE_EJECT_SCSI( | 20 | //usage: IF_FEATURE_EJECT_SCSI( |
22 | //usage: "\n -s SCSI device" | 21 | //usage: "\n -s SCSI device" |
23 | //usage: ) | 22 | //usage: ) |
diff --git a/miscutils/fbsplash.c b/miscutils/fbsplash.c index c761a88ca..51ba4729e 100644 --- a/miscutils/fbsplash.c +++ b/miscutils/fbsplash.c | |||
@@ -24,8 +24,7 @@ | |||
24 | //usage:#define fbsplash_trivial_usage | 24 | //usage:#define fbsplash_trivial_usage |
25 | //usage: "-s IMGFILE [-c] [-d DEV] [-i INIFILE] [-f CMD]" | 25 | //usage: "-s IMGFILE [-c] [-d DEV] [-i INIFILE] [-f CMD]" |
26 | //usage:#define fbsplash_full_usage "\n\n" | 26 | //usage:#define fbsplash_full_usage "\n\n" |
27 | //usage: "Options:" | 27 | //usage: " -s Image" |
28 | //usage: "\n -s Image" | ||
29 | //usage: "\n -c Hide cursor" | 28 | //usage: "\n -c Hide cursor" |
30 | //usage: "\n -d Framebuffer device (default /dev/fb0)" | 29 | //usage: "\n -d Framebuffer device (default /dev/fb0)" |
31 | //usage: "\n -i Config file (var=value):" | 30 | //usage: "\n -i Config file (var=value):" |
diff --git a/miscutils/flash_eraseall.c b/miscutils/flash_eraseall.c index 33803f87d..0598371d5 100644 --- a/miscutils/flash_eraseall.c +++ b/miscutils/flash_eraseall.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[-jq] MTD_DEVICE" | 14 | //usage: "[-jq] MTD_DEVICE" |
15 | //usage:#define flash_eraseall_full_usage "\n\n" | 15 | //usage:#define flash_eraseall_full_usage "\n\n" |
16 | //usage: "Erase an MTD device\n" | 16 | //usage: "Erase an MTD device\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -j Format the device for jffs2" | 17 | //usage: "\n -j Format the device for jffs2" |
19 | //usage: "\n -q Don't display progress messages" | 18 | //usage: "\n -q Don't display progress messages" |
20 | 19 | ||
diff --git a/miscutils/flashcp.c b/miscutils/flashcp.c index e4bb3a902..790f9c01f 100644 --- a/miscutils/flashcp.c +++ b/miscutils/flashcp.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "-v FILE MTD_DEVICE" | 11 | //usage: "-v FILE MTD_DEVICE" |
12 | //usage:#define flashcp_full_usage "\n\n" | 12 | //usage:#define flashcp_full_usage "\n\n" |
13 | //usage: "Copy an image to MTD device\n" | 13 | //usage: "Copy an image to MTD device\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -v Verbose" | 14 | //usage: "\n -v Verbose" |
16 | 15 | ||
17 | #include "libbb.h" | 16 | #include "libbb.h" |
diff --git a/miscutils/hdparm.c b/miscutils/hdparm.c index 7608408dd..f30e7dec6 100644 --- a/miscutils/hdparm.c +++ b/miscutils/hdparm.c | |||
@@ -15,8 +15,7 @@ | |||
15 | //usage:#define hdparm_trivial_usage | 15 | //usage:#define hdparm_trivial_usage |
16 | //usage: "[OPTIONS] [DEVICE]" | 16 | //usage: "[OPTIONS] [DEVICE]" |
17 | //usage:#define hdparm_full_usage "\n\n" | 17 | //usage:#define hdparm_full_usage "\n\n" |
18 | //usage: "Options:" | 18 | //usage: " -a Get/set fs readahead" |
19 | //usage: "\n -a Get/set fs readahead" | ||
20 | //usage: "\n -A Set drive read-lookahead flag (0/1)" | 19 | //usage: "\n -A Set drive read-lookahead flag (0/1)" |
21 | //usage: "\n -b Get/set bus state (0 == off, 1 == on, 2 == tristate)" | 20 | //usage: "\n -b Get/set bus state (0 == off, 1 == on, 2 == tristate)" |
22 | //usage: "\n -B Set Advanced Power Management setting (1-255)" | 21 | //usage: "\n -B Set Advanced Power Management setting (1-255)" |
diff --git a/miscutils/ionice.c b/miscutils/ionice.c index 2bc83c5eb..bd300605f 100644 --- a/miscutils/ionice.c +++ b/miscutils/ionice.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-c 1-3] [-n 0-7] [-p PID] [PROG]" | 11 | //usage: "[-c 1-3] [-n 0-7] [-p PID] [PROG]" |
12 | //usage:#define ionice_full_usage "\n\n" | 12 | //usage:#define ionice_full_usage "\n\n" |
13 | //usage: "Change I/O priority and class\n" | 13 | //usage: "Change I/O priority and class\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -c Class. 1:realtime 2:best-effort 3:idle" | 14 | //usage: "\n -c Class. 1:realtime 2:best-effort 3:idle" |
16 | //usage: "\n -n Priority" | 15 | //usage: "\n -n Priority" |
17 | 16 | ||
diff --git a/miscutils/last.c b/miscutils/last.c index 27f5a35ce..d52780374 100644 --- a/miscutils/last.c +++ b/miscutils/last.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage:#define last_full_usage "\n\n" | 12 | //usage:#define last_full_usage "\n\n" |
13 | //usage: "Show listing of the last users that logged into the system" | 13 | //usage: "Show listing of the last users that logged into the system" |
14 | //usage: IF_FEATURE_LAST_FANCY( "\n" | 14 | //usage: IF_FEATURE_LAST_FANCY( "\n" |
15 | //usage: "\nOptions:" | ||
16 | /* //usage: "\n -H Show header line" */ | 15 | /* //usage: "\n -H Show header line" */ |
17 | //usage: "\n -W Display with no host column truncation" | 16 | //usage: "\n -W Display with no host column truncation" |
18 | //usage: "\n -f FILE Read from FILE instead of /var/log/wtmp" | 17 | //usage: "\n -f FILE Read from FILE instead of /var/log/wtmp" |
diff --git a/miscutils/less.c b/miscutils/less.c index 77fd5a8de..46024f9f7 100644 --- a/miscutils/less.c +++ b/miscutils/less.c | |||
@@ -25,7 +25,6 @@ | |||
25 | //usage: "[-EMNmh~I?] [FILE]..." | 25 | //usage: "[-EMNmh~I?] [FILE]..." |
26 | //usage:#define less_full_usage "\n\n" | 26 | //usage:#define less_full_usage "\n\n" |
27 | //usage: "View FILE (or stdin) one screenful at a time\n" | 27 | //usage: "View FILE (or stdin) one screenful at a time\n" |
28 | //usage: "\nOptions:" | ||
29 | //usage: "\n -E Quit once the end of a file is reached" | 28 | //usage: "\n -E Quit once the end of a file is reached" |
30 | //usage: "\n -M,-m Display status line with line numbers" | 29 | //usage: "\n -M,-m Display status line with line numbers" |
31 | //usage: "\n and percentage through the file" | 30 | //usage: "\n and percentage through the file" |
diff --git a/miscutils/man.c b/miscutils/man.c index 2c6b25ceb..3bf7e84b6 100644 --- a/miscutils/man.c +++ b/miscutils/man.c | |||
@@ -7,8 +7,7 @@ | |||
7 | //usage: "[-aw] [MANPAGE]..." | 7 | //usage: "[-aw] [MANPAGE]..." |
8 | //usage:#define man_full_usage "\n\n" | 8 | //usage:#define man_full_usage "\n\n" |
9 | //usage: "Format and display manual page\n" | 9 | //usage: "Format and display manual page\n" |
10 | //usage: "\nOptions:" | 10 | //usage: "\n -a Display all pages" |
11 | //usage: "\n -a Display all pages" | ||
12 | //usage: "\n -w Show page locations" | 11 | //usage: "\n -w Show page locations" |
13 | 12 | ||
14 | #include "libbb.h" | 13 | #include "libbb.h" |
diff --git a/miscutils/microcom.c b/miscutils/microcom.c index edaeb6fa5..5e29a1acd 100644 --- a/miscutils/microcom.c +++ b/miscutils/microcom.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY" | 12 | //usage: "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY" |
13 | //usage:#define microcom_full_usage "\n\n" | 13 | //usage:#define microcom_full_usage "\n\n" |
14 | //usage: "Copy bytes for stdin to TTY and from TTY to stdout\n" | 14 | //usage: "Copy bytes for stdin to TTY and from TTY to stdout\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -d Wait up to DELAY ms for TTY output before sending every" | 15 | //usage: "\n -d Wait up to DELAY ms for TTY output before sending every" |
17 | //usage: "\n next byte to it" | 16 | //usage: "\n next byte to it" |
18 | //usage: "\n -t Exit if both stdin and TTY are silent for TIMEOUT ms" | 17 | //usage: "\n -t Exit if both stdin and TTY are silent for TIMEOUT ms" |
diff --git a/miscutils/mountpoint.c b/miscutils/mountpoint.c index a1a5b396a..7041f7c59 100644 --- a/miscutils/mountpoint.c +++ b/miscutils/mountpoint.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: "[-q] <[-dn] DIR | -x DEVICE>" | 13 | //usage: "[-q] <[-dn] DIR | -x DEVICE>" |
14 | //usage:#define mountpoint_full_usage "\n\n" | 14 | //usage:#define mountpoint_full_usage "\n\n" |
15 | //usage: "Check if the directory is a mountpoint\n" | 15 | //usage: "Check if the directory is a mountpoint\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -q Quiet" | 16 | //usage: "\n -q Quiet" |
18 | //usage: "\n -d Print major/minor device number of the filesystem" | 17 | //usage: "\n -d Print major/minor device number of the filesystem" |
19 | //usage: "\n -n Print device name of the filesystem" | 18 | //usage: "\n -n Print device name of the filesystem" |
diff --git a/miscutils/nandwrite.c b/miscutils/nandwrite.c index c7fbe7d9c..768aed116 100644 --- a/miscutils/nandwrite.c +++ b/miscutils/nandwrite.c | |||
@@ -32,7 +32,6 @@ | |||
32 | //usage: "[-p] [-s ADDR] MTD_DEVICE [FILE]" | 32 | //usage: "[-p] [-s ADDR] MTD_DEVICE [FILE]" |
33 | //usage:#define nandwrite_full_usage "\n\n" | 33 | //usage:#define nandwrite_full_usage "\n\n" |
34 | //usage: "Write to the specified MTD device\n" | 34 | //usage: "Write to the specified MTD device\n" |
35 | //usage: "\nOptions:" | ||
36 | //usage: "\n -p Pad to page size" | 35 | //usage: "\n -p Pad to page size" |
37 | //usage: "\n -s ADDR Start address" | 36 | //usage: "\n -s ADDR Start address" |
38 | 37 | ||
@@ -40,7 +39,6 @@ | |||
40 | //usage: "[-o] [-b] [-s ADDR] [-f FILE] MTD_DEVICE" | 39 | //usage: "[-o] [-b] [-s ADDR] [-f FILE] MTD_DEVICE" |
41 | //usage:#define nanddump_full_usage "\n\n" | 40 | //usage:#define nanddump_full_usage "\n\n" |
42 | //usage: "Dump the sepcified MTD device\n" | 41 | //usage: "Dump the sepcified MTD device\n" |
43 | //usage: "\nOptions:" | ||
44 | //usage: "\n -o Omit oob data" | 42 | //usage: "\n -o Omit oob data" |
45 | //usage: "\n -b Omit bad block from the dump" | 43 | //usage: "\n -b Omit bad block from the dump" |
46 | //usage: "\n -s ADDR Start address" | 44 | //usage: "\n -s ADDR Start address" |
diff --git a/miscutils/setserial.c b/miscutils/setserial.c index 2951b987d..1574e3afd 100644 --- a/miscutils/setserial.c +++ b/miscutils/setserial.c | |||
@@ -212,8 +212,8 @@ struct serial_struct { | |||
212 | //usage:#define setserial_trivial_usage | 212 | //usage:#define setserial_trivial_usage |
213 | //usage: "[-gabGvzV] DEVICE [PARAMETER [ARG]]..." | 213 | //usage: "[-gabGvzV] DEVICE [PARAMETER [ARG]]..." |
214 | //usage:#define setserial_full_usage "\n\n" | 214 | //usage:#define setserial_full_usage "\n\n" |
215 | //usage: "Request or set Linux serial port information\n\n" | 215 | //usage: "Request or set Linux serial port information\n" |
216 | //usage: "Options:\n" | 216 | //usage: "\n" |
217 | //usage: " -g Interpret parameters as list of devices for reporting" | 217 | //usage: " -g Interpret parameters as list of devices for reporting" |
218 | //usage: " -a Print all available information\n" | 218 | //usage: " -a Print all available information\n" |
219 | //usage: " -b Print summary information\n" | 219 | //usage: " -b Print summary information\n" |
diff --git a/miscutils/strings.c b/miscutils/strings.c index 6e8b9aefc..9f5018244 100644 --- a/miscutils/strings.c +++ b/miscutils/strings.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-afo] [-n LEN] [FILE]..." | 11 | //usage: "[-afo] [-n LEN] [FILE]..." |
12 | //usage:#define strings_full_usage "\n\n" | 12 | //usage:#define strings_full_usage "\n\n" |
13 | //usage: "Display printable strings in a binary file\n" | 13 | //usage: "Display printable strings in a binary file\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -a Scan whole file (default)" | 14 | //usage: "\n -a Scan whole file (default)" |
16 | //usage: "\n -f Precede strings with filenames" | 15 | //usage: "\n -f Precede strings with filenames" |
17 | //usage: "\n -n LEN At least LEN characters form a string (default 4)" | 16 | //usage: "\n -n LEN At least LEN characters form a string (default 4)" |
diff --git a/miscutils/taskset.c b/miscutils/taskset.c index 77fc8643d..4a9e3230d 100644 --- a/miscutils/taskset.c +++ b/miscutils/taskset.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //usage: "[-p] [MASK] [PID | PROG ARGS]" | 10 | //usage: "[-p] [MASK] [PID | PROG ARGS]" |
11 | //usage:#define taskset_full_usage "\n\n" | 11 | //usage:#define taskset_full_usage "\n\n" |
12 | //usage: "Set or get CPU affinity\n" | 12 | //usage: "Set or get CPU affinity\n" |
13 | //usage: "\nOptions:" | ||
14 | //usage: "\n -p Operate on an existing PID" | 13 | //usage: "\n -p Operate on an existing PID" |
15 | //usage: | 14 | //usage: |
16 | //usage:#define taskset_example_usage | 15 | //usage:#define taskset_example_usage |
diff --git a/miscutils/time.c b/miscutils/time.c index dcd89f8fc..945f15f0d 100644 --- a/miscutils/time.c +++ b/miscutils/time.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: "[-v] PROG ARGS" | 13 | //usage: "[-v] PROG ARGS" |
14 | //usage:#define time_full_usage "\n\n" | 14 | //usage:#define time_full_usage "\n\n" |
15 | //usage: "Run PROG, display resource usage when it exits\n" | 15 | //usage: "Run PROG, display resource usage when it exits\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -v Verbose" | 16 | //usage: "\n -v Verbose" |
18 | 17 | ||
19 | #include "libbb.h" | 18 | #include "libbb.h" |
diff --git a/miscutils/ubi_tools.c b/miscutils/ubi_tools.c index fc7f38c5d..2a426dbdc 100644 --- a/miscutils/ubi_tools.c +++ b/miscutils/ubi_tools.c | |||
@@ -81,7 +81,6 @@ | |||
81 | //usage: "-m MTD_NUM [-d UBI_NUM] UBI_CTRL_DEV" | 81 | //usage: "-m MTD_NUM [-d UBI_NUM] UBI_CTRL_DEV" |
82 | //usage:#define ubiattach_full_usage "\n\n" | 82 | //usage:#define ubiattach_full_usage "\n\n" |
83 | //usage: "Attach MTD device to UBI\n" | 83 | //usage: "Attach MTD device to UBI\n" |
84 | //usage: "\nOptions:" | ||
85 | //usage: "\n -m MTD_NUM MTD device number to attach" | 84 | //usage: "\n -m MTD_NUM MTD device number to attach" |
86 | //usage: "\n -d UBI_NUM UBI device number to assign" | 85 | //usage: "\n -d UBI_NUM UBI device number to assign" |
87 | //usage: | 86 | //usage: |
@@ -89,14 +88,12 @@ | |||
89 | //usage: "-d UBI_NUM UBI_CTRL_DEV" | 88 | //usage: "-d UBI_NUM UBI_CTRL_DEV" |
90 | //usage:#define ubidetach_full_usage "\n\n" | 89 | //usage:#define ubidetach_full_usage "\n\n" |
91 | //usage: "Detach MTD device from UBI\n" | 90 | //usage: "Detach MTD device from UBI\n" |
92 | //usage: "\nOptions:" | ||
93 | //usage: "\n -d UBI_NUM UBI device number" | 91 | //usage: "\n -d UBI_NUM UBI device number" |
94 | //usage: | 92 | //usage: |
95 | //usage:#define ubimkvol_trivial_usage | 93 | //usage:#define ubimkvol_trivial_usage |
96 | //usage: "UBI_DEVICE -N NAME -s SIZE" | 94 | //usage: "UBI_DEVICE -N NAME -s SIZE" |
97 | //usage:#define ubimkvol_full_usage "\n\n" | 95 | //usage:#define ubimkvol_full_usage "\n\n" |
98 | //usage: "Create UBI volume\n" | 96 | //usage: "Create UBI volume\n" |
99 | //usage: "\nOptions:" | ||
100 | //usage: "\n -a ALIGNMENT Volume alignment (default 1)" | 97 | //usage: "\n -a ALIGNMENT Volume alignment (default 1)" |
101 | //usage: "\n -n VOLID Volume ID, if not specified, it" | 98 | //usage: "\n -n VOLID Volume ID, if not specified, it" |
102 | //usage: "\n will be assigned automatically" | 99 | //usage: "\n will be assigned automatically" |
@@ -108,14 +105,12 @@ | |||
108 | //usage: "UBI_DEVICE -n VOLID" | 105 | //usage: "UBI_DEVICE -n VOLID" |
109 | //usage:#define ubirmvol_full_usage "\n\n" | 106 | //usage:#define ubirmvol_full_usage "\n\n" |
110 | //usage: "Remove UBI volume\n" | 107 | //usage: "Remove UBI volume\n" |
111 | //usage: "\nOptions:" | ||
112 | //usage: "\n -n VOLID Volume ID" | 108 | //usage: "\n -n VOLID Volume ID" |
113 | //usage: | 109 | //usage: |
114 | //usage:#define ubirsvol_trivial_usage | 110 | //usage:#define ubirsvol_trivial_usage |
115 | //usage: "UBI_DEVICE -n VOLID -s SIZE" | 111 | //usage: "UBI_DEVICE -n VOLID -s SIZE" |
116 | //usage:#define ubirsvol_full_usage "\n\n" | 112 | //usage:#define ubirsvol_full_usage "\n\n" |
117 | //usage: "Resize UBI volume\n" | 113 | //usage: "Resize UBI volume\n" |
118 | //usage: "\nOptions:" | ||
119 | //usage: "\n -n VOLID Volume ID to resize" | 114 | //usage: "\n -n VOLID Volume ID to resize" |
120 | //usage: "\n -s SIZE Size in bytes" | 115 | //usage: "\n -s SIZE Size in bytes" |
121 | //usage: | 116 | //usage: |
@@ -123,9 +118,8 @@ | |||
123 | //usage: "UBI_DEVICE [IMG_FILE]" | 118 | //usage: "UBI_DEVICE [IMG_FILE]" |
124 | //usage:#define ubiupdatevol_full_usage "\n\n" | 119 | //usage:#define ubiupdatevol_full_usage "\n\n" |
125 | //usage: "Update UBI volume\n" | 120 | //usage: "Update UBI volume\n" |
126 | //usage: "\nOptions:" | 121 | //usage: "\n -t Truncate UBI volume" |
127 | //usage: "\n -t Truncate UBI volume" | 122 | //usage: "\n -s SIZE Bytes in input (if reading stdin)" |
128 | //usage: "\n -s SIZE Bytes in input (if reading stdin)" | ||
129 | 123 | ||
130 | 124 | ||
131 | int ubi_tools_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; | 125 | int ubi_tools_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; |
diff --git a/miscutils/watchdog.c b/miscutils/watchdog.c index b24dd4b82..ee28dc30d 100644 --- a/miscutils/watchdog.c +++ b/miscutils/watchdog.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: "[-t N[ms]] [-T N[ms]] [-F] DEV" | 13 | //usage: "[-t N[ms]] [-T N[ms]] [-F] DEV" |
14 | //usage:#define watchdog_full_usage "\n\n" | 14 | //usage:#define watchdog_full_usage "\n\n" |
15 | //usage: "Periodically write to watchdog device DEV\n" | 15 | //usage: "Periodically write to watchdog device DEV\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -T N Reboot after N seconds if not reset (default 60)" | 16 | //usage: "\n -T N Reboot after N seconds if not reset (default 60)" |
18 | //usage: "\n -t N Reset every N seconds (default 30)" | 17 | //usage: "\n -t N Reset every N seconds (default 30)" |
19 | //usage: "\n -F Run in foreground" | 18 | //usage: "\n -F Run in foreground" |
diff --git a/modutils/insmod.c b/modutils/insmod.c index 94e4e2863..887d9f2a3 100644 --- a/modutils/insmod.c +++ b/modutils/insmod.c | |||
@@ -23,7 +23,6 @@ | |||
23 | //usage:#define insmod_full_usage "\n\n" | 23 | //usage:#define insmod_full_usage "\n\n" |
24 | //usage: "Load the specified kernel modules into the kernel" | 24 | //usage: "Load the specified kernel modules into the kernel" |
25 | //usage: IF_FEATURE_2_4_MODULES( "\n" | 25 | //usage: IF_FEATURE_2_4_MODULES( "\n" |
26 | //usage: "\nOptions:" | ||
27 | //usage: "\n -f Force module to load into the wrong kernel version" | 26 | //usage: "\n -f Force module to load into the wrong kernel version" |
28 | //usage: "\n -k Make module autoclean-able" | 27 | //usage: "\n -k Make module autoclean-able" |
29 | //usage: "\n -v Verbose" | 28 | //usage: "\n -v Verbose" |
diff --git a/modutils/modinfo.c b/modutils/modinfo.c index db134bd00..410b6fbe4 100644 --- a/modutils/modinfo.c +++ b/modutils/modinfo.c | |||
@@ -108,8 +108,7 @@ static void modinfo(const char *path, const char *version, | |||
108 | //usage:#define modinfo_trivial_usage | 108 | //usage:#define modinfo_trivial_usage |
109 | //usage: "[-adlp0] [-F keyword] MODULE" | 109 | //usage: "[-adlp0] [-F keyword] MODULE" |
110 | //usage:#define modinfo_full_usage "\n\n" | 110 | //usage:#define modinfo_full_usage "\n\n" |
111 | //usage: "Options:" | 111 | //usage: " -a Shortcut for '-F author'" |
112 | //usage: "\n -a Shortcut for '-F author'" | ||
113 | //usage: "\n -d Shortcut for '-F description'" | 112 | //usage: "\n -d Shortcut for '-F description'" |
114 | //usage: "\n -l Shortcut for '-F license'" | 113 | //usage: "\n -l Shortcut for '-F license'" |
115 | //usage: "\n -p Shortcut for '-F parm'" | 114 | //usage: "\n -p Shortcut for '-F parm'" |
diff --git a/modutils/modprobe-small.c b/modutils/modprobe-small.c index 2a69eb513..f5b283b47 100644 --- a/modutils/modprobe-small.c +++ b/modutils/modprobe-small.c | |||
@@ -711,7 +711,6 @@ The following options are useful for people managing distributions: | |||
711 | //usage:#define insmod_full_usage "\n\n" | 711 | //usage:#define insmod_full_usage "\n\n" |
712 | //usage: "Load the specified kernel modules into the kernel" | 712 | //usage: "Load the specified kernel modules into the kernel" |
713 | //usage: IF_FEATURE_2_4_MODULES( "\n" | 713 | //usage: IF_FEATURE_2_4_MODULES( "\n" |
714 | //usage: "\nOptions:" | ||
715 | //usage: "\n -f Force module to load into the wrong kernel version" | 714 | //usage: "\n -f Force module to load into the wrong kernel version" |
716 | //usage: "\n -k Make module autoclean-able" | 715 | //usage: "\n -k Make module autoclean-able" |
717 | //usage: "\n -v Verbose" | 716 | //usage: "\n -v Verbose" |
@@ -727,7 +726,6 @@ The following options are useful for people managing distributions: | |||
727 | //usage: "[-wfa] [MODULE]..." | 726 | //usage: "[-wfa] [MODULE]..." |
728 | //usage:#define rmmod_full_usage "\n\n" | 727 | //usage:#define rmmod_full_usage "\n\n" |
729 | //usage: "Unload kernel modules\n" | 728 | //usage: "Unload kernel modules\n" |
730 | //usage: "\nOptions:" | ||
731 | //usage: "\n -w Wait until the module is no longer used" | 729 | //usage: "\n -w Wait until the module is no longer used" |
732 | //usage: "\n -f Force unload" | 730 | //usage: "\n -f Force unload" |
733 | //usage: "\n -a Remove all unused modules (recursively)" | 731 | //usage: "\n -a Remove all unused modules (recursively)" |
@@ -738,8 +736,7 @@ The following options are useful for people managing distributions: | |||
738 | //usage:#define modprobe_trivial_usage | 736 | //usage:#define modprobe_trivial_usage |
739 | //usage: "[-qfwrsv] MODULE [symbol=value]..." | 737 | //usage: "[-qfwrsv] MODULE [symbol=value]..." |
740 | //usage:#define modprobe_full_usage "\n\n" | 738 | //usage:#define modprobe_full_usage "\n\n" |
741 | //usage: "Options:" | 739 | //usage: " -r Remove MODULE (stacks) or do autoclean" |
742 | //usage: "\n -r Remove MODULE (stacks) or do autoclean" | ||
743 | //usage: "\n -q Quiet" | 740 | //usage: "\n -q Quiet" |
744 | //usage: "\n -v Verbose" | 741 | //usage: "\n -v Verbose" |
745 | //usage: "\n -f Force" | 742 | //usage: "\n -f Force" |
diff --git a/modutils/modprobe.c b/modutils/modprobe.c index 7ae459826..678f4bea5 100644 --- a/modutils/modprobe.c +++ b/modutils/modprobe.c | |||
@@ -89,8 +89,7 @@ | |||
89 | //usage: "[-alrqvsD" IF_FEATURE_MODPROBE_BLACKLIST("b") "]" | 89 | //usage: "[-alrqvsD" IF_FEATURE_MODPROBE_BLACKLIST("b") "]" |
90 | //usage: " MODULE [symbol=value]..." | 90 | //usage: " MODULE [symbol=value]..." |
91 | //usage:#define modprobe_full_usage "\n\n" | 91 | //usage:#define modprobe_full_usage "\n\n" |
92 | //usage: "Options:" | 92 | //usage: " -a Load multiple MODULEs" |
93 | //usage: "\n -a Load multiple MODULEs" | ||
94 | //usage: "\n -l List (MODULE is a pattern)" | 93 | //usage: "\n -l List (MODULE is a pattern)" |
95 | //usage: "\n -r Remove MODULE (stacks) or do autoclean" | 94 | //usage: "\n -r Remove MODULE (stacks) or do autoclean" |
96 | //usage: "\n -q Quiet" | 95 | //usage: "\n -q Quiet" |
diff --git a/modutils/rmmod.c b/modutils/rmmod.c index 65a4911cd..4a4a91982 100644 --- a/modutils/rmmod.c +++ b/modutils/rmmod.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage: "[-wfa] [MODULE]..." | 15 | //usage: "[-wfa] [MODULE]..." |
16 | //usage:#define rmmod_full_usage "\n\n" | 16 | //usage:#define rmmod_full_usage "\n\n" |
17 | //usage: "Unload kernel modules\n" | 17 | //usage: "Unload kernel modules\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -w Wait until the module is no longer used" | 18 | //usage: "\n -w Wait until the module is no longer used" |
20 | //usage: "\n -f Force unload" | 19 | //usage: "\n -f Force unload" |
21 | //usage: "\n -a Remove all unused modules (recursively)" | 20 | //usage: "\n -a Remove all unused modules (recursively)" |
diff --git a/networking/arp.c b/networking/arp.c index 3f68f5cf7..696c402e0 100644 --- a/networking/arp.c +++ b/networking/arp.c | |||
@@ -21,7 +21,6 @@ | |||
21 | //usage: "\n[-v] [-H HWTYPE] [-i IF] -Ds HOSTNAME IFACE [netmask MASK] pub" | 21 | //usage: "\n[-v] [-H HWTYPE] [-i IF] -Ds HOSTNAME IFACE [netmask MASK] pub" |
22 | //usage:#define arp_full_usage "\n\n" | 22 | //usage:#define arp_full_usage "\n\n" |
23 | //usage: "Manipulate ARP cache\n" | 23 | //usage: "Manipulate ARP cache\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: "\n -a Display (all) hosts" | 24 | //usage: "\n -a Display (all) hosts" |
26 | //usage: "\n -s Set new ARP entry" | 25 | //usage: "\n -s Set new ARP entry" |
27 | //usage: "\n -d Delete a specified entry" | 26 | //usage: "\n -d Delete a specified entry" |
diff --git a/networking/arping.c b/networking/arping.c index 357dcaaf0..a4421edcb 100644 --- a/networking/arping.c +++ b/networking/arping.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //usage: "[-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP" | 10 | //usage: "[-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP" |
11 | //usage:#define arping_full_usage "\n\n" | 11 | //usage:#define arping_full_usage "\n\n" |
12 | //usage: "Send ARP requests/replies\n" | 12 | //usage: "Send ARP requests/replies\n" |
13 | //usage: "\nOptions:" | ||
14 | //usage: "\n -f Quit on first ARP reply" | 13 | //usage: "\n -f Quit on first ARP reply" |
15 | //usage: "\n -q Quiet" | 14 | //usage: "\n -q Quiet" |
16 | //usage: "\n -b Keep broadcasting, don't go unicast" | 15 | //usage: "\n -b Keep broadcasting, don't go unicast" |
diff --git a/networking/dnsd.c b/networking/dnsd.c index 65eae9670..d80306d3d 100644 --- a/networking/dnsd.c +++ b/networking/dnsd.c | |||
@@ -21,7 +21,6 @@ | |||
21 | //usage: "[-dvs] [-c CONFFILE] [-t TTL_SEC] [-p PORT] [-i ADDR]" | 21 | //usage: "[-dvs] [-c CONFFILE] [-t TTL_SEC] [-p PORT] [-i ADDR]" |
22 | //usage:#define dnsd_full_usage "\n\n" | 22 | //usage:#define dnsd_full_usage "\n\n" |
23 | //usage: "Small static DNS server daemon\n" | 23 | //usage: "Small static DNS server daemon\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: "\n -c FILE Config file" | 24 | //usage: "\n -c FILE Config file" |
26 | //usage: "\n -t SEC TTL" | 25 | //usage: "\n -t SEC TTL" |
27 | //usage: "\n -p PORT Listen on PORT" | 26 | //usage: "\n -p PORT Listen on PORT" |
diff --git a/networking/ether-wake.c b/networking/ether-wake.c index 7bb9aa5a7..260ba2463 100644 --- a/networking/ether-wake.c +++ b/networking/ether-wake.c | |||
@@ -70,7 +70,6 @@ | |||
70 | //usage: "Send a magic packet to wake up sleeping machines.\n" | 70 | //usage: "Send a magic packet to wake up sleeping machines.\n" |
71 | //usage: "MAC must be a station address (00:11:22:33:44:55) or\n" | 71 | //usage: "MAC must be a station address (00:11:22:33:44:55) or\n" |
72 | //usage: "a hostname with a known 'ethers' entry.\n" | 72 | //usage: "a hostname with a known 'ethers' entry.\n" |
73 | //usage: "\nOptions:" | ||
74 | //usage: "\n -b Send wake-up packet to the broadcast address" | 73 | //usage: "\n -b Send wake-up packet to the broadcast address" |
75 | //usage: "\n -i iface Interface to use (default eth0)" | 74 | //usage: "\n -i iface Interface to use (default eth0)" |
76 | //usage: "\n -p pass Append four or six byte password PW to the packet" | 75 | //usage: "\n -p pass Append four or six byte password PW to the packet" |
diff --git a/networking/ftpd.c b/networking/ftpd.c index fae634ec4..e38138c0a 100644 --- a/networking/ftpd.c +++ b/networking/ftpd.c | |||
@@ -22,7 +22,6 @@ | |||
22 | //usage: " 21 stream tcp nowait root ftpd ftpd /files/to/serve\n" | 22 | //usage: " 21 stream tcp nowait root ftpd ftpd /files/to/serve\n" |
23 | //usage: "It also can be ran from tcpsvd:\n" | 23 | //usage: "It also can be ran from tcpsvd:\n" |
24 | //usage: " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve\n" | 24 | //usage: " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve\n" |
25 | //usage: "\nOptions:" | ||
26 | //usage: "\n -w Allow upload" | 25 | //usage: "\n -w Allow upload" |
27 | //usage: "\n -v Log errors to stderr. -vv: verbose log" | 26 | //usage: "\n -v Log errors to stderr. -vv: verbose log" |
28 | //usage: "\n -S Log errors to syslog. -SS: verbose log" | 27 | //usage: "\n -S Log errors to syslog. -SS: verbose log" |
diff --git a/networking/ftpgetput.c b/networking/ftpgetput.c index f63df55f4..abdf94c45 100644 --- a/networking/ftpgetput.c +++ b/networking/ftpgetput.c | |||
@@ -17,7 +17,6 @@ | |||
17 | //usage: "[OPTIONS] HOST [LOCAL_FILE] REMOTE_FILE" | 17 | //usage: "[OPTIONS] HOST [LOCAL_FILE] REMOTE_FILE" |
18 | //usage:#define ftpget_full_usage "\n\n" | 18 | //usage:#define ftpget_full_usage "\n\n" |
19 | //usage: "Retrieve a remote file via FTP\n" | 19 | //usage: "Retrieve a remote file via FTP\n" |
20 | //usage: "\nOptions:" | ||
21 | //usage: IF_FEATURE_FTPGETPUT_LONG_OPTIONS( | 20 | //usage: IF_FEATURE_FTPGETPUT_LONG_OPTIONS( |
22 | //usage: "\n -c,--continue Continue previous transfer" | 21 | //usage: "\n -c,--continue Continue previous transfer" |
23 | //usage: "\n -v,--verbose Verbose" | 22 | //usage: "\n -v,--verbose Verbose" |
@@ -37,7 +36,6 @@ | |||
37 | //usage: "[OPTIONS] HOST [REMOTE_FILE] LOCAL_FILE" | 36 | //usage: "[OPTIONS] HOST [REMOTE_FILE] LOCAL_FILE" |
38 | //usage:#define ftpput_full_usage "\n\n" | 37 | //usage:#define ftpput_full_usage "\n\n" |
39 | //usage: "Store a local file on a remote machine via FTP\n" | 38 | //usage: "Store a local file on a remote machine via FTP\n" |
40 | //usage: "\nOptions:" | ||
41 | //usage: IF_FEATURE_FTPGETPUT_LONG_OPTIONS( | 39 | //usage: IF_FEATURE_FTPGETPUT_LONG_OPTIONS( |
42 | //usage: "\n -v,--verbose Verbose" | 40 | //usage: "\n -v,--verbose Verbose" |
43 | //usage: "\n -u,--username Username" | 41 | //usage: "\n -u,--username Username" |
diff --git a/networking/hostname.c b/networking/hostname.c index 49a3e89bb..5f663908c 100644 --- a/networking/hostname.c +++ b/networking/hostname.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[OPTIONS] [HOSTNAME | -F FILE]" | 14 | //usage: "[OPTIONS] [HOSTNAME | -F FILE]" |
15 | //usage:#define hostname_full_usage "\n\n" | 15 | //usage:#define hostname_full_usage "\n\n" |
16 | //usage: "Get or set hostname or DNS domain name\n" | 16 | //usage: "Get or set hostname or DNS domain name\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -s Short" | 17 | //usage: "\n -s Short" |
19 | //usage: "\n -i Addresses for the hostname" | 18 | //usage: "\n -i Addresses for the hostname" |
20 | //usage: "\n -d DNS domain name" | 19 | //usage: "\n -d DNS domain name" |
diff --git a/networking/httpd.c b/networking/httpd.c index d77342a2a..ba5eebad5 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -107,7 +107,6 @@ | |||
107 | //usage: "or httpd -d/-e" IF_FEATURE_HTTPD_AUTH_MD5("/-m") " STRING" | 107 | //usage: "or httpd -d/-e" IF_FEATURE_HTTPD_AUTH_MD5("/-m") " STRING" |
108 | //usage:#define httpd_full_usage "\n\n" | 108 | //usage:#define httpd_full_usage "\n\n" |
109 | //usage: "Listen for incoming HTTP requests\n" | 109 | //usage: "Listen for incoming HTTP requests\n" |
110 | //usage: "\nOptions:" | ||
111 | //usage: "\n -i Inetd mode" | 110 | //usage: "\n -i Inetd mode" |
112 | //usage: "\n -f Don't daemonize" | 111 | //usage: "\n -f Don't daemonize" |
113 | //usage: "\n -v[v] Verbose" | 112 | //usage: "\n -v[v] Verbose" |
diff --git a/networking/ifconfig.c b/networking/ifconfig.c index 220b02126..2a56da561 100644 --- a/networking/ifconfig.c +++ b/networking/ifconfig.c | |||
@@ -30,7 +30,6 @@ | |||
30 | //usage: IF_FEATURE_IFCONFIG_STATUS("[-a]") " interface [address]" | 30 | //usage: IF_FEATURE_IFCONFIG_STATUS("[-a]") " interface [address]" |
31 | //usage:#define ifconfig_full_usage "\n\n" | 31 | //usage:#define ifconfig_full_usage "\n\n" |
32 | //usage: "Configure a network interface\n" | 32 | //usage: "Configure a network interface\n" |
33 | //usage: "\nOptions:" | ||
34 | //usage: "\n" | 33 | //usage: "\n" |
35 | //usage: IF_FEATURE_IPV6( | 34 | //usage: IF_FEATURE_IPV6( |
36 | //usage: " [add ADDRESS[/PREFIXLEN]]\n") | 35 | //usage: " [add ADDRESS[/PREFIXLEN]]\n") |
diff --git a/networking/ifenslave.c b/networking/ifenslave.c index 208623e7d..ae7719f52 100644 --- a/networking/ifenslave.c +++ b/networking/ifenslave.c | |||
@@ -102,7 +102,6 @@ | |||
102 | //usage: "[-cdf] MASTER_IFACE SLAVE_IFACE..." | 102 | //usage: "[-cdf] MASTER_IFACE SLAVE_IFACE..." |
103 | //usage:#define ifenslave_full_usage "\n\n" | 103 | //usage:#define ifenslave_full_usage "\n\n" |
104 | //usage: "Configure network interfaces for parallel routing\n" | 104 | //usage: "Configure network interfaces for parallel routing\n" |
105 | //usage: "\nOptions:" | ||
106 | //usage: "\n -c,--change-active Change active slave" | 105 | //usage: "\n -c,--change-active Change active slave" |
107 | //usage: "\n -d,--detach Remove slave interface from bonding device" | 106 | //usage: "\n -d,--detach Remove slave interface from bonding device" |
108 | //usage: "\n -f,--force Force, even if interface is not Ethernet" | 107 | //usage: "\n -f,--force Force, even if interface is not Ethernet" |
diff --git a/networking/ifplugd.c b/networking/ifplugd.c index 421611aae..57d04e67b 100644 --- a/networking/ifplugd.c +++ b/networking/ifplugd.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[OPTIONS]" | 11 | //usage: "[OPTIONS]" |
12 | //usage:#define ifplugd_full_usage "\n\n" | 12 | //usage:#define ifplugd_full_usage "\n\n" |
13 | //usage: "Network interface plug detection daemon\n" | 13 | //usage: "Network interface plug detection daemon\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -n Don't daemonize" | 14 | //usage: "\n -n Don't daemonize" |
16 | //usage: "\n -s Don't log to syslog" | 15 | //usage: "\n -s Don't log to syslog" |
17 | //usage: "\n -i IFACE Interface" | 16 | //usage: "\n -i IFACE Interface" |
diff --git a/networking/ifupdown.c b/networking/ifupdown.c index b48abb7dc..382033038 100644 --- a/networking/ifupdown.c +++ b/networking/ifupdown.c | |||
@@ -20,8 +20,7 @@ | |||
20 | //usage:#define ifup_trivial_usage | 20 | //usage:#define ifup_trivial_usage |
21 | //usage: "[-an"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] [-i FILE] IFACE..." | 21 | //usage: "[-an"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] [-i FILE] IFACE..." |
22 | //usage:#define ifup_full_usage "\n\n" | 22 | //usage:#define ifup_full_usage "\n\n" |
23 | //usage: "Options:" | 23 | //usage: " -a De/configure all interfaces automatically" |
24 | //usage: "\n -a De/configure all interfaces automatically" | ||
25 | //usage: "\n -i FILE Use FILE for interface definitions" | 24 | //usage: "\n -i FILE Use FILE for interface definitions" |
26 | //usage: "\n -n Print out what would happen, but don't do it" | 25 | //usage: "\n -n Print out what would happen, but don't do it" |
27 | //usage: IF_FEATURE_IFUPDOWN_MAPPING( | 26 | //usage: IF_FEATURE_IFUPDOWN_MAPPING( |
@@ -34,8 +33,7 @@ | |||
34 | //usage:#define ifdown_trivial_usage | 33 | //usage:#define ifdown_trivial_usage |
35 | //usage: "[-an"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] [-i FILE] IFACE..." | 34 | //usage: "[-an"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] [-i FILE] IFACE..." |
36 | //usage:#define ifdown_full_usage "\n\n" | 35 | //usage:#define ifdown_full_usage "\n\n" |
37 | //usage: "Options:" | 36 | //usage: " -a De/configure all interfaces automatically" |
38 | //usage: "\n -a De/configure all interfaces automatically" | ||
39 | //usage: "\n -i FILE Use FILE for interface definitions" | 37 | //usage: "\n -i FILE Use FILE for interface definitions" |
40 | //usage: "\n -n Print out what would happen, but don't do it" | 38 | //usage: "\n -n Print out what would happen, but don't do it" |
41 | //usage: IF_FEATURE_IFUPDOWN_MAPPING( | 39 | //usage: IF_FEATURE_IFUPDOWN_MAPPING( |
diff --git a/networking/inetd.c b/networking/inetd.c index 58ae089d1..26348fa93 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -158,10 +158,9 @@ | |||
158 | //usage: "[-fe] [-q N] [-R N] [CONFFILE]" | 158 | //usage: "[-fe] [-q N] [-R N] [CONFFILE]" |
159 | //usage:#define inetd_full_usage "\n\n" | 159 | //usage:#define inetd_full_usage "\n\n" |
160 | //usage: "Listen for network connections and launch programs\n" | 160 | //usage: "Listen for network connections and launch programs\n" |
161 | //usage: "\nOptions:" | ||
162 | //usage: "\n -f Run in foreground" | 161 | //usage: "\n -f Run in foreground" |
163 | //usage: "\n -e Log to stderr" | 162 | //usage: "\n -e Log to stderr" |
164 | //usage: "\n -q N Socket listen queue (default: 128)" | 163 | //usage: "\n -q N Socket listen queue (default: 128)" |
165 | //usage: "\n -R N Pause services after N connects/min" | 164 | //usage: "\n -R N Pause services after N connects/min" |
166 | //usage: "\n (default: 0 - disabled)" | 165 | //usage: "\n (default: 0 - disabled)" |
167 | 166 | ||
diff --git a/networking/ip.c b/networking/ip.c index 98d583325..fb2f5e2da 100644 --- a/networking/ip.c +++ b/networking/ip.c | |||
@@ -55,7 +55,7 @@ | |||
55 | //usage:#define iproute_full_usage "\n\n" | 55 | //usage:#define iproute_full_usage "\n\n" |
56 | //usage: "iproute { list | flush } SELECTOR\n" | 56 | //usage: "iproute { list | flush } SELECTOR\n" |
57 | //usage: "iproute get ADDRESS [from ADDRESS iif STRING]\n" | 57 | //usage: "iproute get ADDRESS [from ADDRESS iif STRING]\n" |
58 | //usage: " [oif STRING] [tos TOS]\n" | 58 | //usage: " [oif STRING] [tos TOS]\n" |
59 | //usage: "iproute { add | del | change | append | replace | monitor } ROUTE\n" | 59 | //usage: "iproute { add | del | change | append | replace | monitor } ROUTE\n" |
60 | //usage: " SELECTOR := [root PREFIX] [match PREFIX] [proto RTPROTO]\n" | 60 | //usage: " SELECTOR := [root PREFIX] [match PREFIX] [proto RTPROTO]\n" |
61 | //usage: " ROUTE := [TYPE] PREFIX [tos TOS] [proto RTPROTO]\n" | 61 | //usage: " ROUTE := [TYPE] PREFIX [tos TOS] [proto RTPROTO]\n" |
diff --git a/networking/ipcalc.c b/networking/ipcalc.c index f96c73912..3c8b8bfc9 100644 --- a/networking/ipcalc.c +++ b/networking/ipcalc.c | |||
@@ -16,7 +16,6 @@ | |||
16 | //usage: "[OPTIONS] ADDRESS[[/]NETMASK] [NETMASK]" | 16 | //usage: "[OPTIONS] ADDRESS[[/]NETMASK] [NETMASK]" |
17 | //usage:#define ipcalc_full_usage "\n\n" | 17 | //usage:#define ipcalc_full_usage "\n\n" |
18 | //usage: "Calculate IP network settings from a IP address\n" | 18 | //usage: "Calculate IP network settings from a IP address\n" |
19 | //usage: "\nOptions:" | ||
20 | //usage: IF_FEATURE_IPCALC_LONG_OPTIONS( | 19 | //usage: IF_FEATURE_IPCALC_LONG_OPTIONS( |
21 | //usage: "\n -b,--broadcast Display calculated broadcast address" | 20 | //usage: "\n -b,--broadcast Display calculated broadcast address" |
22 | //usage: "\n -n,--network Display calculated network address" | 21 | //usage: "\n -n,--network Display calculated network address" |
diff --git a/networking/isrv_identd.c b/networking/isrv_identd.c index 199e11225..a41405c33 100644 --- a/networking/isrv_identd.c +++ b/networking/isrv_identd.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-fiw] [-b ADDR] [STRING]" | 11 | //usage: "[-fiw] [-b ADDR] [STRING]" |
12 | //usage:#define fakeidentd_full_usage "\n\n" | 12 | //usage:#define fakeidentd_full_usage "\n\n" |
13 | //usage: "Provide fake ident (auth) service\n" | 13 | //usage: "Provide fake ident (auth) service\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -f Run in foreground" | 14 | //usage: "\n -f Run in foreground" |
16 | //usage: "\n -i Inetd mode" | 15 | //usage: "\n -i Inetd mode" |
17 | //usage: "\n -w Inetd 'wait' mode" | 16 | //usage: "\n -w Inetd 'wait' mode" |
diff --git a/networking/nameif.c b/networking/nameif.c index 78719edac..9a16b0fbc 100644 --- a/networking/nameif.c +++ b/networking/nameif.c | |||
@@ -61,7 +61,6 @@ | |||
61 | //usage: "\n [mac=]XX:XX:XX:XX:XX:XX" | 61 | //usage: "\n [mac=]XX:XX:XX:XX:XX:XX" |
62 | //usage: ) | 62 | //usage: ) |
63 | //usage: "\n" | 63 | //usage: "\n" |
64 | //usage: "\nOptions:" | ||
65 | //usage: "\n -c FILE Configuration file (default: /etc/mactab)" | 64 | //usage: "\n -c FILE Configuration file (default: /etc/mactab)" |
66 | //usage: "\n -s Log to syslog" | 65 | //usage: "\n -s Log to syslog" |
67 | //usage: | 66 | //usage: |
diff --git a/networking/nc.c b/networking/nc.c index 31d450dda..1b32e3aa3 100644 --- a/networking/nc.c +++ b/networking/nc.c | |||
@@ -49,7 +49,7 @@ | |||
49 | //usage:#if !ENABLE_NC_110_COMPAT | 49 | //usage:#if !ENABLE_NC_110_COMPAT |
50 | //usage: | 50 | //usage: |
51 | //usage:#if ENABLE_NC_SERVER || ENABLE_NC_EXTRA | 51 | //usage:#if ENABLE_NC_SERVER || ENABLE_NC_EXTRA |
52 | //usage:#define NC_OPTIONS_STR "\n\nOptions:" | 52 | //usage:#define NC_OPTIONS_STR "\n" |
53 | //usage:#else | 53 | //usage:#else |
54 | //usage:#define NC_OPTIONS_STR | 54 | //usage:#define NC_OPTIONS_STR |
55 | //usage:#endif | 55 | //usage:#endif |
diff --git a/networking/nc_bloaty.c b/networking/nc_bloaty.c index 29f99e76b..1daad1358 100644 --- a/networking/nc_bloaty.c +++ b/networking/nc_bloaty.c | |||
@@ -60,8 +60,7 @@ | |||
60 | //usage: "nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen" | 60 | //usage: "nc [OPTIONS] -l -p PORT [HOST] [PORT] - listen" |
61 | //usage: ) | 61 | //usage: ) |
62 | //usage:#define nc_full_usage "\n\n" | 62 | //usage:#define nc_full_usage "\n\n" |
63 | //usage: "Options:" | 63 | //usage: " -e PROG Run PROG after connect (must be last)" |
64 | //usage: "\n -e PROG Run PROG after connect (must be last)" | ||
65 | //usage: IF_NC_SERVER( | 64 | //usage: IF_NC_SERVER( |
66 | //usage: "\n -l Listen mode, for inbound connects" | 65 | //usage: "\n -l Listen mode, for inbound connects" |
67 | //usage: ) | 66 | //usage: ) |
diff --git a/networking/netstat.c b/networking/netstat.c index 356fb53cb..9c239579f 100644 --- a/networking/netstat.c +++ b/networking/netstat.c | |||
@@ -21,7 +21,6 @@ | |||
21 | //usage: "[-"IF_ROUTE("r")"al] [-tuwx] [-en"IF_FEATURE_NETSTAT_WIDE("W")IF_FEATURE_NETSTAT_PRG("p")"]" | 21 | //usage: "[-"IF_ROUTE("r")"al] [-tuwx] [-en"IF_FEATURE_NETSTAT_WIDE("W")IF_FEATURE_NETSTAT_PRG("p")"]" |
22 | //usage:#define netstat_full_usage "\n\n" | 22 | //usage:#define netstat_full_usage "\n\n" |
23 | //usage: "Display networking information\n" | 23 | //usage: "Display networking information\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: IF_ROUTE( | 24 | //usage: IF_ROUTE( |
26 | //usage: "\n -r Routing table" | 25 | //usage: "\n -r Routing table" |
27 | //usage: ) | 26 | //usage: ) |
diff --git a/networking/ntpd.c b/networking/ntpd.c index 165673a1e..206af00c7 100644 --- a/networking/ntpd.c +++ b/networking/ntpd.c | |||
@@ -32,7 +32,6 @@ | |||
32 | //usage: "[-dnqNw"IF_FEATURE_NTPD_SERVER("l")"] [-S PROG] [-p PEER]..." | 32 | //usage: "[-dnqNw"IF_FEATURE_NTPD_SERVER("l")"] [-S PROG] [-p PEER]..." |
33 | //usage:#define ntpd_full_usage "\n\n" | 33 | //usage:#define ntpd_full_usage "\n\n" |
34 | //usage: "NTP client/server\n" | 34 | //usage: "NTP client/server\n" |
35 | //usage: "\nOptions:" | ||
36 | //usage: "\n -d Verbose" | 35 | //usage: "\n -d Verbose" |
37 | //usage: "\n -n Do not daemonize" | 36 | //usage: "\n -n Do not daemonize" |
38 | //usage: "\n -q Quit after clock is set" | 37 | //usage: "\n -q Quit after clock is set" |
diff --git a/networking/ping.c b/networking/ping.c index 7a9c2d1f0..d75747984 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -73,7 +73,6 @@ | |||
73 | //usage: "[OPTIONS] HOST" | 73 | //usage: "[OPTIONS] HOST" |
74 | //usage:# define ping_full_usage "\n\n" | 74 | //usage:# define ping_full_usage "\n\n" |
75 | //usage: "Send ICMP ECHO_REQUEST packets to network hosts\n" | 75 | //usage: "Send ICMP ECHO_REQUEST packets to network hosts\n" |
76 | //usage: "\nOptions:" | ||
77 | //usage: "\n -4,-6 Force IP or IPv6 name resolution" | 76 | //usage: "\n -4,-6 Force IP or IPv6 name resolution" |
78 | //usage: "\n -c CNT Send only CNT pings" | 77 | //usage: "\n -c CNT Send only CNT pings" |
79 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)" | 78 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)" |
@@ -90,7 +89,6 @@ | |||
90 | //usage: "[OPTIONS] HOST" | 89 | //usage: "[OPTIONS] HOST" |
91 | //usage:# define ping6_full_usage "\n\n" | 90 | //usage:# define ping6_full_usage "\n\n" |
92 | //usage: "Send ICMP ECHO_REQUEST packets to network hosts\n" | 91 | //usage: "Send ICMP ECHO_REQUEST packets to network hosts\n" |
93 | //usage: "\nOptions:" | ||
94 | //usage: "\n -c CNT Send only CNT pings" | 92 | //usage: "\n -c CNT Send only CNT pings" |
95 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)" | 93 | //usage: "\n -s SIZE Send SIZE data bytes in packets (default:56)" |
96 | //usage: "\n -I IFACE/IP Use interface or IP address as source" | 94 | //usage: "\n -I IFACE/IP Use interface or IP address as source" |
diff --git a/networking/pscan.c b/networking/pscan.c index 5595148fc..28005ad57 100644 --- a/networking/pscan.c +++ b/networking/pscan.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //usage: "[-cb] [-p MIN_PORT] [-P MAX_PORT] [-t TIMEOUT] [-T MIN_RTT] HOST" | 10 | //usage: "[-cb] [-p MIN_PORT] [-P MAX_PORT] [-t TIMEOUT] [-T MIN_RTT] HOST" |
11 | //usage:#define pscan_full_usage "\n\n" | 11 | //usage:#define pscan_full_usage "\n\n" |
12 | //usage: "Scan a host, print all open ports\n" | 12 | //usage: "Scan a host, print all open ports\n" |
13 | //usage: "\nOptions:" | ||
14 | //usage: "\n -c Show closed ports too" | 13 | //usage: "\n -c Show closed ports too" |
15 | //usage: "\n -b Show blocked ports too" | 14 | //usage: "\n -b Show blocked ports too" |
16 | //usage: "\n -p Scan from this port (default 1)" | 15 | //usage: "\n -p Scan from this port (default 1)" |
diff --git a/networking/route.c b/networking/route.c index 6699a1c32..b7b5a02e6 100644 --- a/networking/route.c +++ b/networking/route.c | |||
@@ -29,7 +29,6 @@ | |||
29 | //usage: "[{add|del|delete}]" | 29 | //usage: "[{add|del|delete}]" |
30 | //usage:#define route_full_usage "\n\n" | 30 | //usage:#define route_full_usage "\n\n" |
31 | //usage: "Edit kernel routing tables\n" | 31 | //usage: "Edit kernel routing tables\n" |
32 | //usage: "\nOptions:" | ||
33 | //usage: "\n -n Don't resolve names" | 32 | //usage: "\n -n Don't resolve names" |
34 | //usage: "\n -e Display other/more information" | 33 | //usage: "\n -e Display other/more information" |
35 | //usage: "\n -A inet" IF_FEATURE_IPV6("{6}") " Select address family" | 34 | //usage: "\n -A inet" IF_FEATURE_IPV6("{6}") " Select address family" |
diff --git a/networking/slattach.c b/networking/slattach.c index d1221b11a..a500da6d0 100644 --- a/networking/slattach.c +++ b/networking/slattach.c | |||
@@ -17,7 +17,6 @@ | |||
17 | //usage: "[-cehmLF] [-s SPEED] [-p PROTOCOL] DEVICE" | 17 | //usage: "[-cehmLF] [-s SPEED] [-p PROTOCOL] DEVICE" |
18 | //usage:#define slattach_full_usage "\n\n" | 18 | //usage:#define slattach_full_usage "\n\n" |
19 | //usage: "Attach network interface(s) to serial line(s)\n" | 19 | //usage: "Attach network interface(s) to serial line(s)\n" |
20 | //usage: "\nOptions:" | ||
21 | //usage: "\n -p PROT Set protocol (slip, cslip, slip6, clisp6 or adaptive)" | 20 | //usage: "\n -p PROT Set protocol (slip, cslip, slip6, clisp6 or adaptive)" |
22 | //usage: "\n -s SPD Set line speed" | 21 | //usage: "\n -s SPD Set line speed" |
23 | //usage: "\n -e Exit after initializing device" | 22 | //usage: "\n -e Exit after initializing device" |
diff --git a/networking/telnet.c b/networking/telnet.c index 1f0d85107..6dd0de53a 100644 --- a/networking/telnet.c +++ b/networking/telnet.c | |||
@@ -26,7 +26,6 @@ | |||
26 | //usage: "[-a] [-l USER] HOST [PORT]" | 26 | //usage: "[-a] [-l USER] HOST [PORT]" |
27 | //usage:#define telnet_full_usage "\n\n" | 27 | //usage:#define telnet_full_usage "\n\n" |
28 | //usage: "Connect to telnet server\n" | 28 | //usage: "Connect to telnet server\n" |
29 | //usage: "\nOptions:" | ||
30 | //usage: "\n -a Automatic login with $USER variable" | 29 | //usage: "\n -a Automatic login with $USER variable" |
31 | //usage: "\n -l USER Automatic login as USER" | 30 | //usage: "\n -l USER Automatic login as USER" |
32 | //usage: | 31 | //usage: |
diff --git a/networking/telnetd.c b/networking/telnetd.c index 4404064fc..33020f1b4 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c | |||
@@ -26,7 +26,6 @@ | |||
26 | //usage:#define telnetd_full_usage "\n\n" | 26 | //usage:#define telnetd_full_usage "\n\n" |
27 | //usage: "Handle incoming telnet connections" | 27 | //usage: "Handle incoming telnet connections" |
28 | //usage: IF_NOT_FEATURE_TELNETD_STANDALONE(" via inetd") "\n" | 28 | //usage: IF_NOT_FEATURE_TELNETD_STANDALONE(" via inetd") "\n" |
29 | //usage: "\nOptions:" | ||
30 | //usage: "\n -l LOGIN Exec LOGIN on connect" | 29 | //usage: "\n -l LOGIN Exec LOGIN on connect" |
31 | //usage: "\n -f ISSUE_FILE Display ISSUE_FILE instead of /etc/issue" | 30 | //usage: "\n -f ISSUE_FILE Display ISSUE_FILE instead of /etc/issue" |
32 | //usage: "\n -K Close connection as soon as login exits" | 31 | //usage: "\n -K Close connection as soon as login exits" |
diff --git a/networking/tftp.c b/networking/tftp.c index 648441016..17485a527 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -23,7 +23,6 @@ | |||
23 | //usage: "[OPTIONS] HOST [PORT]" | 23 | //usage: "[OPTIONS] HOST [PORT]" |
24 | //usage:#define tftp_full_usage "\n\n" | 24 | //usage:#define tftp_full_usage "\n\n" |
25 | //usage: "Transfer a file from/to tftp server\n" | 25 | //usage: "Transfer a file from/to tftp server\n" |
26 | //usage: "\nOptions:" | ||
27 | //usage: "\n -l FILE Local FILE" | 26 | //usage: "\n -l FILE Local FILE" |
28 | //usage: "\n -r FILE Remote FILE" | 27 | //usage: "\n -r FILE Remote FILE" |
29 | //usage: IF_FEATURE_TFTP_GET( | 28 | //usage: IF_FEATURE_TFTP_GET( |
@@ -46,7 +45,6 @@ | |||
46 | //usage: " 69 dgram udp nowait root tftpd tftpd -l /files/to/serve\n" | 45 | //usage: " 69 dgram udp nowait root tftpd tftpd -l /files/to/serve\n" |
47 | //usage: "It also can be ran from udpsvd:\n" | 46 | //usage: "It also can be ran from udpsvd:\n" |
48 | //usage: " udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" | 47 | //usage: " udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" |
49 | //usage: "\nOptions:" | ||
50 | //usage: "\n -r Prohibit upload" | 48 | //usage: "\n -r Prohibit upload" |
51 | //usage: "\n -c Allow file creation via upload" | 49 | //usage: "\n -c Allow file creation via upload" |
52 | //usage: "\n -u Access files as USER" | 50 | //usage: "\n -u Access files as USER" |
diff --git a/networking/traceroute.c b/networking/traceroute.c index 85181ab8d..c32103519 100644 --- a/networking/traceroute.c +++ b/networking/traceroute.c | |||
@@ -216,7 +216,6 @@ | |||
216 | //usage: " [-z PAUSE_MSEC] HOST [BYTES]" | 216 | //usage: " [-z PAUSE_MSEC] HOST [BYTES]" |
217 | //usage:#define traceroute_full_usage "\n\n" | 217 | //usage:#define traceroute_full_usage "\n\n" |
218 | //usage: "Trace the route to HOST\n" | 218 | //usage: "Trace the route to HOST\n" |
219 | //usage: "\nOptions:" | ||
220 | //usage: IF_TRACEROUTE6( | 219 | //usage: IF_TRACEROUTE6( |
221 | //usage: "\n -4,-6 Force IP or IPv6 name resolution" | 220 | //usage: "\n -4,-6 Force IP or IPv6 name resolution" |
222 | //usage: ) | 221 | //usage: ) |
@@ -242,7 +241,6 @@ | |||
242 | //usage: " HOST [BYTES]" | 241 | //usage: " HOST [BYTES]" |
243 | //usage:#define traceroute6_full_usage "\n\n" | 242 | //usage:#define traceroute6_full_usage "\n\n" |
244 | //usage: "Trace the route to HOST\n" | 243 | //usage: "Trace the route to HOST\n" |
245 | //usage: "\nOptions:" | ||
246 | //usage: "\n -d Set SO_DEBUG options to socket" | 244 | //usage: "\n -d Set SO_DEBUG options to socket" |
247 | //usage: "\n -n Print numeric addresses" | 245 | //usage: "\n -n Print numeric addresses" |
248 | //usage: "\n -r Bypass routing tables, send directly to HOST" | 246 | //usage: "\n -r Bypass routing tables, send directly to HOST" |
diff --git a/networking/tunctl.c b/networking/tunctl.c index 8cb733b68..3a0870eb5 100644 --- a/networking/tunctl.c +++ b/networking/tunctl.c | |||
@@ -14,7 +14,6 @@ | |||
14 | //usage: "[-f device] ([-t name] | -d name)" IF_FEATURE_TUNCTL_UG(" [-u owner] [-g group] [-b]") | 14 | //usage: "[-f device] ([-t name] | -d name)" IF_FEATURE_TUNCTL_UG(" [-u owner] [-g group] [-b]") |
15 | //usage:#define tunctl_full_usage "\n\n" | 15 | //usage:#define tunctl_full_usage "\n\n" |
16 | //usage: "Create or delete tun interfaces\n" | 16 | //usage: "Create or delete tun interfaces\n" |
17 | //usage: "\nOptions:" | ||
18 | //usage: "\n -f name tun device (/dev/net/tun)" | 17 | //usage: "\n -f name tun device (/dev/net/tun)" |
19 | //usage: "\n -t name Create iface 'name'" | 18 | //usage: "\n -t name Create iface 'name'" |
20 | //usage: "\n -d name Delete iface 'name'" | 19 | //usage: "\n -d name Delete iface 'name'" |
diff --git a/networking/udhcp/dumpleases.c b/networking/udhcp/dumpleases.c index ec07192c1..64cd73ec7 100644 --- a/networking/udhcp/dumpleases.c +++ b/networking/udhcp/dumpleases.c | |||
@@ -7,7 +7,6 @@ | |||
7 | //usage: "[-r|-a] [-f LEASEFILE]" | 7 | //usage: "[-r|-a] [-f LEASEFILE]" |
8 | //usage:#define dumpleases_full_usage "\n\n" | 8 | //usage:#define dumpleases_full_usage "\n\n" |
9 | //usage: "Display DHCP leases granted by udhcpd\n" | 9 | //usage: "Display DHCP leases granted by udhcpd\n" |
10 | //usage: "\nOptions:" | ||
11 | //usage: IF_LONG_OPTS( | 10 | //usage: IF_LONG_OPTS( |
12 | //usage: "\n -f,--file=FILE Lease file" | 11 | //usage: "\n -f,--file=FILE Lease file" |
13 | //usage: "\n -r,--remaining Show remaining time" | 12 | //usage: "\n -r,--remaining Show remaining time" |
diff --git a/networking/vconfig.c b/networking/vconfig.c index 4fa341ac3..48b45d9af 100644 --- a/networking/vconfig.c +++ b/networking/vconfig.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: "COMMAND [OPTIONS]" | 13 | //usage: "COMMAND [OPTIONS]" |
14 | //usage:#define vconfig_full_usage "\n\n" | 14 | //usage:#define vconfig_full_usage "\n\n" |
15 | //usage: "Create and remove virtual ethernet devices\n" | 15 | //usage: "Create and remove virtual ethernet devices\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n add [interface-name] [vlan_id]" | 16 | //usage: "\n add [interface-name] [vlan_id]" |
18 | //usage: "\n rem [vlan-name]" | 17 | //usage: "\n rem [vlan-name]" |
19 | //usage: "\n set_flag [interface-name] [flag-num] [0 | 1]" | 18 | //usage: "\n set_flag [interface-name] [flag-num] [0 | 1]" |
diff --git a/networking/wget.c b/networking/wget.c index df6d36358..6443705fd 100644 --- a/networking/wget.c +++ b/networking/wget.c | |||
@@ -22,7 +22,6 @@ | |||
22 | //usage: ) | 22 | //usage: ) |
23 | //usage:#define wget_full_usage "\n\n" | 23 | //usage:#define wget_full_usage "\n\n" |
24 | //usage: "Retrieve files via HTTP or FTP\n" | 24 | //usage: "Retrieve files via HTTP or FTP\n" |
25 | //usage: "\nOptions:" | ||
26 | //usage: "\n -s Spider mode - only check file existence" | 25 | //usage: "\n -s Spider mode - only check file existence" |
27 | //usage: "\n -c Continue retrieval of aborted transfer" | 26 | //usage: "\n -c Continue retrieval of aborted transfer" |
28 | //usage: "\n -q Quiet" | 27 | //usage: "\n -q Quiet" |
diff --git a/networking/whois.c b/networking/whois.c index 4eab9e5fe..bf330334a 100644 --- a/networking/whois.c +++ b/networking/whois.c | |||
@@ -24,7 +24,6 @@ | |||
24 | //usage: "[-h SERVER] [-p PORT] NAME..." | 24 | //usage: "[-h SERVER] [-p PORT] NAME..." |
25 | //usage:#define whois_full_usage "\n\n" | 25 | //usage:#define whois_full_usage "\n\n" |
26 | //usage: "Query WHOIS info about NAME\n" | 26 | //usage: "Query WHOIS info about NAME\n" |
27 | //usage: "\nOptions:" | ||
28 | //usage: "\n -h,-p Server to query" | 27 | //usage: "\n -h,-p Server to query" |
29 | 28 | ||
30 | #include "libbb.h" | 29 | #include "libbb.h" |
diff --git a/networking/zcip.c b/networking/zcip.c index 7250fb2fd..6b7f2144f 100644 --- a/networking/zcip.c +++ b/networking/zcip.c | |||
@@ -27,7 +27,6 @@ | |||
27 | //usage: "[OPTIONS] IFACE SCRIPT" | 27 | //usage: "[OPTIONS] IFACE SCRIPT" |
28 | //usage:#define zcip_full_usage "\n\n" | 28 | //usage:#define zcip_full_usage "\n\n" |
29 | //usage: "Manage a ZeroConf IPv4 link-local address\n" | 29 | //usage: "Manage a ZeroConf IPv4 link-local address\n" |
30 | //usage: "\nOptions:" | ||
31 | //usage: "\n -f Run in foreground" | 30 | //usage: "\n -f Run in foreground" |
32 | //usage: "\n -q Quit after obtaining address" | 31 | //usage: "\n -q Quit after obtaining address" |
33 | //usage: "\n -r 169.254.x.x Request this address first" | 32 | //usage: "\n -r 169.254.x.x Request this address first" |
diff --git a/printutils/lpr.c b/printutils/lpr.c index f8ee9a11b..fc6bca9e8 100644 --- a/printutils/lpr.c +++ b/printutils/lpr.c | |||
@@ -17,8 +17,7 @@ | |||
17 | /* -C CLASS exists too, not shown. | 17 | /* -C CLASS exists too, not shown. |
18 | * CLASS is supposed to be printed on banner page, if one is requested */ | 18 | * CLASS is supposed to be printed on banner page, if one is requested */ |
19 | //usage:#define lpr_full_usage "\n\n" | 19 | //usage:#define lpr_full_usage "\n\n" |
20 | //usage: "Options:" | 20 | //usage: " -P lp service to connect to (else uses $PRINTER)" |
21 | //usage: "\n -P lp service to connect to (else uses $PRINTER)" | ||
22 | //usage: "\n -m Send mail on completion" | 21 | //usage: "\n -m Send mail on completion" |
23 | //usage: "\n -h Print banner page too" | 22 | //usage: "\n -h Print banner page too" |
24 | //usage: "\n -V Verbose" | 23 | //usage: "\n -V Verbose" |
@@ -26,8 +25,7 @@ | |||
26 | //usage:#define lpq_trivial_usage | 25 | //usage:#define lpq_trivial_usage |
27 | //usage: "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID]... [-fs]" | 26 | //usage: "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID]... [-fs]" |
28 | //usage:#define lpq_full_usage "\n\n" | 27 | //usage:#define lpq_full_usage "\n\n" |
29 | //usage: "Options:" | 28 | //usage: " -P lp service to connect to (else uses $PRINTER)" |
30 | //usage: "\n -P lp service to connect to (else uses $PRINTER)" | ||
31 | //usage: "\n -d Delete jobs" | 29 | //usage: "\n -d Delete jobs" |
32 | //usage: "\n -f Force any waiting job to be printed" | 30 | //usage: "\n -f Force any waiting job to be printed" |
33 | //usage: "\n -s Short display" | 31 | //usage: "\n -s Short display" |
diff --git a/procps/fuser.c b/procps/fuser.c index 8d63a7313..05b52abb1 100644 --- a/procps/fuser.c +++ b/procps/fuser.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[OPTIONS] FILE or PORT/PROTO" | 11 | //usage: "[OPTIONS] FILE or PORT/PROTO" |
12 | //usage:#define fuser_full_usage "\n\n" | 12 | //usage:#define fuser_full_usage "\n\n" |
13 | //usage: "Find processes which use FILEs or PORTs\n" | 13 | //usage: "Find processes which use FILEs or PORTs\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -m Find processes which use same fs as FILEs" | 14 | //usage: "\n -m Find processes which use same fs as FILEs" |
16 | //usage: "\n -4,-6 Search only IPv4/IPv6 space" | 15 | //usage: "\n -4,-6 Search only IPv4/IPv6 space" |
17 | //usage: "\n -s Don't display PIDs" | 16 | //usage: "\n -s Don't display PIDs" |
diff --git a/procps/iostat.c b/procps/iostat.c index 51c5fac08..978d23430 100644 --- a/procps/iostat.c +++ b/procps/iostat.c | |||
@@ -393,7 +393,6 @@ static void dev_report(cputime_t itv) | |||
393 | //usage: "[-c] [-d] [-t] [-z] [-k|-m] [ALL|BLOCKDEV...] [INTERVAL [COUNT]]" | 393 | //usage: "[-c] [-d] [-t] [-z] [-k|-m] [ALL|BLOCKDEV...] [INTERVAL [COUNT]]" |
394 | //usage:#define iostat_full_usage "\n\n" | 394 | //usage:#define iostat_full_usage "\n\n" |
395 | //usage: "Report CPU and I/O statistics\n" | 395 | //usage: "Report CPU and I/O statistics\n" |
396 | //usage: "\nOptions:" | ||
397 | //usage: "\n -c Show CPU utilization" | 396 | //usage: "\n -c Show CPU utilization" |
398 | //usage: "\n -d Show device utilization" | 397 | //usage: "\n -d Show device utilization" |
399 | //usage: "\n -t Print current time" | 398 | //usage: "\n -t Print current time" |
diff --git a/procps/kill.c b/procps/kill.c index 6776d9546..224e5ad1a 100644 --- a/procps/kill.c +++ b/procps/kill.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "[-l] [-SIG] PID..." | 12 | //usage: "[-l] [-SIG] PID..." |
13 | //usage:#define kill_full_usage "\n\n" | 13 | //usage:#define kill_full_usage "\n\n" |
14 | //usage: "Send a signal (default: TERM) to given PIDs\n" | 14 | //usage: "Send a signal (default: TERM) to given PIDs\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -l List all signal names and numbers" | 15 | //usage: "\n -l List all signal names and numbers" |
17 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ | 16 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ |
18 | //usage: | 17 | //usage: |
@@ -30,7 +29,6 @@ | |||
30 | //usage: "[-l] [-q] [-SIG] PROCESS_NAME..." | 29 | //usage: "[-l] [-q] [-SIG] PROCESS_NAME..." |
31 | //usage:#define killall_full_usage "\n\n" | 30 | //usage:#define killall_full_usage "\n\n" |
32 | //usage: "Send a signal (default: TERM) to given processes\n" | 31 | //usage: "Send a signal (default: TERM) to given processes\n" |
33 | //usage: "\nOptions:" | ||
34 | //usage: "\n -l List all signal names and numbers" | 32 | //usage: "\n -l List all signal names and numbers" |
35 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ | 33 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ |
36 | //usage: "\n -q Don't complain if no processes were killed" | 34 | //usage: "\n -q Don't complain if no processes were killed" |
@@ -42,7 +40,6 @@ | |||
42 | //usage: "[-l] [-SIG] [-o PID]..." | 40 | //usage: "[-l] [-SIG] [-o PID]..." |
43 | //usage:#define killall5_full_usage "\n\n" | 41 | //usage:#define killall5_full_usage "\n\n" |
44 | //usage: "Send a signal (default: TERM) to all processes outside current session\n" | 42 | //usage: "Send a signal (default: TERM) to all processes outside current session\n" |
45 | //usage: "\nOptions:" | ||
46 | //usage: "\n -l List all signal names and numbers" | 43 | //usage: "\n -l List all signal names and numbers" |
47 | //usage: "\n -o PID Don't signal this PID" | 44 | //usage: "\n -o PID Don't signal this PID" |
48 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ | 45 | /* //usage: "\n -s SIG Yet another way of specifying SIG" */ |
diff --git a/procps/mpstat.c b/procps/mpstat.c index da8f34dab..aa5a5c73f 100644 --- a/procps/mpstat.c +++ b/procps/mpstat.c | |||
@@ -844,7 +844,6 @@ static int get_irqcpu_nr(const char *f, int max_irqs) | |||
844 | //usage: "[-A] [-I SUM|CPU|ALL|SCPU] [-u] [-P num|ALL] [INTERVAL [COUNT]]" | 844 | //usage: "[-A] [-I SUM|CPU|ALL|SCPU] [-u] [-P num|ALL] [INTERVAL [COUNT]]" |
845 | //usage:#define mpstat_full_usage "\n\n" | 845 | //usage:#define mpstat_full_usage "\n\n" |
846 | //usage: "Per-processor statistics\n" | 846 | //usage: "Per-processor statistics\n" |
847 | //usage: "\nOptions:" | ||
848 | //usage: "\n -A Same as -I ALL -u -P ALL" | 847 | //usage: "\n -A Same as -I ALL -u -P ALL" |
849 | //usage: "\n -I SUM|CPU|ALL|SCPU Report interrupt statistics" | 848 | //usage: "\n -I SUM|CPU|ALL|SCPU Report interrupt statistics" |
850 | //usage: "\n -P num|ALL Processor to monitor" | 849 | //usage: "\n -P num|ALL Processor to monitor" |
diff --git a/procps/pgrep.c b/procps/pgrep.c index 902a3a75e..156b4ad69 100644 --- a/procps/pgrep.c +++ b/procps/pgrep.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-flnovx] [-s SID|-P PPID|PATTERN]" | 11 | //usage: "[-flnovx] [-s SID|-P PPID|PATTERN]" |
12 | //usage:#define pgrep_full_usage "\n\n" | 12 | //usage:#define pgrep_full_usage "\n\n" |
13 | //usage: "Display process(es) selected by regex PATTERN\n" | 13 | //usage: "Display process(es) selected by regex PATTERN\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -l Show command name too" | 14 | //usage: "\n -l Show command name too" |
16 | //usage: "\n -f Match against entire command line" | 15 | //usage: "\n -f Match against entire command line" |
17 | //usage: "\n -n Show the newest process only" | 16 | //usage: "\n -n Show the newest process only" |
@@ -25,7 +24,6 @@ | |||
25 | //usage: "[-l|-SIGNAL] [-fnovx] [-s SID|-P PPID|PATTERN]" | 24 | //usage: "[-l|-SIGNAL] [-fnovx] [-s SID|-P PPID|PATTERN]" |
26 | //usage:#define pkill_full_usage "\n\n" | 25 | //usage:#define pkill_full_usage "\n\n" |
27 | //usage: "Send a signal to process(es) selected by regex PATTERN\n" | 26 | //usage: "Send a signal to process(es) selected by regex PATTERN\n" |
28 | //usage: "\nOptions:" | ||
29 | //usage: "\n -l List all signals" | 27 | //usage: "\n -l List all signals" |
30 | //usage: "\n -f Match against entire command line" | 28 | //usage: "\n -f Match against entire command line" |
31 | //usage: "\n -n Signal the newest process only" | 29 | //usage: "\n -n Signal the newest process only" |
diff --git a/procps/pidof.c b/procps/pidof.c index e102a31c6..6d7b59109 100644 --- a/procps/pidof.c +++ b/procps/pidof.c | |||
@@ -10,7 +10,7 @@ | |||
10 | //usage:#if (ENABLE_FEATURE_PIDOF_SINGLE || ENABLE_FEATURE_PIDOF_OMIT) | 10 | //usage:#if (ENABLE_FEATURE_PIDOF_SINGLE || ENABLE_FEATURE_PIDOF_OMIT) |
11 | //usage:#define pidof_trivial_usage | 11 | //usage:#define pidof_trivial_usage |
12 | //usage: "[OPTIONS] [NAME]..." | 12 | //usage: "[OPTIONS] [NAME]..." |
13 | //usage:#define USAGE_PIDOF "\n\nOptions:" | 13 | //usage:#define USAGE_PIDOF "\n" |
14 | //usage:#else | 14 | //usage:#else |
15 | //usage:#define pidof_trivial_usage | 15 | //usage:#define pidof_trivial_usage |
16 | //usage: "[NAME]..." | 16 | //usage: "[NAME]..." |
diff --git a/procps/pmap.c b/procps/pmap.c index 7f7f391b9..fd995a54d 100644 --- a/procps/pmap.c +++ b/procps/pmap.c | |||
@@ -8,22 +8,22 @@ | |||
8 | * for details. | 8 | * for details. |
9 | */ | 9 | */ |
10 | 10 | ||
11 | //applet:IF_PMAP(APPLET(pmap, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
12 | //kbuild:lib-$(CONFIG_PMAP) += pmap.o | ||
13 | |||
14 | //config:config PMAP | 11 | //config:config PMAP |
15 | //config: bool "pmap" | 12 | //config: bool "pmap" |
16 | //config: default y | 13 | //config: default y |
17 | //config: help | 14 | //config: help |
18 | //config: Display processes' memory mappings. | 15 | //config: Display processes' memory mappings. |
19 | 16 | ||
17 | //applet:IF_PMAP(APPLET(pmap, BB_DIR_USR_BIN, BB_SUID_DROP)) | ||
18 | //kbuild:lib-$(CONFIG_PMAP) += pmap.o | ||
19 | |||
20 | //usage:#define pmap_trivial_usage | 20 | //usage:#define pmap_trivial_usage |
21 | //usage: "[-x][-q] PID" | 21 | //usage: "[-xq] PID" |
22 | //usage:#define pmap_full_usage "\n\n" | 22 | //usage:#define pmap_full_usage "\n\n" |
23 | //usage: "Display detailed precesses' memory usage\n" | 23 | //usage: "Display detailed process memory usage" |
24 | //usage: "\nOptions:" | 24 | //usage: "\n" |
25 | //usage: "\n -x show details" | 25 | //usage: "\n -x Show details" |
26 | //usage: "\n -q quiet" | 26 | //usage: "\n -q Quiet" |
27 | 27 | ||
28 | #include "libbb.h" | 28 | #include "libbb.h" |
29 | 29 | ||
diff --git a/procps/ps.c b/procps/ps.c index 7f273d0a6..213695f16 100644 --- a/procps/ps.c +++ b/procps/ps.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage: "[-o COL1,COL2=HEADER]" IF_FEATURE_SHOW_THREADS(" [-T]") | 15 | //usage: "[-o COL1,COL2=HEADER]" IF_FEATURE_SHOW_THREADS(" [-T]") |
16 | //usage:#define ps_full_usage "\n\n" | 16 | //usage:#define ps_full_usage "\n\n" |
17 | //usage: "Show list of processes\n" | 17 | //usage: "Show list of processes\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -o COL1,COL2=HEADER Select columns for display" | 18 | //usage: "\n -o COL1,COL2=HEADER Select columns for display" |
20 | //usage: IF_FEATURE_SHOW_THREADS( | 19 | //usage: IF_FEATURE_SHOW_THREADS( |
21 | //usage: "\n -T Show threads" | 20 | //usage: "\n -T Show threads" |
@@ -26,7 +25,6 @@ | |||
26 | //usage:#if !ENABLE_SELINUX && !ENABLE_FEATURE_PS_WIDE | 25 | //usage:#if !ENABLE_SELINUX && !ENABLE_FEATURE_PS_WIDE |
27 | //usage:#define USAGE_PS "\nThis version of ps accepts no options" | 26 | //usage:#define USAGE_PS "\nThis version of ps accepts no options" |
28 | //usage:#else | 27 | //usage:#else |
29 | //usage:#define USAGE_PS "\nOptions:" | ||
30 | //usage:#endif | 28 | //usage:#endif |
31 | //usage: | 29 | //usage: |
32 | //usage:#define ps_trivial_usage | 30 | //usage:#define ps_trivial_usage |
diff --git a/procps/pstree.c b/procps/pstree.c index 16649cfaa..8ba30795d 100644 --- a/procps/pstree.c +++ b/procps/pstree.c | |||
@@ -24,7 +24,6 @@ | |||
24 | //usage: "[-p] [PID|USER]" | 24 | //usage: "[-p] [PID|USER]" |
25 | //usage:#define pstree_full_usage "\n\n" | 25 | //usage:#define pstree_full_usage "\n\n" |
26 | //usage: "Display process tree, optionally start from USER or PID\n" | 26 | //usage: "Display process tree, optionally start from USER or PID\n" |
27 | //usage: "\nOptions:" | ||
28 | //usage: "\n -p Show pids" | 27 | //usage: "\n -p Show pids" |
29 | 28 | ||
30 | #include "libbb.h" | 29 | #include "libbb.h" |
diff --git a/procps/renice.c b/procps/renice.c index 067c8f75a..77f400a1d 100644 --- a/procps/renice.c +++ b/procps/renice.c | |||
@@ -23,7 +23,6 @@ | |||
23 | //usage: "{{-n INCREMENT} | PRIORITY} [[-p | -g | -u] ID...]" | 23 | //usage: "{{-n INCREMENT} | PRIORITY} [[-p | -g | -u] ID...]" |
24 | //usage:#define renice_full_usage "\n\n" | 24 | //usage:#define renice_full_usage "\n\n" |
25 | //usage: "Change scheduling priority for a running process\n" | 25 | //usage: "Change scheduling priority for a running process\n" |
26 | //usage: "\nOptions:" | ||
27 | //usage: "\n -n Adjust current nice value (smaller is faster)" | 26 | //usage: "\n -n Adjust current nice value (smaller is faster)" |
28 | //usage: "\n -p Process id(s) (default)" | 27 | //usage: "\n -p Process id(s) (default)" |
29 | //usage: "\n -g Process group id(s)" | 28 | //usage: "\n -g Process group id(s)" |
diff --git a/procps/sysctl.c b/procps/sysctl.c index f36548f87..cb3b6a25a 100644 --- a/procps/sysctl.c +++ b/procps/sysctl.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage: "[OPTIONS] [VALUE]..." | 15 | //usage: "[OPTIONS] [VALUE]..." |
16 | //usage:#define sysctl_full_usage "\n\n" | 16 | //usage:#define sysctl_full_usage "\n\n" |
17 | //usage: "Configure kernel parameters at runtime\n" | 17 | //usage: "Configure kernel parameters at runtime\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -n Don't print key names" | 18 | //usage: "\n -n Don't print key names" |
20 | //usage: "\n -e Don't warn about unknown keys" | 19 | //usage: "\n -e Don't warn about unknown keys" |
21 | //usage: "\n -w Change sysctl setting" | 20 | //usage: "\n -w Change sysctl setting" |
diff --git a/procps/watch.c b/procps/watch.c index e289bf8cb..36af1cca7 100644 --- a/procps/watch.c +++ b/procps/watch.c | |||
@@ -15,7 +15,6 @@ | |||
15 | //usage: "[-n SEC] [-t] PROG ARGS" | 15 | //usage: "[-n SEC] [-t] PROG ARGS" |
16 | //usage:#define watch_full_usage "\n\n" | 16 | //usage:#define watch_full_usage "\n\n" |
17 | //usage: "Run PROG periodically\n" | 17 | //usage: "Run PROG periodically\n" |
18 | //usage: "\nOptions:" | ||
19 | //usage: "\n -n Loop period in seconds (default 2)" | 18 | //usage: "\n -n Loop period in seconds (default 2)" |
20 | //usage: "\n -t Don't print header" | 19 | //usage: "\n -t Don't print header" |
21 | //usage: | 20 | //usage: |
diff --git a/runit/chpst.c b/runit/chpst.c index 63da4797f..185706089 100644 --- a/runit/chpst.c +++ b/runit/chpst.c | |||
@@ -34,7 +34,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
34 | //usage: " [-p N] [-f BYTES] [-c BYTES] PROG ARGS" | 34 | //usage: " [-p N] [-f BYTES] [-c BYTES] PROG ARGS" |
35 | //usage:#define chpst_full_usage "\n\n" | 35 | //usage:#define chpst_full_usage "\n\n" |
36 | //usage: "Change the process state, run PROG\n" | 36 | //usage: "Change the process state, run PROG\n" |
37 | //usage: "\nOptions:" | ||
38 | //usage: "\n -u USER[:GRP] Set uid and gid" | 37 | //usage: "\n -u USER[:GRP] Set uid and gid" |
39 | //usage: "\n -U USER[:GRP] Set $UID and $GID in environment" | 38 | //usage: "\n -U USER[:GRP] Set $UID and $GID in environment" |
40 | //usage: "\n -e DIR Set environment variables as specified by files" | 39 | //usage: "\n -e DIR Set environment variables as specified by files" |
@@ -76,7 +75,6 @@ ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. | |||
76 | //usage: " PROG ARGS" | 75 | //usage: " PROG ARGS" |
77 | //usage:#define softlimit_full_usage "\n\n" | 76 | //usage:#define softlimit_full_usage "\n\n" |
78 | //usage: "Set soft resource limits, then run PROG\n" | 77 | //usage: "Set soft resource limits, then run PROG\n" |
79 | //usage: "\nOptions:" | ||
80 | //usage: "\n -a BYTES Limit total size of all segments" | 78 | //usage: "\n -a BYTES Limit total size of all segments" |
81 | //usage: "\n -m BYTES Same as -d BYTES -s BYTES -l BYTES -a BYTES" | 79 | //usage: "\n -m BYTES Same as -d BYTES -s BYTES -l BYTES -a BYTES" |
82 | //usage: "\n -d BYTES Limit data segment" | 80 | //usage: "\n -d BYTES Limit data segment" |
diff --git a/sysklogd/klogd.c b/sysklogd/klogd.c index 27995e570..efa0e537a 100644 --- a/sysklogd/klogd.c +++ b/sysklogd/klogd.c | |||
@@ -21,7 +21,6 @@ | |||
21 | //usage: "[-c N] [-n]" | 21 | //usage: "[-c N] [-n]" |
22 | //usage:#define klogd_full_usage "\n\n" | 22 | //usage:#define klogd_full_usage "\n\n" |
23 | //usage: "Kernel logger\n" | 23 | //usage: "Kernel logger\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: "\n -c N Print to console messages more urgent than prio N (1-8)" | 24 | //usage: "\n -c N Print to console messages more urgent than prio N (1-8)" |
26 | //usage: "\n -n Run in foreground" | 25 | //usage: "\n -n Run in foreground" |
27 | 26 | ||
diff --git a/sysklogd/logger.c b/sysklogd/logger.c index 0fabd97ca..5a7027731 100644 --- a/sysklogd/logger.c +++ b/sysklogd/logger.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[OPTIONS] [MESSAGE]" | 11 | //usage: "[OPTIONS] [MESSAGE]" |
12 | //usage:#define logger_full_usage "\n\n" | 12 | //usage:#define logger_full_usage "\n\n" |
13 | //usage: "Write MESSAGE (or stdin) to syslog\n" | 13 | //usage: "Write MESSAGE (or stdin) to syslog\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -s Log to stderr as well as the system log" | 14 | //usage: "\n -s Log to stderr as well as the system log" |
16 | //usage: "\n -t TAG Log using the specified tag (defaults to user name)" | 15 | //usage: "\n -t TAG Log using the specified tag (defaults to user name)" |
17 | //usage: "\n -p PRIO Priority (numeric or facility.level pair)" | 16 | //usage: "\n -p PRIO Priority (numeric or facility.level pair)" |
diff --git a/sysklogd/logread.c b/sysklogd/logread.c index ae0b2194b..993956904 100644 --- a/sysklogd/logread.c +++ b/sysklogd/logread.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: "[-f]" | 13 | //usage: "[-f]" |
14 | //usage:#define logread_full_usage "\n\n" | 14 | //usage:#define logread_full_usage "\n\n" |
15 | //usage: "Show messages in syslogd's circular buffer\n" | 15 | //usage: "Show messages in syslogd's circular buffer\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -f Output data as log grows" | 16 | //usage: "\n -f Output data as log grows" |
18 | 17 | ||
19 | #include "libbb.h" | 18 | #include "libbb.h" |
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c index c5c2a2e86..2f0ca6ac5 100644 --- a/sysklogd/syslogd.c +++ b/sysklogd/syslogd.c | |||
@@ -20,7 +20,6 @@ | |||
20 | //usage: IF_NOT_FEATURE_SYSLOGD_CFG( | 20 | //usage: IF_NOT_FEATURE_SYSLOGD_CFG( |
21 | //usage: "(this version of syslogd ignores /etc/syslog.conf)\n" | 21 | //usage: "(this version of syslogd ignores /etc/syslog.conf)\n" |
22 | //usage: ) | 22 | //usage: ) |
23 | //usage: "\nOptions:" | ||
24 | //usage: "\n -n Run in foreground" | 23 | //usage: "\n -n Run in foreground" |
25 | //usage: "\n -O FILE Log to FILE (default:/var/log/messages)" | 24 | //usage: "\n -O FILE Log to FILE (default:/var/log/messages)" |
26 | //usage: "\n -l N Log only messages more urgent than prio N (1-8)" | 25 | //usage: "\n -l N Log only messages more urgent than prio N (1-8)" |
diff --git a/util-linux/acpid.c b/util-linux/acpid.c index 4b7e5cacb..2f27cfd1c 100644 --- a/util-linux/acpid.c +++ b/util-linux/acpid.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-d] [-c CONFDIR] [-l LOGFILE] [-a ACTIONFILE] [-M MAPFILE] [-e PROC_EVENT_FILE] [-p PIDFILE]" | 11 | //usage: "[-d] [-c CONFDIR] [-l LOGFILE] [-a ACTIONFILE] [-M MAPFILE] [-e PROC_EVENT_FILE] [-p PIDFILE]" |
12 | //usage:#define acpid_full_usage "\n\n" | 12 | //usage:#define acpid_full_usage "\n\n" |
13 | //usage: "Listen to ACPI events and spawn specific helpers on event arrival\n" | 13 | //usage: "Listen to ACPI events and spawn specific helpers on event arrival\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -c DIR Config directory [/etc/acpi]" | 14 | //usage: "\n -c DIR Config directory [/etc/acpi]" |
16 | //usage: "\n -d Don't daemonize, (implies -f)" | 15 | //usage: "\n -d Don't daemonize, (implies -f)" |
17 | //usage: "\n -e FILE /proc event file [/proc/acpi/event]" | 16 | //usage: "\n -e FILE /proc event file [/proc/acpi/event]" |
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c index 4aed02982..e25e529db 100644 --- a/util-linux/blockdev.c +++ b/util-linux/blockdev.c | |||
@@ -19,8 +19,7 @@ | |||
19 | //usage:#define blockdev_trivial_usage | 19 | //usage:#define blockdev_trivial_usage |
20 | //usage: "OPTION BLOCKDEV" | 20 | //usage: "OPTION BLOCKDEV" |
21 | //usage:#define blockdev_full_usage "\n\n" | 21 | //usage:#define blockdev_full_usage "\n\n" |
22 | //usage: "Options:" | 22 | //usage: " --setro Set ro" |
23 | //usage: "\n --setro Set ro" | ||
24 | //usage: "\n --setrw Set rw" | 23 | //usage: "\n --setrw Set rw" |
25 | //usage: "\n --getro Get ro" | 24 | //usage: "\n --getro Get ro" |
26 | //usage: "\n --getss Get sector size" | 25 | //usage: "\n --getss Get sector size" |
diff --git a/util-linux/dmesg.c b/util-linux/dmesg.c index 412bf024b..6505da54b 100644 --- a/util-linux/dmesg.c +++ b/util-linux/dmesg.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: "[-c] [-n LEVEL] [-s SIZE]" | 13 | //usage: "[-c] [-n LEVEL] [-s SIZE]" |
14 | //usage:#define dmesg_full_usage "\n\n" | 14 | //usage:#define dmesg_full_usage "\n\n" |
15 | //usage: "Print or control the kernel ring buffer\n" | 15 | //usage: "Print or control the kernel ring buffer\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -c Clear ring buffer after printing" | 16 | //usage: "\n -c Clear ring buffer after printing" |
18 | //usage: "\n -n LEVEL Set console logging level" | 17 | //usage: "\n -n LEVEL Set console logging level" |
19 | //usage: "\n -s SIZE Buffer size" | 18 | //usage: "\n -s SIZE Buffer size" |
diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c index bf7098e71..2f0854a30 100644 --- a/util-linux/fdformat.c +++ b/util-linux/fdformat.c | |||
@@ -9,7 +9,6 @@ | |||
9 | //usage: "[-n] DEVICE" | 9 | //usage: "[-n] DEVICE" |
10 | //usage:#define fdformat_full_usage "\n\n" | 10 | //usage:#define fdformat_full_usage "\n\n" |
11 | //usage: "Format floppy disk\n" | 11 | //usage: "Format floppy disk\n" |
12 | //usage: "\nOptions:" | ||
13 | //usage: "\n -n Don't verify after format" | 12 | //usage: "\n -n Don't verify after format" |
14 | 13 | ||
15 | #include "libbb.h" | 14 | #include "libbb.h" |
diff --git a/util-linux/fdisk.c b/util-linux/fdisk.c index f4fd4d31d..b86b13bdc 100644 --- a/util-linux/fdisk.c +++ b/util-linux/fdisk.c | |||
@@ -18,7 +18,6 @@ | |||
18 | //usage: "[-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK" | 18 | //usage: "[-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK" |
19 | //usage:#define fdisk_full_usage "\n\n" | 19 | //usage:#define fdisk_full_usage "\n\n" |
20 | //usage: "Change partition table\n" | 20 | //usage: "Change partition table\n" |
21 | //usage: "\nOptions:" | ||
22 | //usage: "\n -u Start and End are in sectors (instead of cylinders)" | 21 | //usage: "\n -u Start and End are in sectors (instead of cylinders)" |
23 | //usage: "\n -l Show partition table for each DISK, then exit" | 22 | //usage: "\n -l Show partition table for each DISK, then exit" |
24 | //usage: IF_FEATURE_FDISK_BLKSIZE( | 23 | //usage: IF_FEATURE_FDISK_BLKSIZE( |
diff --git a/util-linux/flock.c b/util-linux/flock.c index 8fecb54d4..e9be4eee9 100644 --- a/util-linux/flock.c +++ b/util-linux/flock.c | |||
@@ -8,7 +8,6 @@ | |||
8 | //usage: "[-sxun] FD|{FILE [-c] PROG ARGS}" | 8 | //usage: "[-sxun] FD|{FILE [-c] PROG ARGS}" |
9 | //usage:#define flock_full_usage "\n\n" | 9 | //usage:#define flock_full_usage "\n\n" |
10 | //usage: "[Un]lock file descriptor, or lock FILE, run PROG\n" | 10 | //usage: "[Un]lock file descriptor, or lock FILE, run PROG\n" |
11 | //usage: "\nOptions:" | ||
12 | //usage: "\n -s Shared lock" | 11 | //usage: "\n -s Shared lock" |
13 | //usage: "\n -x Exclusive lock (default)" | 12 | //usage: "\n -x Exclusive lock (default)" |
14 | //usage: "\n -u Unlock FD" | 13 | //usage: "\n -u Unlock FD" |
diff --git a/util-linux/fsck_minix.c b/util-linux/fsck_minix.c index b53c97248..1508ecb03 100644 --- a/util-linux/fsck_minix.c +++ b/util-linux/fsck_minix.c | |||
@@ -91,7 +91,6 @@ | |||
91 | //usage: "[-larvsmf] BLOCKDEV" | 91 | //usage: "[-larvsmf] BLOCKDEV" |
92 | //usage:#define fsck_minix_full_usage "\n\n" | 92 | //usage:#define fsck_minix_full_usage "\n\n" |
93 | //usage: "Check MINIX filesystem\n" | 93 | //usage: "Check MINIX filesystem\n" |
94 | //usage: "\nOptions:" | ||
95 | //usage: "\n -l List all filenames" | 94 | //usage: "\n -l List all filenames" |
96 | //usage: "\n -r Perform interactive repairs" | 95 | //usage: "\n -r Perform interactive repairs" |
97 | //usage: "\n -a Perform automatic repairs" | 96 | //usage: "\n -a Perform automatic repairs" |
diff --git a/util-linux/getopt.c b/util-linux/getopt.c index 85ff76189..c45edf8ca 100644 --- a/util-linux/getopt.c +++ b/util-linux/getopt.c | |||
@@ -34,9 +34,8 @@ | |||
34 | //usage:#define getopt_trivial_usage | 34 | //usage:#define getopt_trivial_usage |
35 | //usage: "[OPTIONS]" | 35 | //usage: "[OPTIONS]" |
36 | //usage:#define getopt_full_usage "\n\n" | 36 | //usage:#define getopt_full_usage "\n\n" |
37 | //usage: "Options:" | ||
38 | //usage: IF_LONG_OPTS( | 37 | //usage: IF_LONG_OPTS( |
39 | //usage: "\n -a,--alternative Allow long options starting with single -" | 38 | //usage: " -a,--alternative Allow long options starting with single -" |
40 | //usage: "\n -l,--longoptions=longopts Long options to be recognized" | 39 | //usage: "\n -l,--longoptions=longopts Long options to be recognized" |
41 | //usage: "\n -n,--name=progname The name under which errors are reported" | 40 | //usage: "\n -n,--name=progname The name under which errors are reported" |
42 | //usage: "\n -o,--options=optstring Short options to be recognized" | 41 | //usage: "\n -o,--options=optstring Short options to be recognized" |
@@ -47,7 +46,7 @@ | |||
47 | //usage: "\n -u,--unquoted Don't quote the output" | 46 | //usage: "\n -u,--unquoted Don't quote the output" |
48 | //usage: ) | 47 | //usage: ) |
49 | //usage: IF_NOT_LONG_OPTS( | 48 | //usage: IF_NOT_LONG_OPTS( |
50 | //usage: "\n -a Allow long options starting with single -" | 49 | //usage: " -a Allow long options starting with single -" |
51 | //usage: "\n -l longopts Long options to be recognized" | 50 | //usage: "\n -l longopts Long options to be recognized" |
52 | //usage: "\n -n progname The name under which errors are reported" | 51 | //usage: "\n -n progname The name under which errors are reported" |
53 | //usage: "\n -o optstring Short options to be recognized" | 52 | //usage: "\n -o optstring Short options to be recognized" |
diff --git a/util-linux/hexdump.c b/util-linux/hexdump.c index 1f5d57d74..9a312f95c 100644 --- a/util-linux/hexdump.c +++ b/util-linux/hexdump.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage: "[-bcCdefnosvx" IF_FEATURE_HEXDUMP_REVERSE("R") "] [FILE]..." | 13 | //usage: "[-bcCdefnosvx" IF_FEATURE_HEXDUMP_REVERSE("R") "] [FILE]..." |
14 | //usage:#define hexdump_full_usage "\n\n" | 14 | //usage:#define hexdump_full_usage "\n\n" |
15 | //usage: "Display FILEs (or stdin) in a user specified format\n" | 15 | //usage: "Display FILEs (or stdin) in a user specified format\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -b One-byte octal display" | 16 | //usage: "\n -b One-byte octal display" |
18 | //usage: "\n -c One-byte character display" | 17 | //usage: "\n -c One-byte character display" |
19 | //usage: "\n -C Canonical hex+ASCII, 16 bytes per line" | 18 | //usage: "\n -C Canonical hex+ASCII, 16 bytes per line" |
diff --git a/util-linux/hwclock.c b/util-linux/hwclock.c index 54e97e5bb..ee68be8c5 100644 --- a/util-linux/hwclock.c +++ b/util-linux/hwclock.c | |||
@@ -263,7 +263,6 @@ static void set_system_clock_timezone(int utc) | |||
263 | //usage: ) | 263 | //usage: ) |
264 | //usage:#define hwclock_full_usage "\n\n" | 264 | //usage:#define hwclock_full_usage "\n\n" |
265 | //usage: "Query and set hardware clock (RTC)\n" | 265 | //usage: "Query and set hardware clock (RTC)\n" |
266 | //usage: "\nOptions:" | ||
267 | //usage: "\n -r Show hardware clock time" | 266 | //usage: "\n -r Show hardware clock time" |
268 | //usage: "\n -s Set system time from hardware clock" | 267 | //usage: "\n -s Set system time from hardware clock" |
269 | //usage: "\n -w Set hardware clock from system time" | 268 | //usage: "\n -w Set hardware clock from system time" |
diff --git a/util-linux/ipcrm.c b/util-linux/ipcrm.c index bdd019f6f..274050cdf 100644 --- a/util-linux/ipcrm.c +++ b/util-linux/ipcrm.c | |||
@@ -13,7 +13,6 @@ | |||
13 | //usage:#define ipcrm_full_usage "\n\n" | 13 | //usage:#define ipcrm_full_usage "\n\n" |
14 | //usage: "Upper-case options MQS remove an object by shmkey value.\n" | 14 | //usage: "Upper-case options MQS remove an object by shmkey value.\n" |
15 | //usage: "Lower-case options remove an object by shmid value.\n" | 15 | //usage: "Lower-case options remove an object by shmid value.\n" |
16 | //usage: "\nOptions:" | ||
17 | //usage: "\n -mM Remove memory segment after last detach" | 16 | //usage: "\n -mM Remove memory segment after last detach" |
18 | //usage: "\n -qQ Remove message queue" | 17 | //usage: "\n -qQ Remove message queue" |
19 | //usage: "\n -sS Remove semaphore" | 18 | //usage: "\n -sS Remove semaphore" |
diff --git a/util-linux/losetup.c b/util-linux/losetup.c index 7e11e292d..9b7c49f50 100644 --- a/util-linux/losetup.c +++ b/util-linux/losetup.c | |||
@@ -12,8 +12,7 @@ | |||
12 | //usage: " losetup -d LOOPDEV - disassociate\n" | 12 | //usage: " losetup -d LOOPDEV - disassociate\n" |
13 | //usage: " losetup [-f] - show" | 13 | //usage: " losetup [-f] - show" |
14 | //usage:#define losetup_full_usage "\n\n" | 14 | //usage:#define losetup_full_usage "\n\n" |
15 | //usage: "Options:" | 15 | //usage: " -o OFS Start OFS bytes into FILE" |
16 | //usage: "\n -o OFS Start OFS bytes into FILE" | ||
17 | //usage: "\n -f Show first free loop device" | 16 | //usage: "\n -f Show first free loop device" |
18 | //usage: | 17 | //usage: |
19 | //usage:#define losetup_notes_usage | 18 | //usage:#define losetup_notes_usage |
diff --git a/util-linux/mkfs_minix.c b/util-linux/mkfs_minix.c index a8bc4b80d..59d7d23d4 100644 --- a/util-linux/mkfs_minix.c +++ b/util-linux/mkfs_minix.c | |||
@@ -67,7 +67,6 @@ | |||
67 | //usage: "[-c | -l FILE] [-nXX] [-iXX] BLOCKDEV [KBYTES]" | 67 | //usage: "[-c | -l FILE] [-nXX] [-iXX] BLOCKDEV [KBYTES]" |
68 | //usage:#define mkfs_minix_full_usage "\n\n" | 68 | //usage:#define mkfs_minix_full_usage "\n\n" |
69 | //usage: "Make a MINIX filesystem\n" | 69 | //usage: "Make a MINIX filesystem\n" |
70 | //usage: "\nOptions:" | ||
71 | //usage: "\n -c Check device for bad blocks" | 70 | //usage: "\n -c Check device for bad blocks" |
72 | //usage: "\n -n [14|30] Maximum length of filenames" | 71 | //usage: "\n -n [14|30] Maximum length of filenames" |
73 | //usage: "\n -i INODES Number of inodes for the filesystem" | 72 | //usage: "\n -i INODES Number of inodes for the filesystem" |
diff --git a/util-linux/mkfs_reiser.c b/util-linux/mkfs_reiser.c index 463ae1e2a..b4efb9e9f 100644 --- a/util-linux/mkfs_reiser.c +++ b/util-linux/mkfs_reiser.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-f] [-l LABEL] BLOCKDEV [4K-BLOCKS]" | 11 | //usage: "[-f] [-l LABEL] BLOCKDEV [4K-BLOCKS]" |
12 | //usage:#define mkfs_reiser_full_usage "\n\n" | 12 | //usage:#define mkfs_reiser_full_usage "\n\n" |
13 | //usage: "Make a ReiserFS V3 filesystem\n" | 13 | //usage: "Make a ReiserFS V3 filesystem\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -f Force" | 14 | //usage: "\n -f Force" |
16 | //usage: "\n -l LBL Volume label" | 15 | //usage: "\n -l LBL Volume label" |
17 | 16 | ||
diff --git a/util-linux/mkfs_vfat.c b/util-linux/mkfs_vfat.c index e83ae7510..7d81ed06d 100644 --- a/util-linux/mkfs_vfat.c +++ b/util-linux/mkfs_vfat.c | |||
@@ -18,7 +18,6 @@ | |||
18 | */ | 18 | */ |
19 | //usage:#define mkfs_vfat_full_usage "\n\n" | 19 | //usage:#define mkfs_vfat_full_usage "\n\n" |
20 | //usage: "Make a FAT32 filesystem\n" | 20 | //usage: "Make a FAT32 filesystem\n" |
21 | //usage: "\nOptions:" | ||
22 | /* //usage: "\n -c Check device for bad blocks" */ | 21 | /* //usage: "\n -c Check device for bad blocks" */ |
23 | //usage: "\n -v Verbose" | 22 | //usage: "\n -v Verbose" |
24 | /* //usage: "\n -I Allow to use entire disk device (e.g. /dev/hda)" */ | 23 | /* //usage: "\n -I Allow to use entire disk device (e.g. /dev/hda)" */ |
diff --git a/util-linux/mkswap.c b/util-linux/mkswap.c index ef6932c6c..b5d2c49b6 100644 --- a/util-linux/mkswap.c +++ b/util-linux/mkswap.c | |||
@@ -10,7 +10,6 @@ | |||
10 | //usage: "[-L LBL] BLOCKDEV [KBYTES]" | 10 | //usage: "[-L LBL] BLOCKDEV [KBYTES]" |
11 | //usage:#define mkswap_full_usage "\n\n" | 11 | //usage:#define mkswap_full_usage "\n\n" |
12 | //usage: "Prepare BLOCKDEV to be used as swap partition\n" | 12 | //usage: "Prepare BLOCKDEV to be used as swap partition\n" |
13 | //usage: "\nOptions:" | ||
14 | //usage: "\n -L LBL Label" | 13 | //usage: "\n -L LBL Label" |
15 | 14 | ||
16 | #include "libbb.h" | 15 | #include "libbb.h" |
diff --git a/util-linux/mount.c b/util-linux/mount.c index 6a154e2b2..05e532cda 100644 --- a/util-linux/mount.c +++ b/util-linux/mount.c | |||
@@ -21,7 +21,6 @@ | |||
21 | //usage: "[OPTIONS] [-o OPTS] DEVICE NODE" | 21 | //usage: "[OPTIONS] [-o OPTS] DEVICE NODE" |
22 | //usage:#define mount_full_usage "\n\n" | 22 | //usage:#define mount_full_usage "\n\n" |
23 | //usage: "Mount a filesystem. Filesystem autodetection requires /proc.\n" | 23 | //usage: "Mount a filesystem. Filesystem autodetection requires /proc.\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: "\n -a Mount all filesystems in fstab" | 24 | //usage: "\n -a Mount all filesystems in fstab" |
26 | //usage: IF_FEATURE_MOUNT_FAKE( | 25 | //usage: IF_FEATURE_MOUNT_FAKE( |
27 | //usage: IF_FEATURE_MTAB_SUPPORT( | 26 | //usage: IF_FEATURE_MTAB_SUPPORT( |
diff --git a/util-linux/rdate.c b/util-linux/rdate.c index 628df0da7..1f36d8f37 100644 --- a/util-linux/rdate.c +++ b/util-linux/rdate.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "[-sp] HOST" | 12 | //usage: "[-sp] HOST" |
13 | //usage:#define rdate_full_usage "\n\n" | 13 | //usage:#define rdate_full_usage "\n\n" |
14 | //usage: "Get and possibly set the system date and time from a remote HOST\n" | 14 | //usage: "Get and possibly set the system date and time from a remote HOST\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -s Set the system date and time (default)" | 15 | //usage: "\n -s Set the system date and time (default)" |
17 | //usage: "\n -p Print the date and time" | 16 | //usage: "\n -p Print the date and time" |
18 | 17 | ||
diff --git a/util-linux/readprofile.c b/util-linux/readprofile.c index 7b7aa7c9f..4ed801137 100644 --- a/util-linux/readprofile.c +++ b/util-linux/readprofile.c | |||
@@ -35,8 +35,7 @@ | |||
35 | //usage:#define readprofile_trivial_usage | 35 | //usage:#define readprofile_trivial_usage |
36 | //usage: "[OPTIONS]" | 36 | //usage: "[OPTIONS]" |
37 | //usage:#define readprofile_full_usage "\n\n" | 37 | //usage:#define readprofile_full_usage "\n\n" |
38 | //usage: "Options:" | 38 | //usage: " -m mapfile (Default: /boot/System.map)" |
39 | //usage: "\n -m mapfile (Default: /boot/System.map)" | ||
40 | //usage: "\n -p profile (Default: /proc/profile)" | 39 | //usage: "\n -p profile (Default: /proc/profile)" |
41 | //usage: "\n -M NUM Set the profiling multiplier to NUM" | 40 | //usage: "\n -M NUM Set the profiling multiplier to NUM" |
42 | //usage: "\n -i Print only info about the sampling step" | 41 | //usage: "\n -i Print only info about the sampling step" |
diff --git a/util-linux/script.c b/util-linux/script.c index 26f16ebf5..8fb991d15 100644 --- a/util-linux/script.c +++ b/util-linux/script.c | |||
@@ -14,8 +14,7 @@ | |||
14 | //usage:#define script_trivial_usage | 14 | //usage:#define script_trivial_usage |
15 | //usage: "[-afq" IF_SCRIPTREPLAY("t") "] [-c PROG] [OUTFILE]" | 15 | //usage: "[-afq" IF_SCRIPTREPLAY("t") "] [-c PROG] [OUTFILE]" |
16 | //usage:#define script_full_usage "\n\n" | 16 | //usage:#define script_full_usage "\n\n" |
17 | //usage: "Options:" | 17 | //usage: " -a Append output" |
18 | //usage: "\n -a Append output" | ||
19 | //usage: "\n -c PROG Run PROG, not shell" | 18 | //usage: "\n -c PROG Run PROG, not shell" |
20 | //usage: "\n -f Flush output after each write" | 19 | //usage: "\n -f Flush output after each write" |
21 | //usage: "\n -q Quiet" | 20 | //usage: "\n -q Quiet" |
diff --git a/util-linux/swaponoff.c b/util-linux/swaponoff.c index b7cf69833..dbefa4cf2 100644 --- a/util-linux/swaponoff.c +++ b/util-linux/swaponoff.c | |||
@@ -11,7 +11,6 @@ | |||
11 | //usage: "[-a]" IF_FEATURE_SWAPON_PRI(" [-p PRI]") " [DEVICE]" | 11 | //usage: "[-a]" IF_FEATURE_SWAPON_PRI(" [-p PRI]") " [DEVICE]" |
12 | //usage:#define swapon_full_usage "\n\n" | 12 | //usage:#define swapon_full_usage "\n\n" |
13 | //usage: "Start swapping on DEVICE\n" | 13 | //usage: "Start swapping on DEVICE\n" |
14 | //usage: "\nOptions:" | ||
15 | //usage: "\n -a Start swapping on all swap devices" | 14 | //usage: "\n -a Start swapping on all swap devices" |
16 | //usage: IF_FEATURE_SWAPON_PRI( | 15 | //usage: IF_FEATURE_SWAPON_PRI( |
17 | //usage: "\n -p PRI Set swap device priority" | 16 | //usage: "\n -p PRI Set swap device priority" |
@@ -21,7 +20,6 @@ | |||
21 | //usage: "[-a] [DEVICE]" | 20 | //usage: "[-a] [DEVICE]" |
22 | //usage:#define swapoff_full_usage "\n\n" | 21 | //usage:#define swapoff_full_usage "\n\n" |
23 | //usage: "Stop swapping on DEVICE\n" | 22 | //usage: "Stop swapping on DEVICE\n" |
24 | //usage: "\nOptions:" | ||
25 | //usage: "\n -a Stop swapping on all swap devices" | 23 | //usage: "\n -a Stop swapping on all swap devices" |
26 | 24 | ||
27 | #include "libbb.h" | 25 | #include "libbb.h" |
diff --git a/util-linux/switch_root.c b/util-linux/switch_root.c index 7794de18d..db6ae3542 100644 --- a/util-linux/switch_root.c +++ b/util-linux/switch_root.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "Free initramfs and switch to another root fs:\n" | 12 | //usage: "Free initramfs and switch to another root fs:\n" |
13 | //usage: "chroot to NEW_ROOT, delete all in /, move NEW_ROOT to /,\n" | 13 | //usage: "chroot to NEW_ROOT, delete all in /, move NEW_ROOT to /,\n" |
14 | //usage: "execute NEW_INIT. PID must be 1. NEW_ROOT must be a mountpoint.\n" | 14 | //usage: "execute NEW_INIT. PID must be 1. NEW_ROOT must be a mountpoint.\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: "\n -c DEV Reopen stdio to DEV after switch" | 15 | //usage: "\n -c DEV Reopen stdio to DEV after switch" |
17 | 16 | ||
18 | #include <sys/vfs.h> | 17 | #include <sys/vfs.h> |
diff --git a/util-linux/umount.c b/util-linux/umount.c index 1e576ca4e..5b716c688 100644 --- a/util-linux/umount.c +++ b/util-linux/umount.c | |||
@@ -12,7 +12,6 @@ | |||
12 | //usage: "[OPTIONS] FILESYSTEM|DIRECTORY" | 12 | //usage: "[OPTIONS] FILESYSTEM|DIRECTORY" |
13 | //usage:#define umount_full_usage "\n\n" | 13 | //usage:#define umount_full_usage "\n\n" |
14 | //usage: "Unmount file systems\n" | 14 | //usage: "Unmount file systems\n" |
15 | //usage: "\nOptions:" | ||
16 | //usage: IF_FEATURE_UMOUNT_ALL( | 15 | //usage: IF_FEATURE_UMOUNT_ALL( |
17 | //usage: "\n -a Unmount all file systems" IF_FEATURE_MTAB_SUPPORT(" in /etc/mtab") | 16 | //usage: "\n -a Unmount all file systems" IF_FEATURE_MTAB_SUPPORT(" in /etc/mtab") |
18 | //usage: ) | 17 | //usage: ) |