Trim help text. With compressed help: -143 bytes

text    data     bss     dec     hex filename
 772572    1168   22680  796420   c2704 busybox_old
 772444    1168   22680  796292   c2684 busybox_unstripped
This commit is contained in:
Denis Vlasenko 2007-07-18 21:57:24 +00:00
parent d4293c77f1
commit b69e872229

View File

@ -23,13 +23,13 @@
#define adduser_full_usage \
"Add a user to the system" \
"\n\nOptions:\n" \
" -h DIR Assign home directory DIR\n" \
" -g GECOS Assign gecos field GECOS\n" \
" -s SHELL Assign login shell SHELL\n" \
" -G Add the user to existing group GROUP\n" \
" -h DIR Home directory\n" \
" -g GECOS GECOS field\n" \
" -s SHELL Login shell\n" \
" -G GROUP Add user to existing group\n" \
" -S Create a system user (ignored)\n" \
" -D Do not assign a password (logins still possible via ssh)\n" \
" -H Do not create the home directory"
" -H Do not create home directory"
#define adjtimex_trivial_usage \
"[-q] [-o offset] [-f frequency] [-p timeconstant] [-t tick]"
@ -40,7 +40,7 @@
" -q Quiet\n" \
" -o offset Time offset, microseconds\n" \
" -f frequency Frequency adjust, integer kernel units (65536 is 1ppm)\n" \
" (positive values make the system clock run fast)\n" \
" (positive values make the system clock run faster)\n" \
" -t tick Microseconds per tick, usually 10000\n" \
" -p timeconstant"
@ -102,9 +102,9 @@
"[OPTION]... [program-text] [FILE ...]"
#define awk_full_usage \
"Options:\n" \
" -v var=val Assign value 'val' to variable 'var'\n" \
" -v var=val Set variable\n" \
" -F sep Use 'sep' as field separator\n" \
" -f progname Read program source from file 'progname'"
" -f filename Read program from file"
#define basename_trivial_usage \
"FILE [SUFFIX]"
@ -161,7 +161,7 @@
#define cat_full_usage \
"Concatenate FILE(s) and print them to stdout" \
"\n\nOptions:" \
"\n -u Ignored since unbuffered i/o is always used"
"\n -u Use unbuffered i/o (ignored)"
#define cat_example_usage \
"$ cat /proc/uptime\n" \
"110716.72 17.67"
@ -221,7 +221,7 @@
"Each MODE is one or more of the letters ugoa, one of the\n" \
"symbols +-= and one or more of the letters rwxst" \
"\n\nOptions:" \
"\n -R Changes files and directories recursively" \
"\n -R Recurse directories" \
USE_DESKTOP( \
"\n -c List changed files" \
"\n -v List all files" \
@ -466,13 +466,13 @@
#define crontab_trivial_usage \
"[-c dir] {file|-}|[-u|-l|-e|-d user]"
#define crontab_full_usage \
" File <opts> replace crontab from file\n" \
" - <opts> replace crontab from stdin\n" \
" -u user specify user\n" \
" -l [user] list crontab for user\n" \
" -e [user] edit crontab for user\n" \
" -d [user] delete crontab for user\n" \
" -c dir specify crontab directory"
" file <opts> Replace crontab from file\n" \
" - <opts> Replace crontab from stdin\n" \
" -u user Specify user\n" \
" -l [user] List crontab for user\n" \
" -e [user] Edit crontab for user\n" \
" -d [user] Delete crontab for user\n" \
" -c dir Specify crontab directory"
#define cryptpw_trivial_usage \
"[-a des|md5] [string]"
@ -2678,7 +2678,6 @@
" 745 root root S [getty]\n" \
" 2990 andersen andersen R ps\n"
#define pscan_trivial_usage \
"[-p MIN_PORT] [-P MAX_PORT] [-t TIMEOUT] [-T MIN_RTT] HOST"
#define pscan_full_usage \