From 07697859ae053f745c5bcb090d7b245eddf7bb15 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Tue, 6 Oct 2009 21:11:37 +0200 Subject: Trim usage text a bit function old new delta packed_usage 26646 26625 -21 Signed-off-by: Denys Vlasenko --- include/usage.h | 76 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 38 insertions(+), 38 deletions(-) diff --git a/include/usage.h b/include/usage.h index 9b9a56f..bf16a0b 100644 --- a/include/usage.h +++ b/include/usage.h @@ -20,7 +20,7 @@ #define acpid_full_usage "\n\n" \ "Listen to ACPI events and spawn specific helpers on event arrival\n" \ "\nOptions:" \ - "\n -d Do not daemonize and log to stderr" \ + "\n -d Don't daemonize, log to stderr" \ "\n -c DIR Config directory [/etc/acpi]" \ "\n -e FILE /proc event file [/proc/acpi/event]" \ "\n -l FILE Log file [/var/log/acpid]" \ @@ -50,8 +50,8 @@ "\n -s SHELL Login shell" \ "\n -G GRP Add user to existing group" \ "\n -S Create a system user" \ - "\n -D Do not assign a password" \ - "\n -H Do not create home directory" \ + "\n -D Don't assign a password" \ + "\n -H Don't create home directory" \ "\n -u UID User id" \ #define adjtimex_trivial_usage \ @@ -304,7 +304,7 @@ "\n a Append mode only" \ "\n c Enable compress" \ "\n D Write dir contents synchronously" \ - "\n d Do not backup with dump" \ + "\n d Don't backup with dump" \ "\n i Cannot be modified (immutable)" \ "\n j Write all data to journal first" \ "\n s Zero disk storage when deleted" \ @@ -378,7 +378,7 @@ "\n -h Affect symlinks instead of symlink targets" \ "\n -L Traverse all symlinks to directories" \ "\n -H Traverse symlinks on command line only" \ - "\n -P Do not traverse symlinks (default)" \ + "\n -P Don't traverse symlinks (default)" \ IF_DESKTOP( \ "\n -c List changed files" \ "\n -v Verbose" \ @@ -400,7 +400,7 @@ "\n -h Affect symlinks instead of symlink targets" \ "\n -L Traverse all symlinks to directories" \ "\n -H Traverse symlinks on command line only" \ - "\n -P Do not traverse symlinks (default)" \ + "\n -P Don't traverse symlinks (default)" \ IF_DESKTOP( \ "\n -c List changed files" \ "\n -v List all files" \ @@ -794,7 +794,7 @@ "\n -fg Run in foreground" \ "\n -np Exit after parsing the configuration file" \ "\n and processing synthetic REGISTER events," \ - "\n do not poll for events" \ + "\n don't poll for events" \ ) #define df_trivial_usage \ @@ -1073,11 +1073,11 @@ "Convert tabs to spaces, writing to standard output\n" \ "\nOptions:" \ IF_FEATURE_EXPAND_LONG_OPTIONS( \ - "\n -i,--initial Do not convert tabs after non blanks" \ + "\n -i,--initial Don't convert tabs after non blanks" \ "\n -t,--tabs=N Tabstops every N chars" \ ) \ IF_NOT_FEATURE_EXPAND_LONG_OPTIONS( \ - "\n -i Do not convert tabs after non blanks" \ + "\n -i Don't convert tabs after non blanks" \ "\n -t Tabstops every N chars" \ ) @@ -1210,7 +1210,7 @@ IF_FEATURE_FIND_MAXDEPTH( \ "\n -maxdepth N Descend at most N levels. -maxdepth 0 applies" \ "\n tests/actions to command line arguments only") \ - "\n -mindepth N Do not act on first N levels" \ + "\n -mindepth N Don't act on first N levels" \ "\n -name PATTERN File name (w/o directory name) matches PATTERN" \ "\n -iname PATTERN Case insensitive -name" \ IF_FEATURE_FIND_PATH( \ @@ -1463,11 +1463,11 @@ "Open a tty, prompt for a login name, then invoke /bin/login\n" \ "\nOptions:" \ "\n -h Enable hardware (RTS/CTS) flow control" \ - "\n -i Do not display /etc/issue before running login" \ - "\n -L Local line, do not do carrier detect" \ + "\n -i Don't display /etc/issue before running login" \ + "\n -L Local line, don't do carrier detect" \ "\n -m Get baud rate from modem's CONNECT status message" \ "\n -w Wait for a CR or LF before sending /etc/issue" \ - "\n -n Do not prompt the user for a login name" \ + "\n -n Don't prompt the user for a login name" \ "\n -f ISSUE_FILE Display ISSUE_FILE instead of /etc/issue" \ "\n -l LOGIN Invoke LOGIN instead of /bin/login" \ "\n -t SEC Terminate after SEC if no username is read" \ @@ -1490,7 +1490,7 @@ "\n -r Recurse" \ "\n -i Ignore case distinctions" \ "\n -l List names of files that match" \ - "\n -L List names of files that do not match" \ + "\n -L List names of files that don't match" \ "\n -n Print line number with output lines" \ "\n -q Quiet. Return 0 if PATTERN is found, 1 otherwise" \ "\n -v Select non-matching lines" \ @@ -1696,7 +1696,7 @@ "Listen for incoming HTTP requests\n" \ "\nOptions:" \ "\n -i Inetd mode" \ - "\n -f Do not daemonize" \ + "\n -f Don't daemonize" \ "\n -v[v] Verbose" \ "\n -c FILE Configuration file (default httpd.conf)" \ "\n -p [IP:]PORT Bind to ip:port (default *:80)" \ @@ -1800,12 +1800,12 @@ #define ifplugd_full_usage "\n\n" \ "Network interface plug detection daemon\n" \ "\nOptions:" \ - "\n -n Do not daemonize" \ - "\n -s Do not log to syslog" \ + "\n -n Don't daemonize" \ + "\n -s Don't log to syslog" \ "\n -i IFACE Interface" \ "\n -f/-F Treat link detection error as link down/link up" \ "\n (otherwise exit on error)" \ - "\n -a Do not up interface automatically" \ + "\n -a Don't up interface automatically" \ "\n -M Monitor creation/destruction of interface" \ "\n (otherwise it must exist)" \ "\n -r PROG Script to run" \ @@ -2037,7 +2037,7 @@ "\n -m Output load map to stdout" \ ) \ "\n -o NAME Set internal module name to NAME" \ - "\n -x Do not export externs" \ + "\n -x Don't export externs" \ ) /* -v, -b, -c are ignored */ @@ -2227,7 +2227,7 @@ "\nOptions:" \ "\n -l List all signal names and numbers" \ /* "\n -s SIG Yet another way of specifying SIG" */ \ - "\n -q Do not complain if no processes were killed" \ + "\n -q Don't complain if no processes were killed" \ #define killall_example_usage \ "$ killall apache\n" @@ -2238,7 +2238,7 @@ "Send a signal (default: TERM) to all processes outside current session\n" \ "\nOptions:" \ "\n -l List all signal names and numbers" \ - "\n -o PID Do not signal this PID" \ + "\n -o PID Don't signal this PID" \ /* "\n -s SIG Yet another way of specifying SIG" */ \ #define klogd_trivial_usage \ @@ -2340,7 +2340,7 @@ #define login_full_usage "\n\n" \ "Begin a new session on the system\n" \ "\nOptions:" \ - "\n -f Do not authenticate (user already authenticated)" \ + "\n -f Don't authenticate (user already authenticated)" \ "\n -h Name of the remote host" \ "\n -p Preserve environment" \ @@ -2475,7 +2475,7 @@ "List file attributes on an ext2 fs\n" \ "\nOptions:" \ "\n -R Recursively list subdirectories" \ - "\n -a Do not hide entries starting with ." \ + "\n -a Don't hide entries starting with ." \ "\n -d List directory entries instead of contents" \ "\n -l List long flag names" \ "\n -v List the file's version/generation number" \ @@ -2569,8 +2569,8 @@ #define matchpathcon_trivial_usage \ "[-n] [-N] [-f file_contexts_file] [-p prefix] [-V]" #define matchpathcon_full_usage "\n\n" \ - " -n Do not display path" \ - "\n -N Do not use translations" \ + " -n Don't display path" \ + "\n -N Don't use translations" \ "\n -f Use alternate file_context file" \ "\n -p Use prefix to speed translations" \ "\n -V Verify file context on disk matches defaults" \ @@ -2725,7 +2725,7 @@ "\n -L lbl Set the volume label" \ "\n -m percent Percent of fs blocks to reserve for admin" \ "\n -M dir Set last mounted directory" \ - "\n -n Do not actually create anything" \ + "\n -n Don't actually create anything" \ "\n -N num Number of inodes to create" \ "\n -o os Set the 'creator os' field" \ "\n -O features Dir_index/filetype/has_journal/journal_dev/sparse_super" \ @@ -3385,7 +3385,7 @@ ) \ "\n -R size Remove old messages on the server >= size (in bytes). Ignored" \ "\n -Z N1-N2 Remove messages from N1 to N2 (dangerous). Ignored" \ - "\n -L size Do not retrieve new messages >= size (in bytes). Ignored" \ + "\n -L size Don't retrieve new messages >= size (in bytes). Ignored" \ "\n -H lines Type specified number of lines of a message. Ignored" #define popmaildir_example_usage \ "$ popmaildir -k ~/Maildir -- nc pop.drvv.ru 110 [