diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-27 20:38:17 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-08-27 20:38:17 +0200 |
commit | 691161a7a75969470079a2b04654809fe3e83111 (patch) | |
tree | 10684b131b9a616778f1dab6a7d33b2a38771833 | |
parent | ca899efd6cfea224a10e7a596ca4780a2b85ef18 (diff) | |
download | busybox-w32-691161a7a75969470079a2b04654809fe3e83111.tar.gz busybox-w32-691161a7a75969470079a2b04654809fe3e83111.tar.bz2 busybox-w32-691161a7a75969470079a2b04654809fe3e83111.zip |
trim help texts a bit
function old new delta
packed_usage 26709 26634 -75
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | include/usage.h | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/include/usage.h b/include/usage.h index aae06fda1..dfe05580d 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -135,8 +135,7 @@ | |||
135 | #define basename_trivial_usage \ | 135 | #define basename_trivial_usage \ |
136 | "FILE [SUFFIX]" | 136 | "FILE [SUFFIX]" |
137 | #define basename_full_usage "\n\n" \ | 137 | #define basename_full_usage "\n\n" \ |
138 | "Strip directory path and suffixes from FILE.\n" \ | 138 | "Strip directory path and .SUFFIX from FILE\n" |
139 | "If specified, also remove any trailing SUFFIX." | ||
140 | #define basename_example_usage \ | 139 | #define basename_example_usage \ |
141 | "$ basename /usr/local/bin/foo\n" \ | 140 | "$ basename /usr/local/bin/foo\n" \ |
142 | "foo\n" \ | 141 | "foo\n" \ |
@@ -171,7 +170,7 @@ | |||
171 | #define brctl_trivial_usage \ | 170 | #define brctl_trivial_usage \ |
172 | "COMMAND [BRIDGE [INTERFACE]]" | 171 | "COMMAND [BRIDGE [INTERFACE]]" |
173 | #define brctl_full_usage "\n\n" \ | 172 | #define brctl_full_usage "\n\n" \ |
174 | "Manage ethernet bridges.\n" \ | 173 | "Manage ethernet bridges\n" \ |
175 | "\nCommands:" \ | 174 | "\nCommands:" \ |
176 | IF_FEATURE_BRCTL_SHOW( \ | 175 | IF_FEATURE_BRCTL_SHOW( \ |
177 | "\n show Show a list of bridges" \ | 176 | "\n show Show a list of bridges" \ |
@@ -334,7 +333,7 @@ | |||
334 | "\n -r,--role=ROLE security context" \ | 333 | "\n -r,--role=ROLE security context" \ |
335 | "\n -t,--type=TYPE" \ | 334 | "\n -t,--type=TYPE" \ |
336 | "\n -l,--range=RANGE" \ | 335 | "\n -l,--range=RANGE" \ |
337 | "\n -R,--recursive Recurse subdirectories" \ | 336 | "\n -R,--recursive Recurse" \ |
338 | ) \ | 337 | ) \ |
339 | IF_NOT_FEATURE_CHCON_LONG_OPTIONS( \ | 338 | IF_NOT_FEATURE_CHCON_LONG_OPTIONS( \ |
340 | "\n -v Verbose" \ | 339 | "\n -v Verbose" \ |
@@ -345,7 +344,7 @@ | |||
345 | "\n -r ROLE" \ | 344 | "\n -r ROLE" \ |
346 | "\n -t TYPE" \ | 345 | "\n -t TYPE" \ |
347 | "\n -l RNG" \ | 346 | "\n -l RNG" \ |
348 | "\n -R Recurse subdirectories" \ | 347 | "\n -R Recurse" \ |
349 | ) | 348 | ) |
350 | 349 | ||
351 | #define chmod_trivial_usage \ | 350 | #define chmod_trivial_usage \ |
@@ -354,7 +353,7 @@ | |||
354 | "Each MODE is one or more of the letters ugoa, one of the\n" \ | 353 | "Each MODE is one or more of the letters ugoa, one of the\n" \ |
355 | "symbols +-= and one or more of the letters rwxst\n" \ | 354 | "symbols +-= and one or more of the letters rwxst\n" \ |
356 | "\nOptions:" \ | 355 | "\nOptions:" \ |
357 | "\n -R Recurse directories" \ | 356 | "\n -R Recurse" \ |
358 | IF_DESKTOP( \ | 357 | IF_DESKTOP( \ |
359 | "\n -c List changed files" \ | 358 | "\n -c List changed files" \ |
360 | "\n -v List all files" \ | 359 | "\n -v List all files" \ |
@@ -375,7 +374,7 @@ | |||
375 | #define chgrp_full_usage "\n\n" \ | 374 | #define chgrp_full_usage "\n\n" \ |
376 | "Change the group membership of each FILE to GROUP\n" \ | 375 | "Change the group membership of each FILE to GROUP\n" \ |
377 | "\nOptions:" \ | 376 | "\nOptions:" \ |
378 | "\n -R Recurse directories" \ | 377 | "\n -R Recurse" \ |
379 | "\n -h Affect symlinks instead of symlink targets" \ | 378 | "\n -h Affect symlinks instead of symlink targets" \ |
380 | "\n -L Traverse all symlinks to directories" \ | 379 | "\n -L Traverse all symlinks to directories" \ |
381 | "\n -H Traverse symlinks on command line only" \ | 380 | "\n -H Traverse symlinks on command line only" \ |
@@ -397,7 +396,7 @@ | |||
397 | #define chown_full_usage "\n\n" \ | 396 | #define chown_full_usage "\n\n" \ |
398 | "Change the owner and/or group of each FILE to OWNER and/or GROUP\n" \ | 397 | "Change the owner and/or group of each FILE to OWNER and/or GROUP\n" \ |
399 | "\nOptions:" \ | 398 | "\nOptions:" \ |
400 | "\n -R Recurse directories" \ | 399 | "\n -R Recurse" \ |
401 | "\n -h Affect symlinks instead of symlink targets" \ | 400 | "\n -h Affect symlinks instead of symlink targets" \ |
402 | "\n -L Traverse all symlinks to directories" \ | 401 | "\n -L Traverse all symlinks to directories" \ |
403 | "\n -H Traverse symlinks on command line only" \ | 402 | "\n -H Traverse symlinks on command line only" \ |
@@ -558,7 +557,7 @@ | |||
558 | "\n -p Preserve file attributes if possible" \ | 557 | "\n -p Preserve file attributes if possible" \ |
559 | "\n -f Force overwrite" \ | 558 | "\n -f Force overwrite" \ |
560 | "\n -i Prompt before overwrite" \ | 559 | "\n -i Prompt before overwrite" \ |
561 | "\n -R,-r Recurse directories" \ | 560 | "\n -R,-r Recurse" \ |
562 | "\n -l,-s Create (sym)links" \ | 561 | "\n -l,-s Create (sym)links" \ |
563 | 562 | ||
564 | #define cpio_trivial_usage \ | 563 | #define cpio_trivial_usage \ |
@@ -1071,7 +1070,7 @@ | |||
1071 | #define expand_trivial_usage \ | 1070 | #define expand_trivial_usage \ |
1072 | "[-i] [-t NUM] [FILE|-]" | 1071 | "[-i] [-t NUM] [FILE|-]" |
1073 | #define expand_full_usage "\n\n" \ | 1072 | #define expand_full_usage "\n\n" \ |
1074 | "Convert tabs to spaces, writing to standard output.\n" \ | 1073 | "Convert tabs to spaces, writing to standard output\n" \ |
1075 | "\nOptions:" \ | 1074 | "\nOptions:" \ |
1076 | IF_FEATURE_EXPAND_LONG_OPTIONS( \ | 1075 | IF_FEATURE_EXPAND_LONG_OPTIONS( \ |
1077 | "\n -i,--initial Do not convert tabs after non blanks" \ | 1076 | "\n -i,--initial Do not convert tabs after non blanks" \ |
@@ -1085,8 +1084,8 @@ | |||
1085 | #define expr_trivial_usage \ | 1084 | #define expr_trivial_usage \ |
1086 | "EXPRESSION" | 1085 | "EXPRESSION" |
1087 | #define expr_full_usage "\n\n" \ | 1086 | #define expr_full_usage "\n\n" \ |
1088 | "Print the value of EXPRESSION to standard output.\n" \ | 1087 | "Print the value of EXPRESSION to standard output\n" \ |
1089 | "\n" \ | 1088 | "\n" \ |
1090 | "EXPRESSION may be:\n" \ | 1089 | "EXPRESSION may be:\n" \ |
1091 | " ARG1 | ARG2 ARG1 if it is neither null nor 0, otherwise ARG2\n" \ | 1090 | " ARG1 | ARG2 ARG1 if it is neither null nor 0, otherwise ARG2\n" \ |
1092 | " ARG1 & ARG2 ARG1 if neither argument is null or 0, otherwise 0\n" \ | 1091 | " ARG1 & ARG2 ARG1 if neither argument is null or 0, otherwise 0\n" \ |
@@ -1126,7 +1125,7 @@ | |||
1126 | "\n -i Inetd mode" \ | 1125 | "\n -i Inetd mode" \ |
1127 | "\n -w Inetd 'wait' mode" \ | 1126 | "\n -w Inetd 'wait' mode" \ |
1128 | "\n -b ADDR Bind to specified address" \ | 1127 | "\n -b ADDR Bind to specified address" \ |
1129 | "\n STRING Ident answer string (default is 'nobody')" \ | 1128 | "\n STRING Ident answer string (default: nobody)" \ |
1130 | 1129 | ||
1131 | #define false_trivial_usage \ | 1130 | #define false_trivial_usage \ |
1132 | "" | 1131 | "" |
@@ -1409,7 +1408,7 @@ | |||
1409 | #define getopt_trivial_usage \ | 1408 | #define getopt_trivial_usage \ |
1410 | "[OPTIONS]" | 1409 | "[OPTIONS]" |
1411 | #define getopt_full_usage "\n\n" \ | 1410 | #define getopt_full_usage "\n\n" \ |
1412 | "Parse options\n" \ | 1411 | "Options:" \ |
1413 | IF_LONG_OPTS( \ | 1412 | IF_LONG_OPTS( \ |
1414 | "\n -a,--alternative Allow long options starting with single -" \ | 1413 | "\n -a,--alternative Allow long options starting with single -" \ |
1415 | "\n -l,--longoptions=longopts Long options to be recognized" \ | 1414 | "\n -l,--longoptions=longopts Long options to be recognized" \ |
@@ -1488,7 +1487,7 @@ | |||
1488 | "\nOptions:" \ | 1487 | "\nOptions:" \ |
1489 | "\n -H Prefix output lines with filename where match was found" \ | 1488 | "\n -H Prefix output lines with filename where match was found" \ |
1490 | "\n -h Suppress the prefixing filename on output" \ | 1489 | "\n -h Suppress the prefixing filename on output" \ |
1491 | "\n -r Recurse subdirectories" \ | 1490 | "\n -r Recurse" \ |
1492 | "\n -i Ignore case distinctions" \ | 1491 | "\n -i Ignore case distinctions" \ |
1493 | "\n -l List names of files that match" \ | 1492 | "\n -l List names of files that match" \ |
1494 | "\n -L List names of files that do not match" \ | 1493 | "\n -L List names of files that do not match" \ |
@@ -2196,7 +2195,7 @@ | |||
2196 | "[-a|k|s|u] [-C TTY]" | 2195 | "[-a|k|s|u] [-C TTY]" |
2197 | #define kbd_mode_full_usage "\n\n" \ | 2196 | #define kbd_mode_full_usage "\n\n" \ |
2198 | "Report or set the keyboard mode\n" \ | 2197 | "Report or set the keyboard mode\n" \ |
2199 | "\nOptions set mode:" \ | 2198 | "\nOptions:" \ |
2200 | "\n -a Default (ASCII)" \ | 2199 | "\n -a Default (ASCII)" \ |
2201 | "\n -k Medium-raw (keyboard)" \ | 2200 | "\n -k Medium-raw (keyboard)" \ |
2202 | "\n -s Raw (scancode)" \ | 2201 | "\n -s Raw (scancode)" \ |
@@ -2206,7 +2205,7 @@ | |||
2206 | #define kill_trivial_usage \ | 2205 | #define kill_trivial_usage \ |
2207 | "[-l] [-SIG] PID..." | 2206 | "[-l] [-SIG] PID..." |
2208 | #define kill_full_usage "\n\n" \ | 2207 | #define kill_full_usage "\n\n" \ |
2209 | "Send a signal (default is TERM) to given PIDs\n" \ | 2208 | "Send a signal (default: TERM) to given PIDs\n" \ |
2210 | "\nOptions:" \ | 2209 | "\nOptions:" \ |
2211 | "\n -l List all signal names and numbers" \ | 2210 | "\n -l List all signal names and numbers" \ |
2212 | /* "\n -s SIG Yet another way of specifying SIG" */ \ | 2211 | /* "\n -s SIG Yet another way of specifying SIG" */ \ |
@@ -2224,7 +2223,7 @@ | |||
2224 | #define killall_trivial_usage \ | 2223 | #define killall_trivial_usage \ |
2225 | "[-l] [-q] [-SIG] process-name..." | 2224 | "[-l] [-q] [-SIG] process-name..." |
2226 | #define killall_full_usage "\n\n" \ | 2225 | #define killall_full_usage "\n\n" \ |
2227 | "Send a signal (default is TERM) to given processes\n" \ | 2226 | "Send a signal (default: TERM) to given processes\n" \ |
2228 | "\nOptions:" \ | 2227 | "\nOptions:" \ |
2229 | "\n -l List all signal names and numbers" \ | 2228 | "\n -l List all signal names and numbers" \ |
2230 | /* "\n -s SIG Yet another way of specifying SIG" */ \ | 2229 | /* "\n -s SIG Yet another way of specifying SIG" */ \ |
@@ -2236,7 +2235,7 @@ | |||
2236 | #define killall5_trivial_usage \ | 2235 | #define killall5_trivial_usage \ |
2237 | "[-l] [-SIG] [-o PID]..." | 2236 | "[-l] [-SIG] [-o PID]..." |
2238 | #define killall5_full_usage "\n\n" \ | 2237 | #define killall5_full_usage "\n\n" \ |
2239 | "Send a signal (default is TERM) to all processes outside current session\n" \ | 2238 | "Send a signal (default: TERM) to all processes outside current session\n" \ |
2240 | "\nOptions:" \ | 2239 | "\nOptions:" \ |
2241 | "\n -l List all signal names and numbers" \ | 2240 | "\n -l List all signal names and numbers" \ |
2242 | "\n -o PID Do not signal this PID" \ | 2241 | "\n -o PID Do not signal this PID" \ |
@@ -2266,9 +2265,9 @@ | |||
2266 | "changed, and files can be manipulated in various ways.\n" \ | 2265 | "changed, and files can be manipulated in various ways.\n" \ |
2267 | "\nOptions:" \ | 2266 | "\nOptions:" \ |
2268 | "\n -E Quit once the end of a file is reached" \ | 2267 | "\n -E Quit once the end of a file is reached" \ |
2269 | "\n -M,-m Display a status line containing the line numbers" \ | 2268 | "\n -M,-m Display status line with line numbers" \ |
2270 | "\n and percentage through the file" \ | 2269 | "\n and percentage through the file" \ |
2271 | "\n -N Prefix line numbers to each line" \ | 2270 | "\n -N Prefix line number to each line" \ |
2272 | "\n -I Ignore case in all searches" \ | 2271 | "\n -I Ignore case in all searches" \ |
2273 | "\n -~ Suppress ~s displayed past the end of the file" \ | 2272 | "\n -~ Suppress ~s displayed past the end of the file" \ |
2274 | 2273 | ||
@@ -2548,7 +2547,7 @@ | |||
2548 | #define makemime_trivial_usage \ | 2547 | #define makemime_trivial_usage \ |
2549 | "[OPTIONS] [FILE]..." | 2548 | "[OPTIONS] [FILE]..." |
2550 | #define makemime_full_usage "\n\n" \ | 2549 | #define makemime_full_usage "\n\n" \ |
2551 | "Create multipart MIME-encoded message from FILEs.\n" \ | 2550 | "Create multipart MIME-encoded message from FILEs\n" \ |
2552 | /* "Transfer encoding is base64, disposition is inline (not attachment)\n" */ \ | 2551 | /* "Transfer encoding is base64, disposition is inline (not attachment)\n" */ \ |
2553 | "\nOptions:" \ | 2552 | "\nOptions:" \ |
2554 | "\n -o FILE Output. Default: stdout" \ | 2553 | "\n -o FILE Output. Default: stdout" \ |
@@ -2603,7 +2602,7 @@ | |||
2603 | "[OPTIONS] [FILE]..." \ | 2602 | "[OPTIONS] [FILE]..." \ |
2604 | IF_FEATURE_MD5_SHA1_SUM_CHECK("\n or: sha1sum [OPTIONS] -c [FILE]") | 2603 | IF_FEATURE_MD5_SHA1_SUM_CHECK("\n or: sha1sum [OPTIONS] -c [FILE]") |
2605 | #define sha1sum_full_usage "\n\n" \ | 2604 | #define sha1sum_full_usage "\n\n" \ |
2606 | "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums." \ | 2605 | "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums" \ |
2607 | IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \ | 2606 | IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \ |
2608 | "\nOptions:" \ | 2607 | "\nOptions:" \ |
2609 | "\n -c Check sums against given list" \ | 2608 | "\n -c Check sums against given list" \ |
@@ -2615,7 +2614,7 @@ | |||
2615 | "[OPTIONS] [FILE]..." \ | 2614 | "[OPTIONS] [FILE]..." \ |
2616 | IF_FEATURE_MD5_SHA1_SUM_CHECK("\n or: sha256sum [OPTIONS] -c [FILE]") | 2615 | IF_FEATURE_MD5_SHA1_SUM_CHECK("\n or: sha256sum [OPTIONS] -c [FILE]") |
2617 | #define sha256sum_full_usage "\n\n" \ | 2616 | #define sha256sum_full_usage "\n\n" \ |
2618 | "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums." \ | 2617 | "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA256 checksums" \ |
2619 | IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \ | 2618 | IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \ |
2620 | "\nOptions:" \ | 2619 | "\nOptions:" \ |
2621 | "\n -c Check sums against given list" \ | 2620 | "\n -c Check sums against given list" \ |
@@ -2627,7 +2626,7 @@ | |||
2627 | "[OPTIONS] [FILE]..." \ | 2626 | "[OPTIONS] [FILE]..." \ |
2628 | IF_FEATURE_MD5_SHA1_SUM_CHECK("\n or: sha512sum [OPTIONS] -c [FILE]") | 2627 | IF_FEATURE_MD5_SHA1_SUM_CHECK("\n or: sha512sum [OPTIONS] -c [FILE]") |
2629 | #define sha512sum_full_usage "\n\n" \ | 2628 | #define sha512sum_full_usage "\n\n" \ |
2630 | "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums." \ | 2629 | "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA512 checksums" \ |
2631 | IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \ | 2630 | IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \ |
2632 | "\nOptions:" \ | 2631 | "\nOptions:" \ |
2633 | "\n -c Check sums against given list" \ | 2632 | "\n -c Check sums against given list" \ |
@@ -2692,8 +2691,8 @@ | |||
2692 | #define mkdir_full_usage "\n\n" \ | 2691 | #define mkdir_full_usage "\n\n" \ |
2693 | "Create DIRECTORY\n" \ | 2692 | "Create DIRECTORY\n" \ |
2694 | "\nOptions:" \ | 2693 | "\nOptions:" \ |
2695 | "\n -m Set permission mode (as in chmod), not rwxrwxrwx - umask" \ | 2694 | "\n -m Mode" \ |
2696 | "\n -p No error if existing, make parent directories as needed" \ | 2695 | "\n -p No error if exists; make parent directories as needed" \ |
2697 | IF_SELINUX( \ | 2696 | IF_SELINUX( \ |
2698 | "\n -Z Set security context" \ | 2697 | "\n -Z Set security context" \ |
2699 | ) | 2698 | ) |
@@ -2912,7 +2911,7 @@ | |||
2912 | #define mount_trivial_usage \ | 2911 | #define mount_trivial_usage \ |
2913 | "[flags] DEVICE NODE [-o OPT,OPT]" | 2912 | "[flags] DEVICE NODE [-o OPT,OPT]" |
2914 | #define mount_full_usage "\n\n" \ | 2913 | #define mount_full_usage "\n\n" \ |
2915 | "Mount a filesystem. Filesystem autodetection requires /proc be mounted.\n" \ | 2914 | "Mount a filesystem. Filesystem autodetection requires /proc.\n" \ |
2916 | "\nOptions:" \ | 2915 | "\nOptions:" \ |
2917 | "\n -a Mount all filesystems in fstab" \ | 2916 | "\n -a Mount all filesystems in fstab" \ |
2918 | IF_FEATURE_MOUNT_FAKE( \ | 2917 | IF_FEATURE_MOUNT_FAKE( \ |
@@ -3014,7 +3013,7 @@ | |||
3014 | #define nameif_full_usage "\n\n" \ | 3013 | #define nameif_full_usage "\n\n" \ |
3015 | "Rename network interface while it in the down state\n" \ | 3014 | "Rename network interface while it in the down state\n" \ |
3016 | "\nOptions:" \ | 3015 | "\nOptions:" \ |
3017 | "\n -c FILE Use configuration file (default is /etc/mactab)" \ | 3016 | "\n -c FILE Use configuration file (default: /etc/mactab)" \ |
3018 | "\n -s Use syslog (LOCAL0 facility)" \ | 3017 | "\n -s Use syslog (LOCAL0 facility)" \ |
3019 | "\n IFNAME MACADDR new_interface_name interface_mac_address" \ | 3018 | "\n IFNAME MACADDR new_interface_name interface_mac_address" \ |
3020 | 3019 | ||
@@ -3368,11 +3367,11 @@ | |||
3368 | "\n -s Skip authorization" \ | 3367 | "\n -s Skip authorization" \ |
3369 | "\n -T Get messages with TOP instead with RETR" \ | 3368 | "\n -T Get messages with TOP instead with RETR" \ |
3370 | "\n -k Keep retrieved messages on the server" \ | 3369 | "\n -k Keep retrieved messages on the server" \ |
3371 | "\n -t timeout Set network timeout" \ | 3370 | "\n -t timeout Network timeout" \ |
3372 | IF_FEATURE_POPMAILDIR_DELIVERY( \ | 3371 | IF_FEATURE_POPMAILDIR_DELIVERY( \ |
3373 | "\n -F \"program arg1 arg2 ...\" Filter by program. May be multiple" \ | 3372 | "\n -F \"program arg1 arg2 ...\" Filter by program. May be multiple" \ |
3374 | "\n -M \"program arg1 arg2 ...\" Deliver by program" \ | 3373 | "\n -M \"program arg1 arg2 ...\" Deliver by program" \ |
3375 | ) \ | 3374 | ) \ |
3376 | "\n -R size Remove old messages on the server >= size (in bytes). Ignored" \ | 3375 | "\n -R size Remove old messages on the server >= size (in bytes). Ignored" \ |
3377 | "\n -Z N1-N2 Remove messages from N1 to N2 (dangerous). Ignored" \ | 3376 | "\n -Z N1-N2 Remove messages from N1 to N2 (dangerous). Ignored" \ |
3378 | "\n -L size Do not retrieve new messages >= size (in bytes). Ignored" \ | 3377 | "\n -L size Do not retrieve new messages >= size (in bytes). Ignored" \ |
@@ -3391,7 +3390,7 @@ | |||
3391 | "\n -f Force power off (don't go through init)" \ | 3390 | "\n -f Force power off (don't go through init)" \ |
3392 | 3391 | ||
3393 | #define printenv_trivial_usage \ | 3392 | #define printenv_trivial_usage \ |
3394 | "[VARIABLES...]" | 3393 | "[VARIABLE...]" |
3395 | #define printenv_full_usage "\n\n" \ | 3394 | #define printenv_full_usage "\n\n" \ |
3396 | "Print all or part of environment.\n" \ | 3395 | "Print all or part of environment.\n" \ |
3397 | "If no environment VARIABLE specified, print them all." | 3396 | "If no environment VARIABLE specified, print them all." |
@@ -3582,7 +3581,7 @@ | |||
3582 | "\n -i Ignore files that do not exist" \ | 3581 | "\n -i Ignore files that do not exist" \ |
3583 | "\n -f file File with list of files to process. Use - for stdin" \ | 3582 | "\n -f file File with list of files to process. Use - for stdin" \ |
3584 | "\n -e directory Directory to exclude" \ | 3583 | "\n -e directory Directory to exclude" \ |
3585 | "\n -R,-r Recurse directories" \ | 3584 | "\n -R,-r Recurse" \ |
3586 | "\n -n Don't change any file labels" \ | 3585 | "\n -n Don't change any file labels" \ |
3587 | "\n -o file Save list of files with incorrect context" \ | 3586 | "\n -o file Save list of files with incorrect context" \ |
3588 | "\n -v Verbose" \ | 3587 | "\n -v Verbose" \ |
@@ -3607,7 +3606,7 @@ | |||
3607 | #define rmdir_trivial_usage \ | 3606 | #define rmdir_trivial_usage \ |
3608 | "[OPTIONS] DIRECTORY..." | 3607 | "[OPTIONS] DIRECTORY..." |
3609 | #define rmdir_full_usage "\n\n" \ | 3608 | #define rmdir_full_usage "\n\n" \ |
3610 | "Remove the DIRECTORY, if it is empty.\n" \ | 3609 | "Remove the DIRECTORY, if it is empty\n" \ |
3611 | "\nOptions:" \ | 3610 | "\nOptions:" \ |
3612 | IF_FEATURE_RMDIR_LONG_OPTIONS( \ | 3611 | IF_FEATURE_RMDIR_LONG_OPTIONS( \ |
3613 | "\n -p|--parents Include parents" \ | 3612 | "\n -p|--parents Include parents" \ |
@@ -3732,7 +3731,8 @@ | |||
3732 | #define runlevel_trivial_usage \ | 3731 | #define runlevel_trivial_usage \ |
3733 | "[utmp]" | 3732 | "[utmp]" |
3734 | #define runlevel_full_usage "\n\n" \ | 3733 | #define runlevel_full_usage "\n\n" \ |
3735 | "Find the current and previous system runlevel.\n\n" \ | 3734 | "Find the current and previous system runlevel\n" \ |
3735 | "\n" \ | ||
3736 | "If no utmp file exists or if no runlevel record can be found,\n" \ | 3736 | "If no utmp file exists or if no runlevel record can be found,\n" \ |
3737 | "print \"unknown\"" | 3737 | "print \"unknown\"" |
3738 | #define runlevel_example_usage \ | 3738 | #define runlevel_example_usage \ |
@@ -4206,8 +4206,8 @@ | |||
4206 | #define svlogd_trivial_usage \ | 4206 | #define svlogd_trivial_usage \ |
4207 | "[-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir..." | 4207 | "[-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir..." |
4208 | #define svlogd_full_usage "\n\n" \ | 4208 | #define svlogd_full_usage "\n\n" \ |
4209 | "Continuously read log data from standard input, optionally " \ | 4209 | "Continuously read log data from standard input, optionally\n" \ |
4210 | "filter log messages, and write the data to one or more automatically " \ | 4210 | "filter log messages, and write the data to one or more automatically\n" \ |
4211 | "rotated logs" \ | 4211 | "rotated logs" \ |
4212 | 4212 | ||
4213 | #define swapoff_trivial_usage \ | 4213 | #define swapoff_trivial_usage \ |
@@ -4525,7 +4525,7 @@ | |||
4525 | #define tftpd_trivial_usage \ | 4525 | #define tftpd_trivial_usage \ |
4526 | "[-cr] [-u USER] [DIR]" | 4526 | "[-cr] [-u USER] [DIR]" |
4527 | #define tftpd_full_usage "\n\n" \ | 4527 | #define tftpd_full_usage "\n\n" \ |
4528 | "Transfer a file on tftp client's request.\n" \ | 4528 | "Transfer a file on tftp client's request\n" \ |
4529 | "\n" \ | 4529 | "\n" \ |
4530 | "tftpd should be used as an inetd service.\n" \ | 4530 | "tftpd should be used as an inetd service.\n" \ |
4531 | "tftpd's line for inetd.conf:\n" \ | 4531 | "tftpd's line for inetd.conf:\n" \ |
@@ -4602,7 +4602,7 @@ | |||
4602 | "\n -v Verbose" \ | 4602 | "\n -v Verbose" \ |
4603 | "\n -m max_ttl Max time-to-live (max number of hops)" \ | 4603 | "\n -m max_ttl Max time-to-live (max number of hops)" \ |
4604 | "\n -p port# Base UDP port number used in probes" \ | 4604 | "\n -p port# Base UDP port number used in probes" \ |
4605 | "\n (default is 33434)" \ | 4605 | "\n (default 33434)" \ |
4606 | "\n -q nqueries Number of probes per 'ttl' (default 3)" \ | 4606 | "\n -q nqueries Number of probes per 'ttl' (default 3)" \ |
4607 | "\n -s src_addr IP address to use as the source address" \ | 4607 | "\n -s src_addr IP address to use as the source address" \ |
4608 | "\n -t tos Type-of-service in probe packets (default 0)" \ | 4608 | "\n -t tos Type-of-service in probe packets (default 0)" \ |
@@ -4639,7 +4639,7 @@ | |||
4639 | #define tunctl_trivial_usage \ | 4639 | #define tunctl_trivial_usage \ |
4640 | "[-f device] ([-t name] | -d name)" IF_FEATURE_TUNCTL_UG(" [-u owner] [-g group] [-b]") | 4640 | "[-f device] ([-t name] | -d name)" IF_FEATURE_TUNCTL_UG(" [-u owner] [-g group] [-b]") |
4641 | #define tunctl_full_usage "\n\n" \ | 4641 | #define tunctl_full_usage "\n\n" \ |
4642 | "Create or delete tun interfaces" \ | 4642 | "Create or delete tun interfaces\n" \ |
4643 | "\nOptions:" \ | 4643 | "\nOptions:" \ |
4644 | "\n -f name tun device (/dev/net/tun)" \ | 4644 | "\n -f name tun device (/dev/net/tun)" \ |
4645 | "\n -t name Create iface 'name'" \ | 4645 | "\n -t name Create iface 'name'" \ |
@@ -4761,7 +4761,7 @@ IF_FEATURE_TUNCTL_UG( \ | |||
4761 | #define uname_trivial_usage \ | 4761 | #define uname_trivial_usage \ |
4762 | "[-amnrspv]" | 4762 | "[-amnrspv]" |
4763 | #define uname_full_usage "\n\n" \ | 4763 | #define uname_full_usage "\n\n" \ |
4764 | "Print system information.\n" \ | 4764 | "Print system information\n" \ |
4765 | "\nOptions:" \ | 4765 | "\nOptions:" \ |
4766 | "\n -a Print all" \ | 4766 | "\n -a Print all" \ |
4767 | "\n -m The machine (hardware) type" \ | 4767 | "\n -m The machine (hardware) type" \ |
@@ -4786,7 +4786,7 @@ IF_FEATURE_TUNCTL_UG( \ | |||
4786 | #define unexpand_trivial_usage \ | 4786 | #define unexpand_trivial_usage \ |
4787 | "[-f][-a][-t NUM] [FILE|-]" | 4787 | "[-f][-a][-t NUM] [FILE|-]" |
4788 | #define unexpand_full_usage "\n\n" \ | 4788 | #define unexpand_full_usage "\n\n" \ |
4789 | "Convert spaces to tabs, writing to standard output.\n" \ | 4789 | "Convert spaces to tabs, writing to standard output\n" \ |
4790 | "\nOptions:" \ | 4790 | "\nOptions:" \ |
4791 | IF_FEATURE_UNEXPAND_LONG_OPTIONS( \ | 4791 | IF_FEATURE_UNEXPAND_LONG_OPTIONS( \ |
4792 | "\n -a,--all Convert all blanks" \ | 4792 | "\n -a,--all Convert all blanks" \ |