aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-10-06 21:11:37 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-10-06 21:11:37 +0200
commit07697859ae053f745c5bcb090d7b245eddf7bb15 (patch)
tree904d5ec73b959be5830d531486c71d344bfa9fcd
parentdcd27abcc4471ac04d7f196905907eb9a28bf0d8 (diff)
downloadbusybox-w32-07697859ae053f745c5bcb090d7b245eddf7bb15.tar.gz
busybox-w32-07697859ae053f745c5bcb090d7b245eddf7bb15.tar.bz2
busybox-w32-07697859ae053f745c5bcb090d7b245eddf7bb15.zip
Trim usage text a bit
function old new delta packed_usage 26646 26625 -21 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--include/usage.h76
1 files changed, 38 insertions, 38 deletions
diff --git a/include/usage.h b/include/usage.h
index 9b9a56f95..bf16a0b3f 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -20,7 +20,7 @@
20#define acpid_full_usage "\n\n" \ 20#define acpid_full_usage "\n\n" \
21 "Listen to ACPI events and spawn specific helpers on event arrival\n" \ 21 "Listen to ACPI events and spawn specific helpers on event arrival\n" \
22 "\nOptions:" \ 22 "\nOptions:" \
23 "\n -d Do not daemonize and log to stderr" \ 23 "\n -d Don't daemonize, log to stderr" \
24 "\n -c DIR Config directory [/etc/acpi]" \ 24 "\n -c DIR Config directory [/etc/acpi]" \
25 "\n -e FILE /proc event file [/proc/acpi/event]" \ 25 "\n -e FILE /proc event file [/proc/acpi/event]" \
26 "\n -l FILE Log file [/var/log/acpid]" \ 26 "\n -l FILE Log file [/var/log/acpid]" \
@@ -50,8 +50,8 @@
50 "\n -s SHELL Login shell" \ 50 "\n -s SHELL Login shell" \
51 "\n -G GRP Add user to existing group" \ 51 "\n -G GRP Add user to existing group" \
52 "\n -S Create a system user" \ 52 "\n -S Create a system user" \
53 "\n -D Do not assign a password" \ 53 "\n -D Don't assign a password" \
54 "\n -H Do not create home directory" \ 54 "\n -H Don't create home directory" \
55 "\n -u UID User id" \ 55 "\n -u UID User id" \
56 56
57#define adjtimex_trivial_usage \ 57#define adjtimex_trivial_usage \
@@ -304,7 +304,7 @@
304 "\n a Append mode only" \ 304 "\n a Append mode only" \
305 "\n c Enable compress" \ 305 "\n c Enable compress" \
306 "\n D Write dir contents synchronously" \ 306 "\n D Write dir contents synchronously" \
307 "\n d Do not backup with dump" \ 307 "\n d Don't backup with dump" \
308 "\n i Cannot be modified (immutable)" \ 308 "\n i Cannot be modified (immutable)" \
309 "\n j Write all data to journal first" \ 309 "\n j Write all data to journal first" \
310 "\n s Zero disk storage when deleted" \ 310 "\n s Zero disk storage when deleted" \
@@ -378,7 +378,7 @@
378 "\n -h Affect symlinks instead of symlink targets" \ 378 "\n -h Affect symlinks instead of symlink targets" \
379 "\n -L Traverse all symlinks to directories" \ 379 "\n -L Traverse all symlinks to directories" \
380 "\n -H Traverse symlinks on command line only" \ 380 "\n -H Traverse symlinks on command line only" \
381 "\n -P Do not traverse symlinks (default)" \ 381 "\n -P Don't traverse symlinks (default)" \
382 IF_DESKTOP( \ 382 IF_DESKTOP( \
383 "\n -c List changed files" \ 383 "\n -c List changed files" \
384 "\n -v Verbose" \ 384 "\n -v Verbose" \
@@ -400,7 +400,7 @@
400 "\n -h Affect symlinks instead of symlink targets" \ 400 "\n -h Affect symlinks instead of symlink targets" \
401 "\n -L Traverse all symlinks to directories" \ 401 "\n -L Traverse all symlinks to directories" \
402 "\n -H Traverse symlinks on command line only" \ 402 "\n -H Traverse symlinks on command line only" \
403 "\n -P Do not traverse symlinks (default)" \ 403 "\n -P Don't traverse symlinks (default)" \
404 IF_DESKTOP( \ 404 IF_DESKTOP( \
405 "\n -c List changed files" \ 405 "\n -c List changed files" \
406 "\n -v List all files" \ 406 "\n -v List all files" \
@@ -794,7 +794,7 @@
794 "\n -fg Run in foreground" \ 794 "\n -fg Run in foreground" \
795 "\n -np Exit after parsing the configuration file" \ 795 "\n -np Exit after parsing the configuration file" \
796 "\n and processing synthetic REGISTER events," \ 796 "\n and processing synthetic REGISTER events," \
797 "\n do not poll for events" \ 797 "\n don't poll for events" \
798 ) 798 )
799 799
800#define df_trivial_usage \ 800#define df_trivial_usage \
@@ -1073,11 +1073,11 @@
1073 "Convert tabs to spaces, writing to standard output\n" \ 1073 "Convert tabs to spaces, writing to standard output\n" \
1074 "\nOptions:" \ 1074 "\nOptions:" \
1075 IF_FEATURE_EXPAND_LONG_OPTIONS( \ 1075 IF_FEATURE_EXPAND_LONG_OPTIONS( \
1076 "\n -i,--initial Do not convert tabs after non blanks" \ 1076 "\n -i,--initial Don't convert tabs after non blanks" \
1077 "\n -t,--tabs=N Tabstops every N chars" \ 1077 "\n -t,--tabs=N Tabstops every N chars" \
1078 ) \ 1078 ) \
1079 IF_NOT_FEATURE_EXPAND_LONG_OPTIONS( \ 1079 IF_NOT_FEATURE_EXPAND_LONG_OPTIONS( \
1080 "\n -i Do not convert tabs after non blanks" \ 1080 "\n -i Don't convert tabs after non blanks" \
1081 "\n -t Tabstops every N chars" \ 1081 "\n -t Tabstops every N chars" \
1082 ) 1082 )
1083 1083
@@ -1210,7 +1210,7 @@
1210 IF_FEATURE_FIND_MAXDEPTH( \ 1210 IF_FEATURE_FIND_MAXDEPTH( \
1211 "\n -maxdepth N Descend at most N levels. -maxdepth 0 applies" \ 1211 "\n -maxdepth N Descend at most N levels. -maxdepth 0 applies" \
1212 "\n tests/actions to command line arguments only") \ 1212 "\n tests/actions to command line arguments only") \
1213 "\n -mindepth N Do not act on first N levels" \ 1213 "\n -mindepth N Don't act on first N levels" \
1214 "\n -name PATTERN File name (w/o directory name) matches PATTERN" \ 1214 "\n -name PATTERN File name (w/o directory name) matches PATTERN" \
1215 "\n -iname PATTERN Case insensitive -name" \ 1215 "\n -iname PATTERN Case insensitive -name" \
1216 IF_FEATURE_FIND_PATH( \ 1216 IF_FEATURE_FIND_PATH( \
@@ -1463,11 +1463,11 @@
1463 "Open a tty, prompt for a login name, then invoke /bin/login\n" \ 1463 "Open a tty, prompt for a login name, then invoke /bin/login\n" \
1464 "\nOptions:" \ 1464 "\nOptions:" \
1465 "\n -h Enable hardware (RTS/CTS) flow control" \ 1465 "\n -h Enable hardware (RTS/CTS) flow control" \
1466 "\n -i Do not display /etc/issue before running login" \ 1466 "\n -i Don't display /etc/issue before running login" \
1467 "\n -L Local line, do not do carrier detect" \ 1467 "\n -L Local line, don't do carrier detect" \
1468 "\n -m Get baud rate from modem's CONNECT status message" \ 1468 "\n -m Get baud rate from modem's CONNECT status message" \
1469 "\n -w Wait for a CR or LF before sending /etc/issue" \ 1469 "\n -w Wait for a CR or LF before sending /etc/issue" \
1470 "\n -n Do not prompt the user for a login name" \ 1470 "\n -n Don't prompt the user for a login name" \
1471 "\n -f ISSUE_FILE Display ISSUE_FILE instead of /etc/issue" \ 1471 "\n -f ISSUE_FILE Display ISSUE_FILE instead of /etc/issue" \
1472 "\n -l LOGIN Invoke LOGIN instead of /bin/login" \ 1472 "\n -l LOGIN Invoke LOGIN instead of /bin/login" \
1473 "\n -t SEC Terminate after SEC if no username is read" \ 1473 "\n -t SEC Terminate after SEC if no username is read" \
@@ -1490,7 +1490,7 @@
1490 "\n -r Recurse" \ 1490 "\n -r Recurse" \
1491 "\n -i Ignore case distinctions" \ 1491 "\n -i Ignore case distinctions" \
1492 "\n -l List names of files that match" \ 1492 "\n -l List names of files that match" \
1493 "\n -L List names of files that do not match" \ 1493 "\n -L List names of files that don't match" \
1494 "\n -n Print line number with output lines" \ 1494 "\n -n Print line number with output lines" \
1495 "\n -q Quiet. Return 0 if PATTERN is found, 1 otherwise" \ 1495 "\n -q Quiet. Return 0 if PATTERN is found, 1 otherwise" \
1496 "\n -v Select non-matching lines" \ 1496 "\n -v Select non-matching lines" \
@@ -1696,7 +1696,7 @@
1696 "Listen for incoming HTTP requests\n" \ 1696 "Listen for incoming HTTP requests\n" \
1697 "\nOptions:" \ 1697 "\nOptions:" \
1698 "\n -i Inetd mode" \ 1698 "\n -i Inetd mode" \
1699 "\n -f Do not daemonize" \ 1699 "\n -f Don't daemonize" \
1700 "\n -v[v] Verbose" \ 1700 "\n -v[v] Verbose" \
1701 "\n -c FILE Configuration file (default httpd.conf)" \ 1701 "\n -c FILE Configuration file (default httpd.conf)" \
1702 "\n -p [IP:]PORT Bind to ip:port (default *:80)" \ 1702 "\n -p [IP:]PORT Bind to ip:port (default *:80)" \
@@ -1800,12 +1800,12 @@
1800#define ifplugd_full_usage "\n\n" \ 1800#define ifplugd_full_usage "\n\n" \
1801 "Network interface plug detection daemon\n" \ 1801 "Network interface plug detection daemon\n" \
1802 "\nOptions:" \ 1802 "\nOptions:" \
1803 "\n -n Do not daemonize" \ 1803 "\n -n Don't daemonize" \
1804 "\n -s Do not log to syslog" \ 1804 "\n -s Don't log to syslog" \
1805 "\n -i IFACE Interface" \ 1805 "\n -i IFACE Interface" \
1806 "\n -f/-F Treat link detection error as link down/link up" \ 1806 "\n -f/-F Treat link detection error as link down/link up" \
1807 "\n (otherwise exit on error)" \ 1807 "\n (otherwise exit on error)" \
1808 "\n -a Do not up interface automatically" \ 1808 "\n -a Don't up interface automatically" \
1809 "\n -M Monitor creation/destruction of interface" \ 1809 "\n -M Monitor creation/destruction of interface" \
1810 "\n (otherwise it must exist)" \ 1810 "\n (otherwise it must exist)" \
1811 "\n -r PROG Script to run" \ 1811 "\n -r PROG Script to run" \
@@ -2037,7 +2037,7 @@
2037 "\n -m Output load map to stdout" \ 2037 "\n -m Output load map to stdout" \
2038 ) \ 2038 ) \
2039 "\n -o NAME Set internal module name to NAME" \ 2039 "\n -o NAME Set internal module name to NAME" \
2040 "\n -x Do not export externs" \ 2040 "\n -x Don't export externs" \
2041 ) 2041 )
2042 2042
2043/* -v, -b, -c are ignored */ 2043/* -v, -b, -c are ignored */
@@ -2227,7 +2227,7 @@
2227 "\nOptions:" \ 2227 "\nOptions:" \
2228 "\n -l List all signal names and numbers" \ 2228 "\n -l List all signal names and numbers" \
2229/* "\n -s SIG Yet another way of specifying SIG" */ \ 2229/* "\n -s SIG Yet another way of specifying SIG" */ \
2230 "\n -q Do not complain if no processes were killed" \ 2230 "\n -q Don't complain if no processes were killed" \
2231 2231
2232#define killall_example_usage \ 2232#define killall_example_usage \
2233 "$ killall apache\n" 2233 "$ killall apache\n"
@@ -2238,7 +2238,7 @@
2238 "Send a signal (default: TERM) to all processes outside current session\n" \ 2238 "Send a signal (default: TERM) to all processes outside current session\n" \
2239 "\nOptions:" \ 2239 "\nOptions:" \
2240 "\n -l List all signal names and numbers" \ 2240 "\n -l List all signal names and numbers" \
2241 "\n -o PID Do not signal this PID" \ 2241 "\n -o PID Don't signal this PID" \
2242/* "\n -s SIG Yet another way of specifying SIG" */ \ 2242/* "\n -s SIG Yet another way of specifying SIG" */ \
2243 2243
2244#define klogd_trivial_usage \ 2244#define klogd_trivial_usage \
@@ -2340,7 +2340,7 @@
2340#define login_full_usage "\n\n" \ 2340#define login_full_usage "\n\n" \
2341 "Begin a new session on the system\n" \ 2341 "Begin a new session on the system\n" \
2342 "\nOptions:" \ 2342 "\nOptions:" \
2343 "\n -f Do not authenticate (user already authenticated)" \ 2343 "\n -f Don't authenticate (user already authenticated)" \
2344 "\n -h Name of the remote host" \ 2344 "\n -h Name of the remote host" \
2345 "\n -p Preserve environment" \ 2345 "\n -p Preserve environment" \
2346 2346
@@ -2475,7 +2475,7 @@
2475 "List file attributes on an ext2 fs\n" \ 2475 "List file attributes on an ext2 fs\n" \
2476 "\nOptions:" \ 2476 "\nOptions:" \
2477 "\n -R Recursively list subdirectories" \ 2477 "\n -R Recursively list subdirectories" \
2478 "\n -a Do not hide entries starting with ." \ 2478 "\n -a Don't hide entries starting with ." \
2479 "\n -d List directory entries instead of contents" \ 2479 "\n -d List directory entries instead of contents" \
2480 "\n -l List long flag names" \ 2480 "\n -l List long flag names" \
2481 "\n -v List the file's version/generation number" \ 2481 "\n -v List the file's version/generation number" \
@@ -2569,8 +2569,8 @@
2569#define matchpathcon_trivial_usage \ 2569#define matchpathcon_trivial_usage \
2570 "[-n] [-N] [-f file_contexts_file] [-p prefix] [-V]" 2570 "[-n] [-N] [-f file_contexts_file] [-p prefix] [-V]"
2571#define matchpathcon_full_usage "\n\n" \ 2571#define matchpathcon_full_usage "\n\n" \
2572 " -n Do not display path" \ 2572 " -n Don't display path" \
2573 "\n -N Do not use translations" \ 2573 "\n -N Don't use translations" \
2574 "\n -f Use alternate file_context file" \ 2574 "\n -f Use alternate file_context file" \
2575 "\n -p Use prefix to speed translations" \ 2575 "\n -p Use prefix to speed translations" \
2576 "\n -V Verify file context on disk matches defaults" \ 2576 "\n -V Verify file context on disk matches defaults" \
@@ -2725,7 +2725,7 @@
2725 "\n -L lbl Set the volume label" \ 2725 "\n -L lbl Set the volume label" \
2726 "\n -m percent Percent of fs blocks to reserve for admin" \ 2726 "\n -m percent Percent of fs blocks to reserve for admin" \
2727 "\n -M dir Set last mounted directory" \ 2727 "\n -M dir Set last mounted directory" \
2728 "\n -n Do not actually create anything" \ 2728 "\n -n Don't actually create anything" \
2729 "\n -N num Number of inodes to create" \ 2729 "\n -N num Number of inodes to create" \
2730 "\n -o os Set the 'creator os' field" \ 2730 "\n -o os Set the 'creator os' field" \
2731 "\n -O features Dir_index/filetype/has_journal/journal_dev/sparse_super" \ 2731 "\n -O features Dir_index/filetype/has_journal/journal_dev/sparse_super" \
@@ -3385,7 +3385,7 @@
3385 ) \ 3385 ) \
3386 "\n -R size Remove old messages on the server >= size (in bytes). Ignored" \ 3386 "\n -R size Remove old messages on the server >= size (in bytes). Ignored" \
3387 "\n -Z N1-N2 Remove messages from N1 to N2 (dangerous). Ignored" \ 3387 "\n -Z N1-N2 Remove messages from N1 to N2 (dangerous). Ignored" \
3388 "\n -L size Do not retrieve new messages >= size (in bytes). Ignored" \ 3388 "\n -L size Don't retrieve new messages >= size (in bytes). Ignored" \
3389 "\n -H lines Type specified number of lines of a message. Ignored" 3389 "\n -H lines Type specified number of lines of a message. Ignored"
3390#define popmaildir_example_usage \ 3390#define popmaildir_example_usage \
3391 "$ popmaildir -k ~/Maildir -- nc pop.drvv.ru 110 [<password_file]\n" \ 3391 "$ popmaildir -k ~/Maildir -- nc pop.drvv.ru 110 [<password_file]\n" \
@@ -3510,7 +3510,7 @@
3510 "[FILE]..." 3510 "[FILE]..."
3511#define readahead_full_usage "\n\n" \ 3511#define readahead_full_usage "\n\n" \
3512 "Preload FILE(s) in RAM cache so that subsequent reads for those" \ 3512 "Preload FILE(s) in RAM cache so that subsequent reads for those" \
3513 "files do not block on disk I/O" 3513 "files don't block on disk I/O"
3514 3514
3515#define readlink_trivial_usage \ 3515#define readlink_trivial_usage \
3516 IF_FEATURE_READLINK_FOLLOW("[-fnv] ") "FILE" 3516 IF_FEATURE_READLINK_FOLLOW("[-fnv] ") "FILE"
@@ -3592,7 +3592,7 @@
3592 "[-iFnrRv] [-e excludedir]... [-o filename] [-f filename | pathname]" 3592 "[-iFnrRv] [-e excludedir]... [-o filename] [-f filename | pathname]"
3593#define restorecon_full_usage "\n\n" \ 3593#define restorecon_full_usage "\n\n" \
3594 "Reset security contexts of files in pathname\n" \ 3594 "Reset security contexts of files in pathname\n" \
3595 "\n -i Ignore files that do not exist" \ 3595 "\n -i Ignore files that don't exist" \
3596 "\n -f file File with list of files to process. Use - for stdin" \ 3596 "\n -f file File with list of files to process. Use - for stdin" \
3597 "\n -e directory Directory to exclude" \ 3597 "\n -e directory Directory to exclude" \
3598 "\n -R,-r Recurse" \ 3598 "\n -R,-r Recurse" \
@@ -4212,7 +4212,7 @@
4212 "up: if service isn't running, start it. If service stops, restart it\n" \ 4212 "up: if service isn't running, start it. If service stops, restart it\n" \
4213 "once: like 'up', but if service stops, don't restart it\n" \ 4213 "once: like 'up', but if service stops, don't restart it\n" \
4214 "down: send TERM and CONT signals. If ./run exits, start ./finish\n" \ 4214 "down: send TERM and CONT signals. If ./run exits, start ./finish\n" \
4215 " if it exists. After it stops, do not restart service\n" \ 4215 " if it exists. After it stops, don't restart service\n" \
4216 "exit: send TERM and CONT signals to service and log service. If they exit,\n" \ 4216 "exit: send TERM and CONT signals to service and log service. If they exit,\n" \
4217 " runsv exits too\n" \ 4217 " runsv exits too\n" \
4218 "pause, cont, hup, alarm, interrupt, quit, 1, 2, term, kill: send\n" \ 4218 "pause, cont, hup, alarm, interrupt, quit, 1, 2, term, kill: send\n" \
@@ -4401,7 +4401,7 @@
4401#define tee_full_usage "\n\n" \ 4401#define tee_full_usage "\n\n" \
4402 "Copy standard input to each FILE, and also to standard output\n" \ 4402 "Copy standard input to each FILE, and also to standard output\n" \
4403 "\nOptions:" \ 4403 "\nOptions:" \
4404 "\n -a Append to the given FILEs, do not overwrite" \ 4404 "\n -a Append to the given FILEs, don't overwrite" \
4405 "\n -i Ignore interrupt signals (SIGINT)" \ 4405 "\n -i Ignore interrupt signals (SIGINT)" \
4406 4406
4407#define tee_example_usage \ 4407#define tee_example_usage \
@@ -4505,7 +4505,7 @@
4505 "\n New connections from this IP address are closed" \ 4505 "\n New connections from this IP address are closed" \
4506 "\n immediately. MSG is written to the peer before close" \ 4506 "\n immediately. MSG is written to the peer before close" \
4507 "\n -h Look up peer's hostname" \ 4507 "\n -h Look up peer's hostname" \
4508 "\n -E Do not set up environment variables" \ 4508 "\n -E Don't set up environment variables" \
4509 "\n -v Verbose" \ 4509 "\n -v Verbose" \
4510 4510
4511#define udpsvd_trivial_usage \ 4511#define udpsvd_trivial_usage \
@@ -4521,7 +4521,7 @@
4521 "\n -u USER[:GRP] Change to user/group after bind" \ 4521 "\n -u USER[:GRP] Change to user/group after bind" \
4522 "\n -c N Handle up to N connections simultaneously" \ 4522 "\n -c N Handle up to N connections simultaneously" \
4523 "\n -h Look up peer's hostname" \ 4523 "\n -h Look up peer's hostname" \
4524 "\n -E Do not set up environment variables" \ 4524 "\n -E Don't set up environment variables" \
4525 "\n -v Verbose" \ 4525 "\n -v Verbose" \
4526 4526
4527#define tftp_trivial_usage \ 4527#define tftp_trivial_usage \
@@ -4581,7 +4581,7 @@
4581#define touch_full_usage "\n\n" \ 4581#define touch_full_usage "\n\n" \
4582 "Update the last-modified date on the given FILE[s]\n" \ 4582 "Update the last-modified date on the given FILE[s]\n" \
4583 "\nOptions:" \ 4583 "\nOptions:" \
4584 "\n -c Do not create files" \ 4584 "\n -c Don't create files" \
4585 "\n -d DT Date/time to use" \ 4585 "\n -d DT Date/time to use" \
4586 4586
4587#define touch_example_usage \ 4587#define touch_example_usage \
@@ -4699,7 +4699,7 @@ IF_FEATURE_TUNCTL_UG( \
4699 "\n -T,--timeout=N Try to get a lease for N seconds (default 3)" \ 4699 "\n -T,--timeout=N Try to get a lease for N seconds (default 3)" \
4700 "\n -A,--tryagain=N Wait N seconds (default 20) after failure" \ 4700 "\n -A,--tryagain=N Wait N seconds (default 20) after failure" \
4701 "\n -O,--request-option=OPT Request DHCP option OPT (cumulative)" \ 4701 "\n -O,--request-option=OPT Request DHCP option OPT (cumulative)" \
4702 "\n -o,--no-default-options Do not request any options (unless -O is also given)" \ 4702 "\n -o,--no-default-options Don't request any options (unless -O is also given)" \
4703 "\n -f,--foreground Run in foreground" \ 4703 "\n -f,--foreground Run in foreground" \
4704 USE_FOR_MMU( \ 4704 USE_FOR_MMU( \
4705 "\n -b,--background Background if lease is not immediately obtained" \ 4705 "\n -b,--background Background if lease is not immediately obtained" \
@@ -4728,7 +4728,7 @@ IF_FEATURE_TUNCTL_UG( \
4728 "\n -T N Try to get a lease for N seconds (default 3)" \ 4728 "\n -T N Try to get a lease for N seconds (default 3)" \
4729 "\n -A N Wait N seconds (default 20) after failure" \ 4729 "\n -A N Wait N seconds (default 20) after failure" \
4730 "\n -O OPT Request DHCP option OPT (cumulative)" \ 4730 "\n -O OPT Request DHCP option OPT (cumulative)" \
4731 "\n -o Do not request any options (unless -O is also given)" \ 4731 "\n -o Don't request any options (unless -O is also given)" \
4732 "\n -f Run in foreground" \ 4732 "\n -f Run in foreground" \
4733 USE_FOR_MMU( \ 4733 USE_FOR_MMU( \
4734 "\n -b Background if lease is not immediately obtained" \ 4734 "\n -b Background if lease is not immediately obtained" \
@@ -4912,7 +4912,7 @@ IF_FEATURE_TUNCTL_UG( \
4912 IF_FEATURE_VI_COLON( \ 4912 IF_FEATURE_VI_COLON( \
4913 "\n -c Initial command to run ($EXINIT also available)") \ 4913 "\n -c Initial command to run ($EXINIT also available)") \
4914 IF_FEATURE_VI_READONLY( \ 4914 IF_FEATURE_VI_READONLY( \
4915 "\n -R Read-only - do not write to the file") \ 4915 "\n -R Read-only - don't write to the file") \
4916 "\n -H Short help regarding available features" \ 4916 "\n -H Short help regarding available features" \
4917 4917
4918#define vlock_trivial_usage \ 4918#define vlock_trivial_usage \
@@ -5014,7 +5014,7 @@ IF_FEATURE_TUNCTL_UG( \
5014 "\nOptions:" \ 5014 "\nOptions:" \
5015 IF_FEATURE_XARGS_SUPPORT_CONFIRMATION( \ 5015 IF_FEATURE_XARGS_SUPPORT_CONFIRMATION( \
5016 "\n -p Ask user whether to run each command") \ 5016 "\n -p Ask user whether to run each command") \
5017 "\n -r Do not run command if input is empty" \ 5017 "\n -r Don't run command if input is empty" \
5018 IF_FEATURE_XARGS_SUPPORT_ZERO_TERM( \ 5018 IF_FEATURE_XARGS_SUPPORT_ZERO_TERM( \
5019 "\n -0 Input is separated by NUL characters") \ 5019 "\n -0 Input is separated by NUL characters") \
5020 "\n -t Print the command on stderr before execution" \ 5020 "\n -t Print the command on stderr before execution" \