| /* vi: set sw=8 ts=8: */ |
| /* |
| * This file suffers from chronically incorrect tabification |
| * of messages. Before editing this file: |
| * 1. Switch you editor to 8-space tab mode. |
| * 2. Do not use \t in messages, use real tab character. |
| * 3. Start each source line with message as follows: |
| * |<7 spaces>"text with tabs".... |
| * or |
| * |<5 spaces>"\ntext with tabs".... |
| */ |
| #ifndef BB_USAGE_H |
| #define BB_USAGE_H 1 |
| |
| |
| #define NOUSAGE_STR "\b" |
| |
| INSERT |
| |
| #define acpid_trivial_usage \ |
| "[-d] [-c CONFDIR] [-l LOGFILE] [-e PROC_EVENT_FILE] [EVDEV_EVENT_FILE]..." |
| #define acpid_full_usage "\n\n" \ |
| "Listen to ACPI events and spawn specific helpers on event arrival\n" \ |
| "\nOptions:" \ |
| "\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]" \ |
| IF_FEATURE_ACPID_COMPAT( \ |
| "\n\nAccept and ignore compatibility options -g -m -s -S -v" \ |
| ) |
| |
| #define acpid_example_usage \ |
| "# acpid -l /var/log/my-acpi-log\n" \ |
| "# acpid -d /dev/input/event*\n" |
| |
| #define addgroup_trivial_usage \ |
| "[-g GID] " IF_FEATURE_ADDUSER_TO_GROUP("[USER] ") "GROUP" |
| #define addgroup_full_usage "\n\n" \ |
| "Add a group " IF_FEATURE_ADDUSER_TO_GROUP("or add a user to a group") "\n" \ |
| "\nOptions:" \ |
| "\n -g GID Group id" \ |
| "\n -S Create a system group" \ |
| |
| #define adduser_trivial_usage \ |
| "[OPTIONS] USER" |
| #define adduser_full_usage "\n\n" \ |
| "Add a user\n" \ |
| "\nOptions:" \ |
| "\n -h DIR Home directory" \ |
| "\n -g GECOS GECOS field" \ |
| "\n -s SHELL Login shell" \ |
| "\n -G GRP Add user to existing group" \ |
| "\n -S Create a system user" \ |
| "\n -D Don't assign a password" \ |
| "\n -H Don't create home directory" \ |
| "\n -u UID User id" \ |
| |
| #define adjtimex_trivial_usage \ |
| "[-q] [-o OFF] [-f FREQ] [-p TCONST] [-t TICK]" |
| #define adjtimex_full_usage "\n\n" \ |
| "Read and optionally set system timebase parameters. See adjtimex(2)\n" \ |
| "\nOptions:" \ |
| "\n -q Quiet" \ |
| "\n -o OFF Time offset, microseconds" \ |
| "\n -f FREQ Frequency adjust, integer kernel units (65536 is 1ppm)" \ |
| "\n (positive values make clock run faster)" \ |
| "\n -t TICK Microseconds per tick, usually 10000" \ |
| "\n -p TCONST" \ |
| |
| #define ar_trivial_usage \ |
| "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES" |
| #define ar_full_usage "\n\n" \ |
| "Extract or list FILES from an ar archive\n" \ |
| "\nOptions:" \ |
| "\n -o Preserve original dates" \ |
| "\n -p Extract to stdout" \ |
| "\n -t List" \ |
| "\n -x Extract" \ |
| "\n -v Verbose" \ |
| |
| #define arp_trivial_usage \ |
| "\n[-vn] [-H HWTYPE] [-i IF] -a [HOSTNAME]" \ |
| "\n[-v] [-i IF] -d HOSTNAME [pub]" \ |
| "\n[-v] [-H HWTYPE] [-i IF] -s HOSTNAME HWADDR [temp]" \ |
| "\n[-v] [-H HWTYPE] [-i IF] -s HOSTNAME HWADDR [netmask MASK] pub" \ |
| "\n[-v] [-H HWTYPE] [-i IF] -Ds HOSTNAME IFACE [netmask MASK] pub" |
| #define arp_full_usage "\n\n" \ |
| "Manipulate ARP cache\n" \ |
| "\nOptions:" \ |
| "\n -a Display (all) hosts" \ |
| "\n -s Set new ARP entry" \ |
| "\n -d Delete a specified entry" \ |
| "\n -v Verbose" \ |
| "\n -n Don't resolve names" \ |
| "\n -i IF Network interface" \ |
| "\n -D Read <hwaddr> from given device" \ |
| "\n -A, -p AF Protocol family" \ |
| "\n -H HWTYPE Hardware address type" \ |
| |
| #define arping_trivial_usage \ |
| "[-fqbDUA] [-c CNT] [-w TIMEOUT] [-I IFACE] [-s SRC_IP] DST_IP" |
| #define arping_full_usage "\n\n" \ |
| "Send ARP requests/replies\n" \ |
| "\nOptions:" \ |
| "\n -f Quit on first ARP reply" \ |
| "\n -q Quiet" \ |
| "\n -b Keep broadcasting, don't go unicast" \ |
| "\n -D Duplicated address detection mode" \ |
| "\n -U Unsolicited ARP mode, update your neighbors" \ |
| "\n -A ARP answer mode, update your neighbors" \ |
| "\n -c N Stop after sending N ARP requests" \ |
| "\n -w TIMEOUT Time to wait for ARP reply, seconds" \ |
| "\n -I IFACE Interface to use (default eth0)" \ |
| "\n -s SRC_IP Sender IP address" \ |
| "\n DST_IP Target IP address" \ |
| |
| #define sh_trivial_usage NOUSAGE_STR |
| #define sh_full_usage "" |
| #define ash_trivial_usage NOUSAGE_STR |
| #define ash_full_usage "" |
| #define hush_trivial_usage NOUSAGE_STR |
| #define hush_full_usage "" |
| #define lash_trivial_usage NOUSAGE_STR |
| #define lash_full_usage "" |
| #define msh_trivial_usage NOUSAGE_STR |
| #define msh_full_usage "" |
| #define bash_trivial_usage NOUSAGE_STR |
| #define bash_full_usage "" |
| |
| #define awk_trivial_usage \ |
| "[OPTIONS] [AWK_PROGRAM] [FILE]..." |
| #define awk_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -v VAR=VAL Set variable" \ |
| "\n -F SEP Use SEP as field separator" \ |
| "\n -f FILE Read program from FILE" \ |
| |
| #define basename_trivial_usage \ |
| "FILE [SUFFIX]" |
| #define basename_full_usage "\n\n" \ |
| "Strip directory path and .SUFFIX from FILE\n" |
| #define basename_example_usage \ |
| "$ basename /usr/local/bin/foo\n" \ |
| "foo\n" \ |
| "$ basename /usr/local/bin/\n" \ |
| "bin\n" \ |
| "$ basename /foo/bar.txt .txt\n" \ |
| "bar" |
| |
| #define beep_trivial_usage \ |
| "-f FREQ -l LEN -d DELAY -r COUNT -n" |
| #define beep_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -f Frequency in Hz" \ |
| "\n -l Length in ms" \ |
| "\n -d Delay in ms" \ |
| "\n -r Repetitions" \ |
| "\n -n Start new tone" \ |
| |
| #define blkid_trivial_usage \ |
| "" |
| #define blkid_full_usage "\n\n" \ |
| "Print UUIDs of all filesystems" |
| |
| #define brctl_trivial_usage \ |
| "COMMAND [BRIDGE [INTERFACE]]" |
| #define brctl_full_usage "\n\n" \ |
| "Manage ethernet bridges\n" \ |
| "\nCommands:" \ |
| IF_FEATURE_BRCTL_SHOW( \ |
| "\n show Show a list of bridges" \ |
| ) \ |
| "\n addbr BRIDGE Create BRIDGE" \ |
| "\n delbr BRIDGE Delete BRIDGE" \ |
| "\n addif BRIDGE IFACE Add IFACE to BRIDGE" \ |
| "\n delif BRIDGE IFACE Delete IFACE from BRIDGE" \ |
| IF_FEATURE_BRCTL_FANCY( \ |
| "\n setageing BRIDGE TIME Set ageing time" \ |
| "\n setfd BRIDGE TIME Set bridge forward delay" \ |
| "\n sethello BRIDGE TIME Set hello time" \ |
| "\n setmaxage BRIDGE TIME Set max message age" \ |
| "\n setpathcost BRIDGE COST Set path cost" \ |
| "\n setportprio BRIDGE PRIO Set port priority" \ |
| "\n setbridgeprio BRIDGE PRIO Set bridge priority" \ |
| "\n stp BRIDGE [1/yes/on|0/no/off] STP on/off" \ |
| ) \ |
| |
| #define bzip2_trivial_usage \ |
| "[OPTIONS] [FILE]..." |
| #define bzip2_full_usage "\n\n" \ |
| "Compress FILEs (or stdin) with bzip2 algorithm\n" \ |
| "\nOptions:" \ |
| "\n -1..9 Compression level" \ |
| "\n -d Decompress" \ |
| "\n -c Write to stdout" \ |
| "\n -f Force" \ |
| |
| #define busybox_notes_usage \ |
| "Hello world!\n" |
| |
| #define lzop_trivial_usage \ |
| "[-cfvd123456789CF] [FILE]..." |
| #define lzop_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -1..9 Compression level" \ |
| "\n -d Decompress" \ |
| "\n -c Write to stdout" \ |
| "\n -f Force" \ |
| "\n -v Verbose" \ |
| "\n -F Don't store or verify checksum" \ |
| "\n -C Also write checksum of compressed block" \ |
| |
| #define lzopcat_trivial_usage \ |
| "[-vCF] [FILE]..." |
| #define lzopcat_full_usage "\n\n" \ |
| " -v Verbose" \ |
| "\n -F Don't store or verify checksum" \ |
| |
| #define unlzop_trivial_usage \ |
| "[-cfvCF] [FILE]..." |
| #define unlzop_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -c Write to stdout" \ |
| "\n -f Force" \ |
| "\n -v Verbose" \ |
| "\n -F Don't store or verify checksum" \ |
| |
| #define unlzma_trivial_usage \ |
| "[OPTIONS] [FILE]..." |
| #define unlzma_full_usage "\n\n" \ |
| "Decompress FILE (or stdin)\n" \ |
| "\nOptions:" \ |
| "\n -c Write to stdout" \ |
| "\n -f Force" \ |
| |
| #define lzma_trivial_usage \ |
| "-d [OPTIONS] [FILE]..." |
| #define lzma_full_usage "\n\n" \ |
| "Decompress FILE (or stdin)\n" \ |
| "\nOptions:" \ |
| "\n -d Decompress" \ |
| "\n -c Write to stdout" \ |
| "\n -f Force" \ |
| |
| #define lzcat_trivial_usage \ |
| "FILE" |
| #define lzcat_full_usage "\n\n" \ |
| "Decompress to stdout" |
| |
| #define unxz_trivial_usage \ |
| "[OPTIONS] [FILE]..." |
| #define unxz_full_usage "\n\n" \ |
| "Decompress FILE (or stdin)\n" \ |
| "\nOptions:" \ |
| "\n -c Write to stdout" \ |
| "\n -f Force" \ |
| |
| #define xz_trivial_usage \ |
| "-d [OPTIONS] [FILE]..." |
| #define xz_full_usage "\n\n" \ |
| "Decompress FILE (or stdin)\n" \ |
| "\nOptions:" \ |
| "\n -d Decompress" \ |
| "\n -c Write to stdout" \ |
| "\n -f Force" \ |
| |
| #define xzcat_trivial_usage \ |
| "FILE" |
| #define xzcat_full_usage "\n\n" \ |
| "Decompress to stdout" |
| |
| #define cal_trivial_usage \ |
| "[-jy] [[MONTH] YEAR]" |
| #define cal_full_usage "\n\n" \ |
| "Display a calendar\n" \ |
| "\nOptions:" \ |
| "\n -j Use julian dates" \ |
| "\n -y Display the entire year" \ |
| |
| #define cat_trivial_usage \ |
| "[FILE]..." |
| #define cat_full_usage "\n\n" \ |
| "Concatenate FILEs and print them to stdout" \ |
| |
| #define cat_example_usage \ |
| "$ cat /proc/uptime\n" \ |
| "110716.72 17.67" |
| |
| #define catv_trivial_usage \ |
| "[-etv] [FILE]..." |
| #define catv_full_usage "\n\n" \ |
| "Display nonprinting characters as ^x or M-x\n" \ |
| "\nOptions:" \ |
| "\n -e End each line with $" \ |
| "\n -t Show tabs as ^I" \ |
| "\n -v Don't use ^x or M-x escapes" \ |
| |
| #define chat_trivial_usage \ |
| "EXPECT [SEND [EXPECT [SEND...]]]" |
| #define chat_full_usage "\n\n" \ |
| "Useful for interacting with a modem connected to stdin/stdout.\n" \ |
| "A script consists of one or more \"expect-send\" pairs of strings,\n" \ |
| "each pair is a pair of arguments. Example:\n" \ |
| "chat '' ATZ OK ATD123456 CONNECT '' ogin: pppuser word: ppppass '~'" \ |
| |
| #define chattr_trivial_usage \ |
| "[-R] [-+=AacDdijsStTu] [-v VERSION] [FILE]..." |
| #define chattr_full_usage "\n\n" \ |
| "Change file attributes on an ext2 fs\n" \ |
| "\nModifiers:" \ |
| "\n - Remove attributes" \ |
| "\n + Add attributes" \ |
| "\n = Set attributes" \ |
| "\nAttributes:" \ |
| "\n A Don't track atime" \ |
| "\n a Append mode only" \ |
| "\n c Enable compress" \ |
| "\n D Write dir contents synchronously" \ |
| "\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" \ |
| "\n S Write file contents synchronously" \ |
| "\n t Disable tail-merging of partial blocks with other files" \ |
| "\n u Allow file to be undeleted" \ |
| "\nOptions:" \ |
| "\n -R Recurse" \ |
| "\n -v Set the file's version/generation number" \ |
| |
| #define chcon_trivial_usage \ |
| "[OPTIONS] CONTEXT FILE..." \ |
| "\n chcon [OPTIONS] [-u USER] [-r ROLE] [-l RANGE] [-t TYPE] FILE..." \ |
| IF_FEATURE_CHCON_LONG_OPTIONS( \ |
| "\n chcon [OPTIONS] --reference=RFILE FILE..." \ |
| ) |
| #define chcon_full_usage "\n\n" \ |
| "Change the security context of each FILE to CONTEXT\n" \ |
| IF_FEATURE_CHCON_LONG_OPTIONS( \ |
| "\n -v,--verbose Verbose" \ |
| "\n -c,--changes Report changes made" \ |
| "\n -h,--no-dereference Affect symlinks instead of their targets" \ |
| "\n -f,--silent,--quiet Suppress most error messages" \ |
| "\n --reference=RFILE Use RFILE's group instead of using a CONTEXT value" \ |
| "\n -u,--user=USER Set user/role/type/range in the target" \ |
| "\n -r,--role=ROLE security context" \ |
| "\n -t,--type=TYPE" \ |
| "\n -l,--range=RANGE" \ |
| "\n -R,--recursive Recurse" \ |
| ) \ |
| IF_NOT_FEATURE_CHCON_LONG_OPTIONS( \ |
| "\n -v Verbose" \ |
| "\n -c Report changes made" \ |
| "\n -h Affect symlinks instead of their targets" \ |
| "\n -f Suppress most error messages" \ |
| "\n -u USER Set user/role/type/range in the target security context" \ |
| "\n -r ROLE" \ |
| "\n -t TYPE" \ |
| "\n -l RNG" \ |
| "\n -R Recurse" \ |
| ) |
| |
| #define chmod_trivial_usage \ |
| "[-R"IF_DESKTOP("cvf")"] MODE[,MODE]... FILE..." |
| #define chmod_full_usage "\n\n" \ |
| "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 Recurse" \ |
| IF_DESKTOP( \ |
| "\n -c List changed files" \ |
| "\n -v List all files" \ |
| "\n -f Hide errors" \ |
| ) |
| #define chmod_example_usage \ |
| "$ ls -l /tmp/foo\n" \ |
| "-rw-rw-r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" \ |
| "$ chmod u+x /tmp/foo\n" \ |
| "$ ls -l /tmp/foo\n" \ |
| "-rwxrw-r-- 1 root root 0 Apr 12 18:25 /tmp/foo*\n" \ |
| "$ chmod 444 /tmp/foo\n" \ |
| "$ ls -l /tmp/foo\n" \ |
| "-r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" |
| |
| #define chgrp_trivial_usage \ |
| "[-RhLHP"IF_DESKTOP("cvf")"]... GROUP FILE..." |
| #define chgrp_full_usage "\n\n" \ |
| "Change the group membership of each FILE to GROUP\n" \ |
| "\nOptions:" \ |
| "\n -R Recurse" \ |
| "\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 Don't traverse symlinks (default)" \ |
| IF_DESKTOP( \ |
| "\n -c List changed files" \ |
| "\n -v Verbose" \ |
| "\n -f Hide errors" \ |
| ) |
| #define chgrp_example_usage \ |
| "$ ls -l /tmp/foo\n" \ |
| "-r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo\n" \ |
| "$ chgrp root /tmp/foo\n" \ |
| "$ ls -l /tmp/foo\n" \ |
| "-r--r--r-- 1 andersen root 0 Apr 12 18:25 /tmp/foo\n" |
| |
| #define chown_trivial_usage \ |
| "[-RhLHP"IF_DESKTOP("cvf")"]... OWNER[<.|:>[GROUP]] FILE..." |
| #define chown_full_usage "\n\n" \ |
| "Change the owner and/or group of each FILE to OWNER and/or GROUP\n" \ |
| "\nOptions:" \ |
| "\n -R Recurse" \ |
| "\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 Don't traverse symlinks (default)" \ |
| IF_DESKTOP( \ |
| "\n -c List changed files" \ |
| "\n -v List all files" \ |
| "\n -f Hide errors" \ |
| ) |
| #define chown_example_usage \ |
| "$ ls -l /tmp/foo\n" \ |
| "-r--r--r-- 1 andersen andersen 0 Apr 12 18:25 /tmp/foo\n" \ |
| "$ chown root /tmp/foo\n" \ |
| "$ ls -l /tmp/foo\n" \ |
| "-r--r--r-- 1 root andersen 0 Apr 12 18:25 /tmp/foo\n" \ |
| "$ chown root.root /tmp/foo\n" \ |
| "ls -l /tmp/foo\n" \ |
| "-r--r--r-- 1 root root 0 Apr 12 18:25 /tmp/foo\n" |
| |
| #define chpst_trivial_usage \ |
| "[-vP012] [-u USER[:GRP]] [-U USER[:GRP]] [-e DIR]\n" \ |
| " [-/ DIR] [-n NICE] [-m BYTES] [-d BYTES] [-o N]\n" \ |
| " [-p N] [-f BYTES] [-c BYTES] PROG ARGS" |
| #define chpst_full_usage "\n\n" \ |
| "Change the process state, run PROG\n" \ |
| "\nOptions:" \ |
| "\n -u USER[:GRP] Set uid and gid" \ |
| "\n -U USER[:GRP] Set $UID and $GID in environment" \ |
| "\n -e DIR Set environment variables as specified by files" \ |
| "\n in DIR: file=1st_line_of_file" \ |
| "\n -/ DIR Chroot to DIR" \ |
| "\n -n NICE Add NICE to nice value" \ |
| "\n -m BYTES Same as -d BYTES -s BYTES -l BYTES" \ |
| "\n -d BYTES Limit data segment" \ |
| "\n -o N Limit number of open files per process" \ |
| "\n -p N Limit number of processes per uid" \ |
| "\n -f BYTES Limit output file sizes" \ |
| "\n -c BYTES Limit core file size" \ |
| "\n -v Verbose" \ |
| "\n -P Create new process group" \ |
| "\n -0 Close stdin" \ |
| "\n -1 Close stdout" \ |
| "\n -2 Close stderr" \ |
| |
| #define setuidgid_trivial_usage \ |
| "USER PROG ARGS" |
| #define setuidgid_full_usage "\n\n" \ |
| "Set uid and gid to USER's uid and gid, drop supplementary group ids,\n" \ |
| "run PROG" |
| #define envuidgid_trivial_usage \ |
| "USER PROG ARGS" |
| #define envuidgid_full_usage "\n\n" \ |
| "Set $UID to USER's uid and $GID to USER's gid, run PROG" |
| #define envdir_trivial_usage \ |
| "DIR PROG ARGS" |
| #define envdir_full_usage "\n\n" \ |
| "Set various environment variables as specified by files\n" \ |
| "in the directory DIR, run PROG" |
| #define softlimit_trivial_usage \ |
| "[-a BYTES] [-m BYTES] [-d BYTES] [-s BYTES] [-l BYTES]\n" \ |
| " [-f BYTES] [-c BYTES] [-r BYTES] [-o N] [-p N] [-t N]\n" \ |
| " PROG ARGS" |
| #define softlimit_full_usage "\n\n" \ |
| "Set soft resource limits, then run PROG\n" \ |
| "\nOptions:" \ |
| "\n -a BYTES Limit total size of all segments" \ |
| "\n -m BYTES Same as -d BYTES -s BYTES -l BYTES -a BYTES" \ |
| "\n -d BYTES Limit data segment" \ |
| "\n -s BYTES Limit stack segment" \ |
| "\n -l BYTES Limit locked memory size" \ |
| "\n -o N Limit number of open files per process" \ |
| "\n -p N Limit number of processes per uid" \ |
| "\nOptions controlling file sizes:" \ |
| "\n -f BYTES Limit output file sizes" \ |
| "\n -c BYTES Limit core file size" \ |
| "\nEfficiency opts:" \ |
| "\n -r BYTES Limit resident set size" \ |
| "\n -t N Limit CPU time, process receives" \ |
| "\n a SIGXCPU after N seconds" \ |
| |
| #define chroot_trivial_usage \ |
| "NEWROOT [PROG ARGS]" |
| #define chroot_full_usage "\n\n" \ |
| "Run PROG with root directory set to NEWROOT" |
| #define chroot_example_usage \ |
| "$ ls -l /bin/ls\n" \ |
| "lrwxrwxrwx 1 root root 12 Apr 13 00:46 /bin/ls -> /BusyBox\n" \ |
| "# mount /dev/hdc1 /mnt -t minix\n" \ |
| "# chroot /mnt\n" \ |
| "# ls -l /bin/ls\n" \ |
| "-rwxr-xr-x 1 root root 40816 Feb 5 07:45 /bin/ls*\n" |
| |
| #define chvt_trivial_usage \ |
| "N" |
| #define chvt_full_usage "\n\n" \ |
| "Change the foreground virtual terminal to /dev/ttyN" |
| |
| #define cksum_trivial_usage \ |
| "FILES..." |
| #define cksum_full_usage "\n\n" \ |
| "Calculate the CRC32 checksums of FILES" |
| |
| #define clear_trivial_usage \ |
| "" |
| #define clear_full_usage "\n\n" \ |
| "Clear screen" |
| |
| #define cmp_trivial_usage \ |
| "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]]") "]" |
| #define cmp_full_usage "\n\n" \ |
| "Compare FILE1 with FILE2 (or stdin)\n" \ |
| "\nOptions:" \ |
| "\n -l Write the byte numbers (decimal) and values (octal)" \ |
| "\n for all differing bytes" \ |
| "\n -s Quiet" \ |
| |
| #define comm_trivial_usage \ |
| "[-123] FILE1 FILE2" |
| #define comm_full_usage "\n\n" \ |
| "Compare FILE1 with FILE2\n" \ |
| "\nOptions:" \ |
| "\n -1 Suppress lines unique to FILE1" \ |
| "\n -2 Suppress lines unique to FILE2" \ |
| "\n -3 Suppress lines common to both files" \ |
| |
| #define bbconfig_trivial_usage \ |
| "" |
| #define bbconfig_full_usage "\n\n" \ |
| "Print the config file used by busybox build" |
| |
| #define chrt_trivial_usage \ |
| "[OPTIONS] [PRIO] [PID | PROG ARGS]" |
| #define chrt_full_usage "\n\n" \ |
| "Change scheduling priority and class for a process\n" \ |
| "\nOptions:" \ |
| "\n -p Operate on PID" \ |
| "\n -r Set SCHED_RR class" \ |
| "\n -f Set SCHED_FIFO class" \ |
| "\n -o Set SCHED_OTHER class" \ |
| "\n -m Show min/max priorities" \ |
| |
| #define chrt_example_usage \ |
| "$ chrt -r 4 sleep 900; x=$!\n" \ |
| "$ chrt -f -p 3 $x\n" \ |
| "You need CAP_SYS_NICE privileges to set scheduling attributes of a process" |
| |
| #define nice_trivial_usage \ |
| "[-n ADJUST] [PROG ARGS]" |
| #define nice_full_usage "\n\n" \ |
| "Change scheduling priority, run PROG\n" \ |
| "\nOptions:" \ |
| "\n -n ADJUST Adjust priority by ADJUST" \ |
| |
| #define renice_trivial_usage \ |
| "{{-n INCREMENT} | PRIORITY} [[-p | -g | -u] ID...]" |
| #define renice_full_usage "\n\n" \ |
| "Change scheduling priority for a running process\n" \ |
| "\nOptions:" \ |
| "\n -n Adjust current nice value (smaller is faster)" \ |
| "\n -p Process id(s) (default)" \ |
| "\n -g Process group id(s)" \ |
| "\n -u Process user name(s) and/or id(s)" \ |
| |
| #define ionice_trivial_usage \ |
| "[-c 1-3] [-n 0-7] [-p PID] [PROG]" |
| #define ionice_full_usage "\n\n" \ |
| "Change I/O priority and class\n" \ |
| "\nOptions:" \ |
| "\n -c Class. 1:realtime 2:best-effort 3:idle" \ |
| "\n -n Priority" \ |
| |
| #define cp_trivial_usage \ |
| "[OPTIONS] SOURCE DEST" |
| #define cp_full_usage "\n\n" \ |
| "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY\n" \ |
| "\nOptions:" \ |
| "\n -a Same as -dpR" \ |
| IF_SELINUX( \ |
| "\n -c Preserve security context" \ |
| ) \ |
| "\n -R,-r Recurse" \ |
| "\n -d,-P Preserve symlinks (default if -R)" \ |
| "\n -L Follow all symlinks" \ |
| "\n -H Follow symlinks on command line" \ |
| "\n -p Preserve file attributes if possible" \ |
| "\n -f Overwrite" \ |
| "\n -i Prompt before overwrite" \ |
| "\n -l,-s Create (sym)links" \ |
| |
| #define cpio_trivial_usage \ |
| "[-dmvu] [-F FILE]" IF_FEATURE_CPIO_O(" [-H newc]") \ |
| " [-ti"IF_FEATURE_CPIO_O("o")"]" IF_FEATURE_CPIO_P(" [-p DIR]") |
| #define cpio_full_usage "\n\n" \ |
| "Extract or list files from a cpio archive" \ |
| IF_FEATURE_CPIO_O(", or" \ |
| "\ncreate an archive" IF_FEATURE_CPIO_P(" (-o) or copy files (-p)") \ |
| " using file list on stdin" \ |
| ) \ |
| "\n" \ |
| "\nMain operation mode:" \ |
| "\n -t List" \ |
| "\n -i Extract" \ |
| IF_FEATURE_CPIO_O( \ |
| "\n -o Create (requires -H newc)" \ |
| ) \ |
| IF_FEATURE_CPIO_P( \ |
| "\n -p DIR Copy files to DIR" \ |
| ) \ |
| "\nOptions:" \ |
| "\n -d Make leading directories" \ |
| "\n -m Preserve mtime" \ |
| "\n -v Verbose" \ |
| "\n -u Overwrite" \ |
| "\n -F FILE Input (-t,-i,-p) or output (-o) file" \ |
| IF_FEATURE_CPIO_O( \ |
| "\n -H newc Archive format" \ |
| ) \ |
| |
| #define crond_trivial_usage \ |
| "-fbS -l N " IF_FEATURE_CROND_D("-d N ") "-L LOGFILE -c DIR" |
| #define crond_full_usage "\n\n" \ |
| " -f Foreground" \ |
| "\n -b Background (default)" \ |
| "\n -S Log to syslog (default)" \ |
| "\n -l Set log level. 0 is the most verbose, default 8" \ |
| IF_FEATURE_CROND_D( \ |
| "\n -d Set log level, log to stderr" \ |
| ) \ |
| "\n -L Log to file" \ |
| "\n -c Working dir" \ |
| |
| #define crontab_trivial_usage \ |
| "[-c DIR] [-u USER] [-ler]|[FILE]" |
| #define crontab_full_usage "\n\n" \ |
| " -c Crontab directory" \ |
| "\n -u User" \ |
| "\n -l List crontab" \ |
| "\n -e Edit crontab" \ |
| "\n -r Delete crontab" \ |
| "\n FILE Replace crontab by FILE ('-': stdin)" \ |
| |
| #define cryptpw_trivial_usage \ |
| "[OPTIONS] [PASSWORD] [SALT]" |
| /* We do support -s, we just don't mention it */ |
| #define cryptpw_full_usage "\n\n" \ |
| "Crypt the PASSWORD using crypt(3)\n" \ |
| "\nOptions:" \ |
| IF_LONG_OPTS( \ |
| "\n -P,--password-fd=N Read password from fd N" \ |
| /* "\n -s,--stdin Use stdin; like -P0" */ \ |
| "\n -m,--method=TYPE Encryption method TYPE" \ |
| "\n -S,--salt=SALT" \ |
| ) \ |
| IF_NOT_LONG_OPTS( \ |
| "\n -P N Read password from fd N" \ |
| /* "\n -s Use stdin; like -P0" */ \ |
| "\n -m TYPE Encryption method TYPE" \ |
| "\n -S SALT" \ |
| ) \ |
| |
| /* mkpasswd is an alias to cryptpw */ |
| |
| #define mkpasswd_trivial_usage \ |
| "[OPTIONS] [PASSWORD] [SALT]" |
| /* We do support -s, we just don't mention it */ |
| #define mkpasswd_full_usage "\n\n" \ |
| "Crypt the PASSWORD using crypt(3)\n" \ |
| "\nOptions:" \ |
| IF_LONG_OPTS( \ |
| "\n -P,--password-fd=N Read password from fd N" \ |
| /* "\n -s,--stdin Use stdin; like -P0" */ \ |
| "\n -m,--method=TYPE Encryption method TYPE" \ |
| "\n -S,--salt=SALT" \ |
| ) \ |
| IF_NOT_LONG_OPTS( \ |
| "\n -P N Read password from fd N" \ |
| /* "\n -s Use stdin; like -P0" */ \ |
| "\n -m TYPE Encryption method TYPE" \ |
| "\n -S SALT" \ |
| ) \ |
| |
| #define cttyhack_trivial_usage \ |
| "PROG ARGS" |
| #define cttyhack_full_usage "\n\n" \ |
| "Give PROG a controlling tty if possible." \ |
| "\nExample for /etc/inittab (for busybox init):" \ |
| "\n ::respawn:/bin/cttyhack /bin/sh" \ |
| "\nGiving controlling tty to shell running with PID 1:" \ |
| "\n $ exec cttyhack sh" \ |
| "\nStarting interactive shell from boot shell script:" \ |
| "\n setsid cttyhack sh" \ |
| |
| #define cut_trivial_usage \ |
| "[OPTIONS] [FILE]..." |
| #define cut_full_usage "\n\n" \ |
| "Print selected fields from each input FILE to stdout\n" \ |
| "\nOptions:" \ |
| "\n -b LIST Output only bytes from LIST" \ |
| "\n -c LIST Output only characters from LIST" \ |
| "\n -d CHAR Use CHAR instead of tab as the field delimiter" \ |
| "\n -s Output only the lines containing delimiter" \ |
| "\n -f N Print only these fields" \ |
| "\n -n Ignored" \ |
| |
| #define cut_example_usage \ |
| "$ echo \"Hello world\" | cut -f 1 -d ' '\n" \ |
| "Hello\n" \ |
| "$ echo \"Hello world\" | cut -f 2 -d ' '\n" \ |
| "world\n" |
| |
| #define date_trivial_usage \ |
| "[OPTIONS] [+FMT] [TIME]" |
| #define date_full_usage "\n\n" \ |
| "Display time (using +FMT), or set time\n" \ |
| "\nOptions:" \ |
| IF_NOT_LONG_OPTS( \ |
| "\n [-s] TIME Set time to TIME" \ |
| "\n -u Work in UTC (don't convert to local time)" \ |
| "\n -R Output RFC-2822 compliant date string" \ |
| ) IF_LONG_OPTS( \ |
| "\n [-s,--set] TIME Set time to TIME" \ |
| "\n -u,--utc Work in UTC (don't convert to local time)" \ |
| "\n -R,--rfc-2822 Output RFC-2822 compliant date string" \ |
| ) \ |
| IF_FEATURE_DATE_ISOFMT( \ |
| "\n -I[SPEC] Output ISO-8601 compliant date string" \ |
| "\n SPEC='date' (default) for date only," \ |
| "\n 'hours', 'minutes', or 'seconds' for date and" \ |
| "\n time to the indicated precision" \ |
| ) IF_NOT_LONG_OPTS( \ |
| "\n -r FILE Display last modification time of FILE" \ |
| "\n -d TIME Display TIME, not 'now'" \ |
| ) IF_LONG_OPTS( \ |
| "\n -r,--reference FILE Display last modification time of FILE" \ |
| "\n -d,--date TIME Display TIME, not 'now'" \ |
| ) \ |
| IF_FEATURE_DATE_ISOFMT( \ |
| "\n -D FMT Use FMT for -d TIME conversion" \ |
| ) \ |
| "\n" \ |
| "\nRecognized TIME formats:" \ |
| "\n hh:mm[:ss]" \ |
| "\n [YYYY.]MM.DD-hh:mm[:ss]" \ |
| "\n YYYY-MM-DD hh:mm[:ss]" \ |
| "\n [[[[[YY]YY]MM]DD]hh]mm[.ss]" \ |
| |
| #define date_example_usage \ |
| "$ date\n" \ |
| "Wed Apr 12 18:52:41 MDT 2000\n" |
| |
| #define dc_trivial_usage \ |
| "expression..." |
| #define dc_full_usage "\n\n" \ |
| "Tiny RPN calculator. Operations:\n" \ |
| "+, add, -, sub, *, mul, /, div, %, mod, **, exp, and, or, not, eor,\n" \ |
| "p - print top of the stack (without altering the stack),\n" \ |
| "f - print entire stack, o - pop the value and set output radix\n" \ |
| "(value must be 10 or 16).\n" \ |
| "Examples: 'dc 2 2 add' -> 4, 'dc 8 8 * 2 2 + /' -> 16\n" \ |
| |
| #define dc_example_usage \ |
| "$ dc 2 2 + p\n" \ |
| "4\n" \ |
| "$ dc 8 8 \\* 2 2 + / p\n" \ |
| "16\n" \ |
| "$ dc 0 1 and p\n" \ |
| "0\n" \ |
| "$ dc 0 1 or p\n" \ |
| "1\n" \ |
| "$ echo 72 9 div 8 mul p | dc\n" \ |
| "64\n" |
| |
| #define dd_trivial_usage \ |
| "[if=FILE] [of=FILE] " IF_FEATURE_DD_IBS_OBS("[ibs=N] [obs=N] ") "[bs=N] [count=N] [skip=N]\n" \ |
| " [seek=N]" IF_FEATURE_DD_IBS_OBS(" [conv=notrunc|noerror|sync|fsync]") |
| #define dd_full_usage "\n\n" \ |
| "Copy a file with converting and formatting\n" \ |
| "\nOptions:" \ |
| "\n if=FILE Read from FILE instead of stdin" \ |
| "\n of=FILE Write to FILE instead of stdout" \ |
| "\n bs=N Read and write N bytes at a time" \ |
| IF_FEATURE_DD_IBS_OBS( \ |
| "\n ibs=N Read N bytes at a time" \ |
| ) \ |
| IF_FEATURE_DD_IBS_OBS( \ |
| "\n obs=N Write N bytes at a time" \ |
| ) \ |
| "\n count=N Copy only N input blocks" \ |
| "\n skip=N Skip N input blocks" \ |
| "\n seek=N Skip N output blocks" \ |
| IF_FEATURE_DD_IBS_OBS( \ |
| "\n conv=notrunc Don't truncate output file" \ |
| "\n conv=noerror Continue after read errors" \ |
| "\n conv=sync Pad blocks with zeros" \ |
| "\n conv=fsync Physically write data out before finishing" \ |
| ) \ |
| "\n" \ |
| "\nNumbers may be suffixed by c (x1), w (x2), b (x512), kD (x1000), k (x1024)," \ |
| "\nMD (x1000000), M (x1048576), GD (x1000000000) or G (x1073741824)" \ |
| |
| #define dd_example_usage \ |
| "$ dd if=/dev/zero of=/dev/ram1 bs=1M count=4\n" \ |
| "4+0 records in\n" \ |
| "4+0 records out\n" |
| |
| #define deallocvt_trivial_usage \ |
| "[N]" |
| #define deallocvt_full_usage "\n\n" \ |
| "Deallocate unused virtual terminal /dev/ttyN" |
| |
| #define delgroup_trivial_usage \ |
| IF_FEATURE_DEL_USER_FROM_GROUP("[USER] ")"GROUP" |
| #define delgroup_full_usage "\n\n" \ |
| "Delete group GROUP from the system" \ |
| IF_FEATURE_DEL_USER_FROM_GROUP(" or user USER from group GROUP") |
| |
| #define deluser_trivial_usage \ |
| "USER" |
| #define deluser_full_usage "\n\n" \ |
| "Delete USER from the system" |
| |
| #define depmod_trivial_usage NOUSAGE_STR |
| #define depmod_full_usage "" |
| |
| #define devmem_trivial_usage \ |
| "ADDRESS [WIDTH [VALUE]]" |
| |
| #define devmem_full_usage "\n\n" \ |
| "Read/write from physical address\n" \ |
| "\n ADDRESS Address to act upon" \ |
| "\n WIDTH Width (8/16/...)" \ |
| "\n VALUE Data to be written" \ |
| |
| #define devfsd_trivial_usage \ |
| "mntpnt [-v]" IF_DEVFSD_FG_NP("[-fg][-np]") |
| #define devfsd_full_usage "\n\n" \ |
| "Manage devfs permissions and old device name symlinks\n" \ |
| "\nOptions:" \ |
| "\n mntpnt The mount point where devfs is mounted" \ |
| "\n -v Print the protocol version numbers for devfsd" \ |
| "\n and the kernel-side protocol version and exit" \ |
| IF_DEVFSD_FG_NP( \ |
| "\n -fg Run in foreground" \ |
| "\n -np Exit after parsing the configuration file" \ |
| "\n and processing synthetic REGISTER events," \ |
| "\n don't poll for events" \ |
| ) |
| |
| #define df_trivial_usage \ |
| "[-Pk" \ |
| IF_FEATURE_HUMAN_READABLE("mh") \ |
| IF_FEATURE_DF_FANCY("ai] [-B SIZE") \ |
| "] [FILESYSTEM]..." |
| #define df_full_usage "\n\n" \ |
| "Print filesystem usage statistics\n" \ |
| "\nOptions:" \ |
| "\n -P POSIX output format" \ |
| "\n -k 1024-byte blocks (default)" \ |
| IF_FEATURE_HUMAN_READABLE( \ |
| "\n -m 1M-byte blocks" \ |
| "\n -h Human readable (e.g. 1K 243M 2G)" \ |
| ) \ |
| IF_FEATURE_DF_FANCY( \ |
| "\n -a Show all filesystems" \ |
| "\n -i Inodes" \ |
| "\n -B SIZE Blocksize" \ |
| ) \ |
| |
| #define df_example_usage \ |
| "$ df\n" \ |
| "Filesystem 1K-blocks Used Available Use% Mounted on\n" \ |
| "/dev/sda3 8690864 8553540 137324 98% /\n" \ |
| "/dev/sda1 64216 36364 27852 57% /boot\n" \ |
| "$ df /dev/sda3\n" \ |
| "Filesystem 1K-blocks Used Available Use% Mounted on\n" \ |
| "/dev/sda3 8690864 8553540 137324 98% /\n" \ |
| "$ POSIXLY_CORRECT=sure df /dev/sda3\n" \ |
| "Filesystem 512B-blocks Used Available Use% Mounted on\n" \ |
| "/dev/sda3 17381728 17107080 274648 98% /\n" \ |
| "$ POSIXLY_CORRECT=yep df -P /dev/sda3\n" \ |
| "Filesystem 512-blocks Used Available Capacity Mounted on\n" \ |
| "/dev/sda3 17381728 17107080 274648 98% /\n" |
| |
| #define dhcprelay_trivial_usage \ |
| "CLIENT_IFACE[,CLIENT_IFACE2]... SERVER_IFACE [SERVER_IP]" |
| #define dhcprelay_full_usage "\n\n" \ |
| "Relay DHCP requests between clients and server" \ |
| |
| #define diff_trivial_usage \ |
| "[-abBdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2" |
| #define diff_full_usage "\n\n" \ |
| "Compare files line by line and output the differences between them.\n" \ |
| "This implementation supports unified diffs only.\n" \ |
| "\nOptions:" \ |
| "\n -a Treat all files as text" \ |
| "\n -b Ignore changes in the amount of whitespace" \ |
| "\n -B Ignore changes whose lines are all blank" \ |
| "\n -d Try hard to find a smaller set of changes" \ |
| "\n -i Ignore case differences" \ |
| "\n -L Use LABEL instead of the filename in the unified header" \ |
| "\n -N Treat absent files as empty" \ |
| "\n -q Output only whether files differ" \ |
| "\n -r Recurse" \ |
| "\n -S Start with FILE when comparing directories" \ |
| "\n -T Make tabs line up by prefixing a tab when necessary" \ |
| "\n -s Report when two files are the same" \ |
| "\n -t Expand tabs to spaces in output" \ |
| "\n -U Output LINES lines of context" \ |
| "\n -w Ignore all whitespace" \ |
| |
| #define dirname_trivial_usage \ |
| "FILENAME" |
| #define dirname_full_usage "\n\n" \ |
| "Strip non-directory suffix from FILENAME" |
| #define dirname_example_usage \ |
| "$ dirname /tmp/foo\n" \ |
| "/tmp\n" \ |
| "$ dirname /tmp/foo/\n" \ |
| "/tmp\n" |
| |
| #define dmesg_trivial_usage \ |
| "[-c] [-n LEVEL] [-s SIZE]" |
| #define dmesg_full_usage "\n\n" \ |
| "Print or control the kernel ring buffer\n" \ |
| "\nOptions:" \ |
| "\n -c Clear ring buffer after printing" \ |
| "\n -n LEVEL Set console logging level" \ |
| "\n -s SIZE Buffer size" \ |
| |
| #define dnsd_trivial_usage \ |
| "[-dvs] [-c CONFFILE] [-t TTL_SEC] [-p PORT] [-i ADDR]" |
| #define dnsd_full_usage "\n\n" \ |
| "Small static DNS server daemon\n" \ |
| "\nOptions:" \ |
| "\n -c FILE Config file" \ |
| "\n -t SEC TTL" \ |
| "\n -p PORT Listen on PORT" \ |
| "\n -i ADDR Listen on ADDR" \ |
| "\n -d Daemonize" \ |
| "\n -v Verbose" \ |
| "\n -s Send successful replies only. Use this if you want" \ |
| "\n to use /etc/resolv.conf with two nameserver lines:" \ |
| "\n nameserver DNSD_SERVER" \ |
| "\n nameserver NORNAL_DNS_SERVER" \ |
| |
| #define dos2unix_trivial_usage \ |
| "[OPTIONS] [FILE]" |
| #define dos2unix_full_usage "\n\n" \ |
| "Convert FILE in-place from DOS to Unix format.\n" \ |
| "When no file is given, use stdin/stdout.\n" \ |
| "\nOptions:" \ |
| "\n -u dos2unix" \ |
| "\n -d unix2dos" \ |
| |
| #define unix2dos_trivial_usage \ |
| "[OPTIONS] [FILE]" |
| #define unix2dos_full_usage "\n\n" \ |
| "Convert FILE in-place from Unix to DOS format.\n" \ |
| "When no file is given, use stdin/stdout.\n" \ |
| "\nOptions:" \ |
| "\n -u dos2unix" \ |
| "\n -d unix2dos" \ |
| |
| #define dpkg_trivial_usage \ |
| "[-ilCPru] [-F OPT] PACKAGE" |
| #define dpkg_full_usage "\n\n" \ |
| "Install, remove and manage Debian packages\n" \ |
| "\nOptions:" \ |
| IF_LONG_OPTS( \ |
| "\n -i,--install Install the package" \ |
| "\n -l,--list List of installed packages" \ |
| "\n --configure Configure an unpackaged package" \ |
| "\n -P,--purge Purge all files of a package" \ |
| "\n -r,--remove Remove all but the configuration files for a package" \ |
| "\n --unpack Unpack a package, but don't configure it" \ |
| "\n --force-depends Ignore dependency problems" \ |
| "\n --force-confnew Overwrite existing config files when installing" \ |
| "\n --force-confold Keep old config files when installing" \ |
| ) \ |
| IF_NOT_LONG_OPTS( \ |
| "\n -i Install the package" \ |
| "\n -l List of installed packages" \ |
| "\n -C Configure an unpackaged package" \ |
| "\n -P Purge all files of a package" \ |
| "\n -r Remove all but the configuration files for a package" \ |
| "\n -u Unpack a package, but don't configure it" \ |
| "\n -F depends Ignore dependency problems" \ |
| "\n -F confnew Overwrite existing config files when installing" \ |
| "\n -F confold Keep old config files when installing" \ |
| ) |
| |
| #define dpkg_deb_trivial_usage \ |
| "[-cefxX] FILE [argument]" |
| #define dpkg_deb_full_usage "\n\n" \ |
| "Perform actions on Debian packages (.debs)\n" \ |
| "\nOptions:" \ |
| "\n -c List contents of filesystem tree" \ |
| "\n -e Extract control files to [argument] directory" \ |
| "\n -f Display control field name starting with [argument]" \ |
| "\n -x Extract packages filesystem tree to directory" \ |
| "\n -X Verbose extract" \ |
| |
| #define dpkg_deb_example_usage \ |
| "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n" |
| |
| #define du_trivial_usage \ |
| "[-aHLdclsx" IF_FEATURE_HUMAN_READABLE("hm") "k] [FILE]..." |
| #define du_full_usage "\n\n" \ |
| "Summarize disk space used for each FILE and/or directory.\n" \ |
| "Disk space is printed in units of " \ |
| IF_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("1024") \ |
| IF_NOT_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("512") \ |
| " bytes.\n" \ |
| "\nOptions:" \ |
| "\n -a Show file sizes too" \ |
| "\n -L Follow all symlinks" \ |
| "\n -H Follow symlinks on command line" \ |
| "\n -d N Limit output to directories (and files with -a) of depth < N" \ |
| "\n -c Show grand total" \ |
| "\n -l Count sizes many times if hard linked" \ |
| "\n -s Display only a total for each argument" \ |
| "\n -x Skip directories on different filesystems" \ |
| IF_FEATURE_HUMAN_READABLE( \ |
| "\n -h Sizes in human readable format (e.g., 1K 243M 2G )" \ |
| "\n -m Sizes in megabytes" \ |
| ) \ |
| "\n -k Sizes in kilobytes" \ |
| IF_FEATURE_DU_DEFAULT_BLOCKSIZE_1K(" (default)") \ |
| |
| #define du_example_usage \ |
| "$ du\n" \ |
| "16 ./CVS\n" \ |
| "12 ./kernel-patches/CVS\n" \ |
| "80 ./kernel-patches\n" \ |
| "12 ./tests/CVS\n" \ |
| "36 ./tests\n" \ |
| "12 ./scripts/CVS\n" \ |
| "16 ./scripts\n" \ |
| "12 ./docs/CVS\n" \ |
| "104 ./docs\n" \ |
| "2417 .\n" |
| |
| #define dumpkmap_trivial_usage \ |
| "> keymap" |
| #define dumpkmap_full_usage "\n\n" \ |
| "Print a binary keyboard translation table to stdout" |
| #define dumpkmap_example_usage \ |
| "$ dumpkmap > keymap\n" |
| |
| #define dumpleases_trivial_usage \ |
| "[-r|-a] [-f LEASEFILE]" |
| #define dumpleases_full_usage "\n\n" \ |
| "Display DHCP leases granted by udhcpd\n" \ |
| "\nOptions:" \ |
| IF_LONG_OPTS( \ |
| "\n -f,--file=FILE Lease file" \ |
| "\n -r,--remaining Show remaining time" \ |
| "\n -a,--absolute Show expiration time" \ |
| ) \ |
| IF_NOT_LONG_OPTS( \ |
| "\n -f FILE Lease file" \ |
| "\n -r Show remaining time" \ |
| "\n -a Show expiration time" \ |
| ) |
| |
| /* |
| #define e2fsck_trivial_usage \ |
| "[-panyrcdfvstDFSV] [-b superblock] [-B blocksize] " \ |
| "[-I inode_buffer_blocks] [-P process_inode_size] " \ |
| "[-l|-L bad_blocks_file] [-C fd] [-j external_journal] " \ |
| "[-E extended-options] device" |
| #define e2fsck_full_usage "\n\n" \ |
| "Check ext2/ext3 file system\n" \ |
| "\nOptions:" \ |
| "\n -p Automatic repair (no questions)" \ |
| "\n -n Make no changes to the filesystem" \ |
| "\n -y Assume 'yes' to all questions" \ |
| "\n -c Check for bad blocks and add them to the badblock list" \ |
| "\n -f Force checking even if filesystem is marked clean" \ |
| "\n -v Verbose" \ |
| "\n -b superblock Use alternative superblock" \ |
| "\n -B blocksize Force blocksize when looking for superblock" \ |
| "\n -j journal Set location of the external journal" \ |
| "\n -l file Add to badblocks list" \ |
| "\n -L file Set badblocks list" \ |
| */ |
| |
| #define echo_trivial_usage \ |
| IF_FEATURE_FANCY_ECHO("[-neE] ") "[ARG]..." |
| #define echo_full_usage "\n\n" \ |
| "Print the specified ARGs to stdout" \ |
| IF_FEATURE_FANCY_ECHO( "\n" \ |
| "\nOptions:" \ |
| "\n -n Suppress trailing newline" \ |
| "\n -e Interpret backslash escapes (i.e., \\t=tab)" \ |
| "\n -E Don't interpret backslash escapes (default)" \ |
| ) |
| #define echo_example_usage \ |
| "$ echo \"Erik is cool\"\n" \ |
| "Erik is cool\n" \ |
| IF_FEATURE_FANCY_ECHO("$ echo -e \"Erik\\nis\\ncool\"\n" \ |
| "Erik\n" \ |
| "is\n" \ |
| "cool\n" \ |
| "$ echo \"Erik\\nis\\ncool\"\n" \ |
| "Erik\\nis\\ncool\n") |
| |
| #define eject_trivial_usage \ |
| "[-t] [-T] [DEVICE]" |
| #define eject_full_usage "\n\n" \ |
| "Eject DEVICE or default /dev/cdrom\n" \ |
| "\nOptions:" \ |
| IF_FEATURE_EJECT_SCSI( \ |
| "\n -s SCSI device" \ |
| ) \ |
| "\n -t Close tray" \ |
| "\n -T Open/close tray (toggle)" \ |
| |
| #define ed_trivial_usage "" |
| #define ed_full_usage "" |
| |
| #define env_trivial_usage \ |
| "[-iu] [-] [name=value]... [PROG ARGS]" |
| #define env_full_usage "\n\n" \ |
| "Print the current environment or run PROG after setting up\n" \ |
| "the specified environment\n" \ |
| "\nOptions:" \ |
| "\n -, -i Start with an empty environment" \ |
| "\n -u Remove variable from the environment" \ |
| |
| #define ether_wake_trivial_usage \ |
| "[-b] [-i iface] [-p aa:bb:cc:dd[:ee:ff]] MAC" |
| #define ether_wake_full_usage "\n\n" \ |
| "Send a magic packet to wake up sleeping machines.\n" \ |
| "MAC must be a station address (00:11:22:33:44:55) or\n" \ |
| "a hostname with a known 'ethers' entry.\n" \ |
| "\nOptions:" \ |
| "\n -b Send wake-up packet to the broadcast address" \ |
| "\n -i iface Interface to use (default eth0)" \ |
| "\n -p pass Append four or six byte password PW to the packet" \ |
| |
| #define expand_trivial_usage \ |
| "[-i] [-t N] [FILE]..." |
| #define expand_full_usage "\n\n" \ |
| "Convert tabs to spaces, writing to stdout\n" \ |
| "\nOptions:" \ |
| IF_FEATURE_EXPAND_LONG_OPTIONS( \ |
| "\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 Don't convert tabs after non blanks" \ |
| "\n -t Tabstops every N chars" \ |
| ) |
| |
| #define expr_trivial_usage \ |
| "EXPRESSION" |
| #define expr_full_usage "\n\n" \ |
| "Print the value of EXPRESSION to stdout\n" \ |
| "\n" \ |
| "EXPRESSION may be:\n" \ |
| " ARG1 | ARG2 ARG1 if it is neither null nor 0, otherwise ARG2\n" \ |
| " ARG1 & ARG2 ARG1 if neither argument is null or 0, otherwise 0\n" \ |
| " ARG1 < ARG2 1 if ARG1 is less than ARG2, else 0. Similarly:\n" \ |
| " ARG1 <= ARG2\n" \ |
| " ARG1 = ARG2\n" \ |
| " ARG1 != ARG2\n" \ |
| " ARG1 >= ARG2\n" \ |
| " ARG1 > ARG2\n" \ |
| " ARG1 + ARG2 Sum of ARG1 and ARG2. Similarly:\n" \ |
| " ARG1 - ARG2\n" \ |
| " ARG1 * ARG2\n" \ |
| " ARG1 / ARG2\n" \ |
| " ARG1 % ARG2\n" \ |
| " STRING : REGEXP Anchored pattern match of REGEXP in STRING\n" \ |
| " match STRING REGEXP Same as STRING : REGEXP\n" \ |
| " substr STRING POS LENGTH Substring of STRING, POS counted from 1\n" \ |
| " index STRING CHARS Index in STRING where any CHARS is found, or 0\n" \ |
| " length STRING Length of STRING\n" \ |
| " quote TOKEN Interpret TOKEN as a string, even if\n" \ |
| " it is a keyword like 'match' or an\n" \ |
| " operator like '/'\n" \ |
| " (EXPRESSION) Value of EXPRESSION\n" \ |
| "\n" \ |
| "Beware that many operators need to be escaped or quoted for shells.\n" \ |
| "Comparisons are arithmetic if both ARGs are numbers, else\n" \ |
| "lexicographical. Pattern matches return the string matched between\n" \ |
| "\\( and \\) or null; if \\( and \\) are not used, they return the number\n" \ |
| "of characters matched or 0." |
| |
| #define fakeidentd_trivial_usage \ |
| "[-fiw] [-b ADDR] [STRING]" |
| #define fakeidentd_full_usage "\n\n" \ |
| "Provide fake ident (auth) service\n" \ |
| "\nOptions:" \ |
| "\n -f Run in foreground" \ |
| "\n -i Inetd mode" \ |
| "\n -w Inetd 'wait' mode" \ |
| "\n -b ADDR Bind to specified address" \ |
| "\n STRING Ident answer string (default: nobody)" \ |
| |
| #define false_trivial_usage \ |
| "" |
| #define false_full_usage "\n\n" \ |
| "Return an exit code of FALSE (1)" |
| |
| #define false_example_usage \ |
| "$ false\n" \ |
| "$ echo $?\n" \ |
| "1\n" |
| |
| #define fbsplash_trivial_usage \ |
| "-s IMGFILE [-c] [-d DEV] [-i INIFILE] [-f CMD]" |
| #define fbsplash_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -s Image" \ |
| "\n -c Hide cursor" \ |
| "\n -d Framebuffer device (default /dev/fb0)" \ |
| "\n -i Config file (var=value):" \ |
| "\n BAR_LEFT,BAR_TOP,BAR_WIDTH,BAR_HEIGHT" \ |
| "\n BAR_R,BAR_G,BAR_B" \ |
| "\n -f Control pipe (else exit after drawing image)" \ |
| "\n commands: 'NN' (% for progress bar) or 'exit'" \ |
| |
| #define fbset_trivial_usage \ |
| "[OPTIONS] [MODE]" |
| #define fbset_full_usage "\n\n" \ |
| "Show and modify frame buffer settings" |
| |
| #define fbset_example_usage \ |
| "$ fbset\n" \ |
| "mode \"1024x768-76\"\n" \ |
| " # D: 78.653 MHz, H: 59.949 kHz, V: 75.694 Hz\n" \ |
| " geometry 1024 768 1024 768 16\n" \ |
| " timings 12714 128 32 16 4 128 4\n" \ |
| " accel false\n" \ |
| " rgba 5/11,6/5,5/0,0/0\n" \ |
| "endmode\n" |
| |
| #define fdflush_trivial_usage \ |
| "DEVICE" |
| #define fdflush_full_usage "\n\n" \ |
| "Force floppy disk drive to detect disk change" |
| |
| #define fdformat_trivial_usage \ |
| "[-n] DEVICE" |
| #define fdformat_full_usage "\n\n" \ |
| "Format floppy disk\n" \ |
| "\nOptions:" \ |
| "\n -n Don't verify after format" \ |
| |
| /* Looks like someone forgot to add this to config system */ |
| #ifndef ENABLE_FEATURE_FDISK_BLKSIZE |
| # define ENABLE_FEATURE_FDISK_BLKSIZE 0 |
| # define IF_FEATURE_FDISK_BLKSIZE(a) |
| #endif |
| |
| #define fdisk_trivial_usage \ |
| "[-ul" IF_FEATURE_FDISK_BLKSIZE("s") "] " \ |
| "[-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK" |
| #define fdisk_full_usage "\n\n" \ |
| "Change partition table\n" \ |
| "\nOptions:" \ |
| "\n -u Start and End are in sectors (instead of cylinders)" \ |
| "\n -l Show partition table for each DISK, then exit" \ |
| IF_FEATURE_FDISK_BLKSIZE( \ |
| "\n -s Show partition sizes in kb for each DISK, then exit" \ |
| ) \ |
| "\n -b 2048 (for certain MO disks) use 2048-byte sectors" \ |
| "\n -C CYLINDERS Set number of cylinders/heads/sectors" \ |
| "\n -H HEADS" \ |
| "\n -S SECTORS" \ |
| |
| #define fgconsole_trivial_usage \ |
| "" |
| #define fgconsole_full_usage "\n\n" \ |
| "Get active console" |
| |
| #define findfs_trivial_usage \ |
| "LABEL=label or UUID=uuid" |
| #define findfs_full_usage "\n\n" \ |
| "Find a filesystem device based on a label or UUID" |
| #define findfs_example_usage \ |
| "$ findfs LABEL=MyDevice" |
| |
| #define flash_lock_trivial_usage \ |
| "MTD_DEVICE OFFSET SECTORS" |
| #define flash_lock_full_usage "\n\n" \ |
| "Lock part or all of an MTD device. If SECTORS is -1, then all sectors\n" \ |
| "will be locked, regardless of the value of OFFSET" |
| |
| #define flash_unlock_trivial_usage \ |
| "MTD_DEVICE" |
| #define flash_unlock_full_usage "\n\n" \ |
| "Unlock an MTD device" |
| |
| #define flash_eraseall_trivial_usage \ |
| "[-jq] MTD_DEVICE" |
| #define flash_eraseall_full_usage "\n\n" \ |
| "Erase an MTD device\n" \ |
| "\nOptions:" \ |
| "\n -j Format the device for jffs2" \ |
| "\n -q Don't display progress messages" \ |
| |
| #define flashcp_trivial_usage \ |
| "-v FILE MTD_DEVICE" |
| #define flashcp_full_usage "\n\n" \ |
| "Copy an image to MTD device\n" \ |
| "\nOptions:" \ |
| "\n -v Verbose" \ |
| |
| #define flock_trivial_usage \ |
| "[-sxun] FD|{FILE [-c] PROG ARGS}" |
| #define flock_full_usage "\n\n" \ |
| "[Un]lock file descriptor, or lock FILE, run PROG\n" \ |
| "\nOptions:" \ |
| "\n -s Shared lock" \ |
| "\n -x Exclusive lock (default)" \ |
| "\n -u Unlock FD" \ |
| "\n -n Fail rather than wait" \ |
| |
| #define fold_trivial_usage \ |
| "[-bs] [-w WIDTH] [FILE]..." |
| #define fold_full_usage "\n\n" \ |
| "Wrap input lines in each FILE (or stdin), writing to stdout\n" \ |
| "\nOptions:" \ |
| "\n -b Count bytes rather than columns" \ |
| "\n -s Break at spaces" \ |
| "\n -w Use WIDTH columns instead of 80" \ |
| |
| #define free_trivial_usage \ |
| "" |
| #define free_full_usage "\n\n" \ |
| "Display the amount of free and used system memory" |
| #define free_example_usage \ |
| "$ free\n" \ |
| " total used free shared buffers\n" \ |
| " Mem: 257628 248724 8904 59644 93124\n" \ |
| " Swap: 128516 8404 120112\n" \ |
| "Total: 386144 257128 129016\n" \ |
| |
| #define freeramdisk_trivial_usage \ |
| "DEVICE" |
| #define freeramdisk_full_usage "\n\n" \ |
| "Free all memory used by the specified ramdisk" |
| #define freeramdisk_example_usage \ |
| "$ freeramdisk /dev/ram2\n" |
| |
| #define fsck_trivial_usage \ |
| "[-ANPRTV] [-C FD] [-t FSTYPE] [FS_OPTS] [BLOCKDEV]..." |
| #define fsck_full_usage "\n\n" \ |
| "Check and repair filesystems\n" \ |
| "\nOptions:" \ |
| "\n -A Walk /etc/fstab and check all filesystems" \ |
| "\n -N Don't execute, just show what would be done" \ |
| "\n -P With -A, check filesystems in parallel" \ |
| "\n -R With -A, skip the root filesystem" \ |
| "\n -T Don't show title on startup" \ |
| "\n -V Verbose" \ |
| "\n -C n Write status information to specified filedescriptor" \ |
| "\n -t TYPE List of filesystem types to check" \ |
| |
| #define fsck_minix_trivial_usage \ |
| "[-larvsmf] BLOCKDEV" |
| #define fsck_minix_full_usage "\n\n" \ |
| "Check MINIX filesystem\n" \ |
| "\nOptions:" \ |
| "\n -l List all filenames" \ |
| "\n -r Perform interactive repairs" \ |
| "\n -a Perform automatic repairs" \ |
| "\n -v Verbose" \ |
| "\n -s Output superblock information" \ |
| "\n -m Show \"mode not cleared\" warnings" \ |
| "\n -f Force file system check" \ |
| |
| #define ftpd_trivial_usage \ |
| "[-wvS] [-t N] [-T N] [DIR]" |
| #define ftpd_full_usage "\n\n" \ |
| "Anonymous FTP server\n" \ |
| "\n" \ |
| "ftpd should be used as an inetd service.\n" \ |
| "ftpd's line for inetd.conf:\n" \ |
| " 21 stream tcp nowait root ftpd ftpd /files/to/serve\n" \ |
| "It also can be ran from tcpsvd:\n" \ |
| " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve\n" \ |
| "\nOptions:" \ |
| "\n -w Allow upload" \ |
| "\n -v Log to stderr" \ |
| "\n -S Log to syslog" \ |
| "\n -t,-T Idle and absolute timeouts" \ |
| "\n DIR Change root to this directory" \ |
| |
| #define ftpget_trivial_usage \ |
| "[OPTIONS] HOST [LOCAL_FILE] REMOTE_FILE" |
| #define ftpget_full_usage "\n\n" \ |
| "Retrieve a remote file via FTP\n" \ |
| "\nOptions:" \ |
| IF_FEATURE_FTPGETPUT_LONG_OPTIONS( \ |
| "\n -c,--continue Continue previous transfer" \ |
| "\n -v,--verbose Verbose" \ |
| "\n -u,--username Username" \ |
| "\n -p,--password Password" \ |
| "\n -P,--port Port number" \ |
| ) \ |
| IF_NOT_FEATURE_FTPGETPUT_LONG_OPTIONS( \ |
| "\n -c Continue previous transfer" \ |
| "\n -v Verbose" \ |
| "\n -u Username" \ |
| "\n -p Password" \ |
| "\n -P Port number" \ |
| ) |
| |
| #define ftpput_trivial_usage \ |
| "[OPTIONS] HOST [REMOTE_FILE] LOCAL_FILE" |
| #define ftpput_full_usage "\n\n" \ |
| "Store a local file on a remote machine via FTP\n" \ |
| "\nOptions:" \ |
| IF_FEATURE_FTPGETPUT_LONG_OPTIONS( \ |
| "\n -v,--verbose Verbose" \ |
| "\n -u,--username Username" \ |
| "\n -p,--password Password" \ |
| "\n -P,--port Port number" \ |
| ) \ |
| IF_NOT_FEATURE_FTPGETPUT_LONG_OPTIONS( \ |
| "\n -v Verbose" \ |
| "\n -u Username" \ |
| "\n -p Password" \ |
| "\n -P Port number" \ |
| ) |
| |
| #define fuser_trivial_usage \ |
| "[OPTIONS] FILE or PORT/PROTO" |
| #define fuser_full_usage "\n\n" \ |
| "Find processes which use FILEs or PORTs\n" \ |
| "\nOptions:" \ |
| "\n -m Find processes which use same fs as FILEs" \ |
| "\n -4 Search only IPv4 space" \ |
| "\n -6 Search only IPv6 space" \ |
| "\n -s Don't display PIDs" \ |
| "\n -k Kill found processes" \ |
| "\n -SIGNAL Signal to send (default: KILL)" \ |
| |
| #define getenforce_trivial_usage NOUSAGE_STR |
| #define getenforce_full_usage "" |
| |
| #define getopt_trivial_usage \ |
| "[OPTIONS]" |
| #define getopt_full_usage "\n\n" \ |
| "Options:" \ |
| IF_LONG_OPTS( \ |
| "\n -a,--alternative Allow long options starting with single -" \ |
| "\n -l,--longoptions=longopts Long options to be recognized" \ |
| "\n -n,--name=progname The name under which errors are reported" \ |
| "\n -o,--options=optstring Short options to be recognized" \ |
| "\n -q,--quiet Disable error reporting by getopt(3)" \ |
| "\n -Q,--quiet-output No normal output" \ |
| "\n -s,--shell=shell Set shell quoting conventions" \ |
| "\n -T,--test Test for getopt(1) version" \ |
| "\n -u,--unquoted Don't quote the output" \ |
| ) \ |
| IF_NOT_LONG_OPTS( \ |
| "\n -a Allow long options starting with single -" \ |
| "\n -l longopts Long options to be recognized" \ |
| "\n -n progname The name under which errors are reported" \ |
| "\n -o optstring Short options to be recognized" \ |
| "\n -q Disable error reporting by getopt(3)" \ |
| "\n -Q No normal output" \ |
| "\n -s shell Set shell quoting conventions" \ |
| "\n -T Test for getopt(1) version" \ |
| "\n -u Don't quote the output" \ |
| ) |
| #define getopt_example_usage \ |
| "$ cat getopt.test\n" \ |
| "#!/bin/sh\n" \ |
| "GETOPT=`getopt -o ab:c:: --long a-long,b-long:,c-long:: \\\n" \ |
| " -n 'example.busybox' -- \"$@\"`\n" \ |
| "if [ $? != 0 ]; then exit 1; fi\n" \ |
| "eval set -- \"$GETOPT\"\n" \ |
| "while true; do\n" \ |
| " case $1 in\n" \ |
| " -a|--a-long) echo \"Option a\"; shift;;\n" \ |
| " -b|--b-long) echo \"Option b, argument '$2'\"; shift 2;;\n" \ |
| " -c|--c-long)\n" \ |
| " case \"$2\" in\n" \ |
| " \"\") echo \"Option c, no argument\"; shift 2;;\n" \ |
| " *) echo \"Option c, argument '$2'\"; shift 2;;\n" \ |
| " esac;;\n" \ |
| " --) shift; break;;\n" \ |
| " *) echo \"Internal error!\"; exit 1;;\n" \ |
| " esac\n" \ |
| "done\n" |
| |
| #define getsebool_trivial_usage \ |
| "-a or getsebool boolean..." |
| #define getsebool_full_usage "\n\n" \ |
| " -a Show all selinux booleans" |
| |
| #define getty_trivial_usage \ |
| "[OPTIONS] BAUD_RATE TTY [TERMTYPE]" |
| #define getty_full_usage "\n\n" \ |
| "Open a tty, prompt for a login name, then invoke /bin/login\n" \ |
| "\nOptions:" \ |
| "\n -h Enable hardware (RTS/CTS) flow control" \ |
| "\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 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" \ |
| "\n -I INITSTR Send INITSTR before anything else" \ |
| "\n -H HOST Log HOST into the utmp file as the hostname" \ |
| |
| #define gunzip_trivial_usage \ |
| "[OPTIONS] [FILE]..." |
| #define gunzip_full_usage "\n\n" \ |
| "Decompress FILEs (or stdin)\n" \ |
| "\nOptions:" \ |
| "\n -c Write to stdout" \ |
| "\n -f Force" \ |
| "\n -t Test file integrity" \ |
| |
| #define gunzip_example_usage \ |
| "$ ls -la /tmp/BusyBox*\n" \ |
| "-rw-rw-r-- 1 andersen andersen 557009 Apr 11 10:55 /tmp/BusyBox-0.43.tar.gz\n" \ |
| "$ gunzip /tmp/BusyBox-0.43.tar.gz\n" \ |
| "$ ls -la /tmp/BusyBox*\n" \ |
| "-rw-rw-r-- 1 andersen andersen 1761280 Apr 14 17:47 /tmp/BusyBox-0.43.tar\n" |
| |
| #define gzip_trivial_usage \ |
| "[OPTIONS] [FILE]..." |
| #define gzip_full_usage "\n\n" \ |
| "Compress FILEs (or stdin)\n" \ |
| "\nOptions:" \ |
| "\n -d Decompress" \ |
| "\n -c Write to stdout" \ |
| "\n -f Force" \ |
| |
| #define gzip_example_usage \ |
| "$ ls -la /tmp/busybox*\n" \ |
| "-rw-rw-r-- 1 andersen andersen 1761280 Apr 14 17:47 /tmp/busybox.tar\n" \ |
| "$ gzip /tmp/busybox.tar\n" \ |
| "$ ls -la /tmp/busybox*\n" \ |
| "-rw-rw-r-- 1 andersen andersen 554058 Apr 14 17:49 /tmp/busybox.tar.gz\n" |
| |
| #define halt_trivial_usage \ |
| "[-d DELAY] [-n] [-f]" IF_FEATURE_WTMP(" [-w]") |
| #define halt_full_usage "\n\n" \ |
| "Halt the system\n" \ |
| "\nOptions:" \ |
| "\n -d Delay interval for halting" \ |
| "\n -n No call to sync()" \ |
| "\n -f Force halt (don't go through init)" \ |
| IF_FEATURE_WTMP( \ |
| "\n -w Only write a wtmp record" \ |
| ) |
| |
| #define hdparm_trivial_usage \ |
| "[OPTIONS] [DEVICE]" |
| #define hdparm_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -a Get/set fs readahead" \ |
| "\n -A Set drive read-lookahead flag (0/1)" \ |
| "\n -b Get/set bus state (0 == off, 1 == on, 2 == tristate)" \ |
| "\n -B Set Advanced Power Management setting (1-255)" \ |
| "\n -c Get/set IDE 32-bit IO setting" \ |
| "\n -C Check IDE power mode status" \ |
| IF_FEATURE_HDPARM_HDIO_GETSET_DMA( \ |
| "\n -d Get/set using_dma flag") \ |
| "\n -D Enable/disable drive defect-mgmt" \ |
| "\n -f Flush buffer cache for device on exit" \ |
| "\n -g Display drive geometry" \ |
| "\n -h Display terse usage information" \ |
| IF_FEATURE_HDPARM_GET_IDENTITY( \ |
| "\n -i Display drive identification") \ |
| IF_FEATURE_HDPARM_GET_IDENTITY( \ |
| "\n -I Detailed/current information directly from drive") \ |
| "\n -k Get/set keep_settings_over_reset flag (0/1)" \ |
| "\n -K Set drive keep_features_over_reset flag (0/1)" \ |
| "\n -L Set drive doorlock (0/1) (removable harddisks only)" \ |
| "\n -m Get/set multiple sector count" \ |
| "\n -n Get/set ignore-write-errors flag (0/1)" \ |
| "\n -p Set PIO mode on IDE interface chipset (0,1,2,3,4,...)" \ |
| "\n -P Set drive prefetch count" \ |
| /* "\n -q Change next setting quietly" - not supported ib bbox */ \ |
| "\n -Q Get/set DMA tagged-queuing depth (if supported)" \ |
| "\n -r Get/set readonly flag (DANGEROUS to set)" \ |
| IF_FEATURE_HDPARM_HDIO_SCAN_HWIF( \ |
| "\n -R Register an IDE interface (DANGEROUS)") \ |
| "\n -S Set standby (spindown) timeout" \ |
| "\n -t Perform device read timings" \ |
| "\n -T Perform cache read timings" \ |
| "\n -u Get/set unmaskirq flag (0/1)" \ |
| IF_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF( \ |
| "\n -U Unregister an IDE interface (DANGEROUS)") \ |
| "\n -v Defaults; same as -mcudkrag for IDE drives" \ |
| "\n -V Display program version and exit immediately" \ |
| IF_FEATURE_HDPARM_HDIO_DRIVE_RESET( \ |
| "\n -w Perform device reset (DANGEROUS)") \ |
| "\n -W Set drive write-caching flag (0/1) (DANGEROUS)" \ |
| IF_FEATURE_HDPARM_HDIO_TRISTATE_HWIF( \ |
| "\n -x Tristate device for hotswap (0/1) (DANGEROUS)") \ |
| "\n -X Set IDE xfer mode (DANGEROUS)" \ |
| "\n -y Put IDE drive in standby mode" \ |
| "\n -Y Put IDE drive to sleep" \ |
| "\n -Z Disable Seagate auto-powersaving mode" \ |
| "\n -z Reread partition table" \ |
| |
| #define head_trivial_usage \ |
| "[OPTIONS] [FILE]..." |
| #define head_full_usage "\n\n" \ |
| "Print first 10 lines of each FILE (or stdin) to stdout.\n" \ |
| "With more than one FILE, precede each with a filename header.\n" \ |
| "\nOptions:" \ |
| "\n -n N[kbm] Print first N lines" \ |
| IF_FEATURE_FANCY_HEAD( \ |
| "\n -c N[kbm] Print first N bytes" \ |
| "\n -q Never print headers" \ |
| "\n -v Always print headers" \ |
| ) \ |
| "\n" \ |
| "\nN may be suffixed by k (x1024), b (x512), or m (x1024^2)." \ |
| |
| #define head_example_usage \ |
| "$ head -n 2 /etc/passwd\n" \ |
| "root:x:0:0:root:/root:/bin/bash\n" \ |
| "daemon:x:1:1:daemon:/usr/sbin:/bin/sh\n" |
| |
| #define tail_trivial_usage \ |
| "[OPTIONS] [FILE]..." |
| #define tail_full_usage "\n\n" \ |
| "Print last 10 lines of each FILE (or stdin) to stdout.\n" \ |
| "With more than one FILE, precede each with a filename header.\n" \ |
| "\nOptions:" \ |
| "\n -f Print data as file grows" \ |
| IF_FEATURE_FANCY_TAIL( \ |
| "\n -s SECONDS Wait SECONDS between reads with -f" \ |
| ) \ |
| "\n -n N[kbm] Print last N lines" \ |
| IF_FEATURE_FANCY_TAIL( \ |
| "\n -c N[kbm] Print last N bytes" \ |
| "\n -q Never print headers" \ |
| "\n -v Always print headers" \ |
| "\n" \ |
| "\nN may be suffixed by k (x1024), b (x512), or m (x1024^2)." \ |
| "\nIf N starts with a '+', output begins with the Nth item from the start" \ |
| "\nof each file, not from the end." \ |
| ) \ |
| |
| #define tail_example_usage \ |
| "$ tail -n 1 /etc/resolv.conf\n" \ |
| "nameserver 10.0.0.1\n" |
| |
| #define hexdump_trivial_usage \ |
| "[-bcCdefnosvx" IF_FEATURE_HEXDUMP_REVERSE("R") "] [FILE]..." |
| #define hexdump_full_usage "\n\n" \ |
| "Display FILEs (or stdin) in a user specified format\n" \ |
| "\nOptions:" \ |
| "\n -b One-byte octal display" \ |
| "\n -c One-byte character display" \ |
| "\n -C Canonical hex+ASCII, 16 bytes per line" \ |
| "\n -d Two-byte decimal display" \ |
| "\n -e FORMAT STRING" \ |
| "\n -f FORMAT FILE" \ |
| "\n -n LENGTH Interpret only LENGTH bytes of input" \ |
| "\n -o Two-byte octal display" \ |
| "\n -s OFFSET Skip OFFSET bytes" \ |
| "\n -v Display all input data" \ |
| "\n -x Two-byte hexadecimal display" \ |
| IF_FEATURE_HEXDUMP_REVERSE( \ |
| "\n -R Reverse of 'hexdump -Cv'") \ |
| |
| #define hd_trivial_usage \ |
| "FILE..." |
| #define hd_full_usage "\n\n" \ |
| "hd is an alias for hexdump -C" |
| |
| #define hostid_trivial_usage \ |
| "" |
| #define hostid_full_usage "\n\n" \ |
| "Print out a unique 32-bit identifier for the machine" |
| |
| #define hostname_trivial_usage \ |
| "[OPTIONS] [HOSTNAME | -F FILE]" |
| #define hostname_full_usage "\n\n" \ |
| "Get or set hostname or DNS domain name\n" \ |
| "\nOptions:" \ |
| "\n -s Short" \ |
| "\n -i Addresses for the hostname" \ |
| "\n -d DNS domain name" \ |
| "\n -f Fully qualified domain name" \ |
| "\n -F FILE Use FILE's content as hostname" \ |
| |
| #define hostname_example_usage \ |
| "$ hostname\n" \ |
| "sage\n" |
| |
| #define dnsdomainname_trivial_usage NOUSAGE_STR |
| #define dnsdomainname_full_usage "" |
| |
| #define httpd_trivial_usage \ |
| "[-ifv[v]]" \ |
| " [-c CONFFILE]" \ |
| " [-p [IP:]PORT]" \ |
| IF_FEATURE_HTTPD_SETUID(" [-u USER[:GRP]]") \ |
| IF_FEATURE_HTTPD_BASIC_AUTH(" [-r REALM]") \ |
| " [-h HOME]\n" \ |
| "or httpd -d/-e" IF_FEATURE_HTTPD_AUTH_MD5("/-m") " STRING" |
| #define httpd_full_usage "\n\n" \ |
| "Listen for incoming HTTP requests\n" \ |
| "\nOptions:" \ |
| "\n -i Inetd mode" \ |
| "\n -f Don't daemonize" \ |
| "\n -v[v] Verbose" \ |
| "\n -p [IP:]PORT Bind to ip:port (default *:80)" \ |
| IF_FEATURE_HTTPD_SETUID( \ |
| "\n -u USER[:GRP] Set uid/gid after binding to port") \ |
| IF_FEATURE_HTTPD_BASIC_AUTH( \ |
| "\n -r REALM Authentication Realm for Basic Authentication") \ |
| "\n -h HOME Home directory (default .)" \ |
| "\n -c FILE Configuration file (default {/etc,HOME}/httpd.conf)" \ |
| IF_FEATURE_HTTPD_AUTH_MD5( \ |
| "\n -m STRING MD5 crypt STRING") \ |
| "\n -e STRING HTML encode STRING" \ |
| "\n -d STRING URL decode STRING" \ |
| |
| #define hwclock_trivial_usage \ |
| IF_FEATURE_HWCLOCK_LONG_OPTIONS( \ |
| "[-r|--show] [-s|--hctosys] [-w|--systohc]" \ |
| " [-l|--localtime] [-u|--utc]" \ |
| " [-f FILE]" \ |
| ) \ |
| IF_NOT_FEATURE_HWCLOCK_LONG_OPTIONS( \ |
| "[-r] [-s] [-w] [-l] [-u] [-f FILE]" \ |
| ) |
| #define hwclock_full_usage "\n\n" \ |
| "Query and set hardware clock (RTC)\n" \ |
| "\nOptions:" \ |
| "\n -r Show hardware clock time" \ |
| "\n -s Set system time from hardware clock" \ |
| "\n -w Set hardware clock to system time" \ |
| "\n -u Hardware clock is in UTC" \ |
| "\n -l Hardware clock is in local time" \ |
| "\n -f FILE Use specified device (e.g. /dev/rtc2)" \ |
| |
| #define id_trivial_usage \ |
| "[OPTIONS] [USER]" |
| #define id_full_usage "\n\n" \ |
| "Print information about USER or the current user\n" \ |
| "\nOptions:" \ |
| IF_SELINUX( \ |
| "\n -Z Print the security context" \ |
| ) \ |
| "\n -u Print user ID" \ |
| "\n -g Print group ID" \ |
| "\n -G Print supplementary group IDs" \ |
| "\n -n Print name instead of a number" \ |
| "\n -r Print real user ID instead of effective ID" \ |
| |
| #define id_example_usage \ |
| "$ id\n" \ |
| "uid=1000(andersen) gid=1000(andersen)\n" |
| |
| #define ifconfig_trivial_usage \ |
| IF_FEATURE_IFCONFIG_STATUS("[-a]") " interface [address]" |
| #define ifconfig_full_usage "\n\n" \ |
| "Configure a network interface\n" \ |
| "\nOptions:" \ |
| "\n" \ |
| IF_FEATURE_IPV6( \ |
| " [add ADDRESS[/PREFIXLEN]]\n") \ |
| IF_FEATURE_IPV6( \ |
| " [del ADDRESS[/PREFIXLEN]]\n") \ |
| " [[-]broadcast [ADDRESS]] [[-]pointopoint [ADDRESS]]\n" \ |
| " [netmask ADDRESS] [dstaddr ADDRESS]\n" \ |
| IF_FEATURE_IFCONFIG_SLIP( \ |
| " [outfill NN] [keepalive NN]\n") \ |
| " " IF_FEATURE_IFCONFIG_HW("[hw ether" IF_FEATURE_HWIB("|infiniband")" ADDRESS] ") "[metric NN] [mtu NN]\n" \ |
| " [[-]trailers] [[-]arp] [[-]allmulti]\n" \ |
| " [multicast] [[-]promisc] [txqueuelen NN] [[-]dynamic]\n" \ |
| IF_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ( \ |
| " [mem_start NN] [io_addr NN] [irq NN]\n") \ |
| " [up|down] ..." |
| |
| #define ifenslave_trivial_usage \ |
| "[-cdf] MASTER_IFACE SLAVE_IFACE..." |
| #define ifenslave_full_usage "\n\n" \ |
| "Configure network interfaces for parallel routing\n" \ |
| "\nOptions:" \ |
| "\n -c, --change-active Change active slave" \ |
| "\n -d, --detach Remove slave interface from bonding device" \ |
| "\n -f, --force Force, even if interface is not Ethernet" \ |
| /* "\n -r, --receive-slave Create a receive-only slave" */ |
| |
| #define ifenslave_example_usage \ |
| "To create a bond device, simply follow these three steps:\n" \ |
| "- ensure that the required drivers are properly loaded:\n" \ |
| " # modprobe bonding ; modprobe <3c59x|eepro100|pcnet32|tulip|...>\n" \ |
| "- assign an IP address to the bond device:\n" \ |
| " # ifconfig bond0 <addr> netmask <mask> broadcast <bcast>\n" \ |
| "- attach all the interfaces you need to the bond device:\n" \ |
| " # ifenslave bond0 eth0 eth1 eth2\n" \ |
| " If bond0 didn't have a MAC address, it will take eth0's. Then, all\n" \ |
| " interfaces attached AFTER this assignment will get the same MAC addr.\n\n" \ |
| " To detach a dead interface without setting the bond device down:\n" \ |
| " # ifenslave -d bond0 eth1\n\n" \ |
| " To set the bond device down and automatically release all the slaves:\n" \ |
| " # ifconfig bond0 down\n\n" \ |
| " To change active slave:\n" \ |
| " # ifenslave -c bond0 eth0\n" \ |
| |
| #define ifplugd_trivial_usage \ |
| "[OPTIONS]" |
| #define ifplugd_full_usage "\n\n" \ |
| "Network interface plug detection daemon\n" \ |
| "\nOptions:" \ |
| "\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 Don't up interface at each link probe" \ |
| "\n -M Monitor creation/destruction of interface" \ |
| "\n (otherwise it must exist)" \ |
| "\n -r PROG Script to run" \ |
| "\n -x ARG Extra argument for script" \ |
| "\n -I Don't exit on nonzero exit code from script" \ |
| "\n -p Don't run script on daemon startup" \ |
| "\n -q Don't run script on daemon quit" \ |
| "\n -l Run script on startup even if no cable is detected" \ |
| "\n -t SECS Poll time in seconds" \ |
| "\n -u SECS Delay before running script after link up" \ |
| "\n -d SECS Delay after link down" \ |
| "\n -m MODE API mode (mii, priv, ethtool, wlan, iff, auto)" \ |
| "\n -k Kill running daemon" \ |
| |
| #define ifup_trivial_usage \ |
| "[-ain"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] IFACE..." |
| #define ifup_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -a De/configure all interfaces automatically" \ |
| "\n -i FILE Use FILE for interface definitions" \ |
| "\n -n Print out what would happen, but don't do it" \ |
| IF_FEATURE_IFUPDOWN_MAPPING( \ |
| "\n (note: doesn't disable mappings)" \ |
| "\n -m Don't run any mappings" \ |
| ) \ |
| "\n -v Print out what would happen before doing it" \ |
| "\n -f Force de/configuration" \ |
| |
| #define ifdown_trivial_usage \ |
| "[-ain"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] ifaces..." |
| #define ifdown_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -a De/configure all interfaces automatically" \ |
| "\n -i FILE Use FILE for interface definitions" \ |
| "\n -n Print out what would happen, but don't do it" \ |
| IF_FEATURE_IFUPDOWN_MAPPING( \ |
| "\n (note: doesn't disable mappings)" \ |
| "\n -m Don't run any mappings" \ |
| ) \ |
| "\n -v Print out what would happen before doing it" \ |
| "\n -f Force de/configuration" \ |
| |
| #define inetd_trivial_usage \ |
| "[-fe] [-q N] [-R N] [CONFFILE]" |
| #define inetd_full_usage "\n\n" \ |
| "Listen for network connections and launch programs\n" \ |
| "\nOptions:" \ |
| "\n -f Run in foreground" \ |
| "\n -e Log to stderr" \ |
| "\n -q N Socket listen queue (default: 128)" \ |
| "\n -R N Pause services after N connects/min" \ |
| "\n (default: 0 - disabled)" \ |
| |
| #define init_trivial_usage \ |
| "" |
| #define init_full_usage "\n\n" \ |
| "Init is the parent of all processes" |
| |
| #define init_notes_usage \ |
| "This version of init is designed to be run only by the kernel.\n" \ |
| "\n" \ |
| "BusyBox init doesn't support multiple runlevels. The runlevels field of\n" \ |
| "the /etc/inittab file is completely ignored by BusyBox init. If you want\n" \ |
| "runlevels, use sysvinit.\n" \ |
| "\n" \ |
| "BusyBox init works just fine without an inittab. If no inittab is found,\n" \ |
| "it has the following default behavior:\n" \ |
| "\n" \ |
| " ::sysinit:/etc/init.d/rcS\n" \ |
| " ::askfirst:/bin/sh\n" \ |
| " ::ctrlaltdel:/sbin/reboot\n" \ |
| " ::shutdown:/sbin/swapoff -a\n" \ |
| " ::shutdown:/bin/umount -a -r\n" \ |
| " ::restart:/sbin/init\n" \ |
| "\n" \ |
| "if it detects that /dev/console is _not_ a serial console, it will also run:\n" \ |
| "\n" \ |
| " tty2::askfirst:/bin/sh\n" \ |
| " tty3::askfirst:/bin/sh\n" \ |
| " tty4::askfirst:/bin/sh\n" \ |
| "\n" \ |
| "If you choose to use an /etc/inittab file, the inittab entry format is as follows:\n" \ |
| "\n" \ |
| " <id>:<runlevels>:<action>:<process>\n" \ |
| "\n" \ |
| " <id>:\n" \ |
| "\n" \ |
| " WARNING: This field has a non-traditional meaning for BusyBox init!\n" \ |
| " The id field is used by BusyBox init to specify the controlling tty for\n" \ |
| " the specified process to run on. The contents of this field are\n" \ |
| " appended to \"/dev/\" and used as-is. There is no need for this field to\n" \ |
| " be unique, although if it isn't you may have strange results. If this\n" \ |
| " field is left blank, the controlling tty is set to the console. Also\n" \ |
| " note that if BusyBox detects that a serial console is in use, then only\n" \ |
| " entries whose controlling tty is either the serial console or /dev/null\n" \ |
| " will be run. BusyBox init does nothing with utmp. We don't need no\n" \ |
| " stinkin' utmp.\n" \ |
| "\n" \ |
| " <runlevels>:\n" \ |
| "\n" \ |
| " The runlevels field is completely ignored.\n" \ |
| "\n" \ |
| " <action>:\n" \ |
| "\n" \ |
| " Valid actions include: sysinit, respawn, askfirst, wait,\n" \ |
| " once, restart, ctrlaltdel, and shutdown.\n" \ |
| "\n" \ |
| " The available actions can be classified into two groups: actions\n" \ |
| " that are run only once, and actions that are re-run when the specified\n" \ |
| " process exits.\n" \ |
| "\n" \ |
| " Run only-once actions:\n" \ |
| "\n" \ |
| " 'sysinit' is the first item run on boot. init waits until all\n" \ |
| " sysinit actions are completed before continuing. Following the\n" \ |
| " completion of all sysinit actions, all 'wait' actions are run.\n" \ |
| " 'wait' actions, like 'sysinit' actions, cause init to wait until\n" \ |
| " the specified task completes. 'once' actions are asynchronous,\n" \ |
| " therefore, init does not wait for them to complete. 'restart' is\n" \ |
| " the action taken to restart the init process. By default this should\n" \ |
| " simply run /sbin/init, but can be a script which runs pivot_root or it\n" \ |
| " can do all sorts of other interesting things. The 'ctrlaltdel' init\n" \ |
| " actions are run when the system detects that someone on the system\n" \ |
| " console has pressed the CTRL-ALT-DEL key combination. Typically one\n" \ |
| " wants to run 'reboot' at this point to cause the system to reboot.\n" \ |
| " Finally the 'shutdown' action specifies the actions to taken when\n" \ |
| " init is told to reboot. Unmounting filesystems and disabling swap\n" \ |
| " is a very good here.\n" \ |
| "\n" \ |
| " Run repeatedly actions:\n" \ |
| "\n" \ |
| " 'respawn' actions are run after the 'once' actions. When a process\n" \ |
| " started with a 'respawn' action exits, init automatically restarts\n" \ |
| " it. Unlike sysvinit, BusyBox init does not stop processes from\n" \ |
| " respawning out of control. The 'askfirst' actions acts just like\n" \ |
| " respawn, except that before running the specified process it\n" \ |
| " displays the line \"Please press Enter to activate this console.\"\n" \ |
| " and then waits for the user to press enter before starting the\n" \ |
| " specified process.\n" \ |
| "\n" \ |
| " Unrecognized actions (like initdefault) will cause init to emit an\n" \ |
| " error message, and then go along with its business. All actions are\n" \ |
| " run in the order they appear in /etc/inittab.\n" \ |
| "\n" \ |
| " <process>:\n" \ |
| "\n" \ |
| " Specifies the process to be executed and its command line.\n" \ |
| "\n" \ |
| "Example /etc/inittab file:\n" \ |
| "\n" \ |
| " # This is run first except when booting in single-user mode\n" \ |
| " #\n" \ |
| " ::sysinit:/etc/init.d/rcS\n" \ |
| " \n" \ |
| " # /bin/sh invocations on selected ttys\n" \ |
| " #\n" \ |
| " # Start an \"askfirst\" shell on the console (whatever that may be)\n" \ |
| " ::askfirst:-/bin/sh\n" \ |
| " # Start an \"askfirst\" shell on /dev/tty2-4\n" \ |
| " tty2::askfirst:-/bin/sh\n" \ |
| " tty3::askfirst:-/bin/sh\n" \ |
| " tty4::askfirst:-/bin/sh\n" \ |
| " \n" \ |
| " # /sbin/getty invocations for selected ttys\n" \ |
| " #\n" \ |
| " tty4::respawn:/sbin/getty 38400 tty4\n" \ |
| " tty5::respawn:/sbin/getty 38400 tty5\n" \ |
| " \n" \ |
| " \n" \ |
| " # Example of how to put a getty on a serial line (for a terminal)\n" \ |
| " #\n" \ |
| " #::respawn:/sbin/getty -L ttyS0 9600 vt100\n" \ |
| " #::respawn:/sbin/getty -L ttyS1 9600 vt100\n" \ |
| " #\n" \ |
| " # Example how to put a getty on a modem line\n" \ |
| " #::respawn:/sbin/getty 57600 ttyS2\n" \ |
| " \n" \ |
| " # Stuff to do when restarting the init process\n" \ |
| " ::restart:/sbin/init\n" \ |
| " \n" \ |
| " # Stuff to do before rebooting\n" \ |
| " ::ctrlaltdel:/sbin/reboot\n" \ |
| " ::shutdown:/bin/umount -a -r\n" \ |
| " ::shutdown:/sbin/swapoff -a\n" |
| |
| #define inotifyd_trivial_usage \ |
| "PROG FILE1[:MASK]..." |
| #define inotifyd_full_usage "\n\n" \ |
| "Run PROG on filesystem changes." \ |
| "\nWhen a filesystem event matching MASK occurs on FILEn," \ |
| "\nPROG ACTUAL_EVENTS FILEn [SUBFILE] is run." \ |
| "\nEvents:" \ |
| "\n a File is accessed" \ |
| "\n c File is modified" \ |
| "\n e Metadata changed" \ |
| "\n w Writable file is closed" \ |
| "\n 0 Unwritable file is closed" \ |
| "\n r File is opened" \ |
| "\n D File is deleted" \ |
| "\n M File is moved" \ |
| "\n u Backing fs is unmounted" \ |
| "\n o Event queue overflowed" \ |
| "\n x File can't be watched anymore" \ |
| "\nIf watching a directory:" \ |
| "\n m Subfile is moved into dir" \ |
| "\n y Subfile is moved out of dir" \ |
| "\n n Subfile is created" \ |
| "\n d Subfile is deleted" \ |
| "\n" \ |
| "\ninotifyd waits for PROG to exit." \ |
| "\nWhen x event happens for all FILEs, inotifyd exits." \ |
| |
| /* -v, -b, -c are ignored */ |
| #define install_trivial_usage \ |
| "[-cdDsp] [-o USER] [-g GRP] [-m MODE] [SOURCE]... DEST" |
| #define install_full_usage "\n\n" \ |
| "Copy files and set attributes\n" \ |
| "\nOptions:" \ |
| "\n -c Just copy (default)" \ |
| "\n -d Create directories" \ |
| "\n -D Create leading target directories" \ |
| "\n -s Strip symbol table" \ |
| "\n -p Preserve date" \ |
| "\n -o USER Set ownership" \ |
| "\n -g GRP Set group ownership" \ |
| "\n -m MODE Set permissions" \ |
| IF_SELINUX( \ |
| "\n -Z Set security context" \ |
| ) |
| |
| /* would need to make the " | " optional depending on more than one selected: */ |
| #define ip_trivial_usage \ |
| "[OPTIONS] {" \ |
| IF_FEATURE_IP_ADDRESS("address | ") \ |
| IF_FEATURE_IP_ROUTE("route | ") \ |
| IF_FEATURE_IP_LINK("link | ") \ |
| IF_FEATURE_IP_TUNNEL("tunnel | ") \ |
| IF_FEATURE_IP_RULE("rule") \ |
| "} {COMMAND}" |
| #define ip_full_usage "\n\n" \ |
| "ip [OPTIONS] OBJECT {COMMAND}\n" \ |
| "where OBJECT := {" \ |
| IF_FEATURE_IP_ADDRESS("address | ") \ |
| IF_FEATURE_IP_ROUTE("route | ") \ |
| IF_FEATURE_IP_LINK("link | ") \ |
| IF_FEATURE_IP_TUNNEL("tunnel | ") \ |
| IF_FEATURE_IP_RULE("rule") \ |
| "}\n" \ |
| "OPTIONS := { -f[amily] { inet | inet6 | link } | -o[neline] }" \ |
| |
| #define ipaddr_trivial_usage \ |
| "{ {add|del} IFADDR dev STRING | {show|flush}\n" \ |
| " [dev STRING] [to PREFIX] }" |
| #define ipaddr_full_usage "\n\n" \ |
| "ipaddr {add|delete} IFADDR dev STRING\n" \ |
| "ipaddr {show|flush} [dev STRING] [scope SCOPE-ID]\n" \ |
| " [to PREFIX] [label PATTERN]\n" \ |
| " IFADDR := PREFIX | ADDR peer PREFIX\n" \ |
| " [broadcast ADDR] [anycast ADDR]\n" \ |
| " [label STRING] [scope SCOPE-ID]\n" \ |
| " SCOPE-ID := [host | link | global | NUMBER]" \ |
| |
| #define ipcalc_trivial_usage \ |
| "[OPTIONS] ADDRESS[[/]NETMASK] [NETMASK]" |
| #define ipcalc_full_usage "\n\n" \ |
| "Calculate IP network settings from a IP address\n" \ |
| "\nOptions:" \ |
| IF_FEATURE_IPCALC_LONG_OPTIONS( \ |
| "\n -b,--broadcast Display calculated broadcast address" \ |
| "\n -n,--network Display calculated network address" \ |
| "\n -m,--netmask Display default netmask for IP" \ |
| IF_FEATURE_IPCALC_FANCY( \ |
| "\n -p,--prefix Display the prefix for IP/NETMASK" \ |
| "\n -h,--hostname Display first resolved host name" \ |
| "\n -s,--silent Don't ever display error messages" \ |
| ) \ |
| ) \ |
| IF_NOT_FEATURE_IPCALC_LONG_OPTIONS( \ |
| "\n -b Display calculated broadcast address" \ |
| "\n -n Display calculated network address" \ |
| "\n -m Display default netmask for IP" \ |
| IF_FEATURE_IPCALC_FANCY( \ |
| "\n -p Display the prefix for IP/NETMASK" \ |
| "\n -h Display first resolved host name" \ |
| "\n -s Don't ever display error messages" \ |
| ) \ |
| ) |
| |
| #define ipcrm_trivial_usage \ |
| "[-MQS key] [-mqs id]" |
| #define ipcrm_full_usage "\n\n" \ |
| "Upper-case options MQS remove an object by shmkey value.\n" \ |
| "Lower-case options remove an object by shmid value.\n" \ |
| "\nOptions:" \ |
| "\n -mM Remove memory segment after last detach" \ |
| "\n -qQ Remove message queue" \ |
| "\n -sS Remove semaphore" \ |
| |
| #define ipcs_trivial_usage \ |
| "[[-smq] -i shmid] | [[-asmq] [-tcplu]]" |
| #define ipcs_full_usage "\n\n" \ |
| " -i Show specific resource" \ |
| "\nResource specification:" \ |
| "\n -m Shared memory segments" \ |
| "\n -q Message queues" \ |
| "\n -s Semaphore arrays" \ |
| "\n -a All (default)" \ |
| "\nOutput format:" \ |
| "\n -t Time" \ |
| "\n -c Creator" \ |
| "\n -p Pid" \ |
| "\n -l Limits" \ |
| "\n -u Summary" \ |
| |
| #define iplink_trivial_usage \ |
| "{ set DEVICE { up | down | arp { on | off } | show [DEVICE] }" |
| #define iplink_full_usage "\n\n" \ |
| "iplink set DEVICE { up | down | arp | multicast { on | off } |\n" \ |
| " dynamic { on | off } |\n" \ |
| " mtu MTU }\n" \ |
| "iplink show [DEVICE]" \ |
| |
| #define iproute_trivial_usage \ |
| "{ list | flush | { add | del | change | append |\n" \ |
| " replace | monitor } ROUTE }" |
| #define iproute_full_usage "\n\n" \ |
| "iproute { list | flush } SELECTOR\n" \ |
| "iproute get ADDRESS [from ADDRESS iif STRING]\n" \ |
| " [oif STRING] [tos TOS]\n" \ |
| "iproute { add | del | change | append | replace | monitor } ROUTE\n" \ |
| " SELECTOR := [root PREFIX] [match PREFIX] [proto RTPROTO]\n" \ |
| " ROUTE := [TYPE] PREFIX [tos TOS] [proto RTPROTO]\n" \ |
| " [metric METRIC]" \ |
| |
| #define iprule_trivial_usage \ |
| "{[list | add | del] RULE}" |
| #define iprule_full_usage "\n\n" \ |
| "iprule [list | add | del] SELECTOR ACTION\n" \ |
| " SELECTOR := [from PREFIX] [to PREFIX] [tos TOS] [fwmark FWMARK]\n" \ |
| " [dev STRING] [pref NUMBER]\n" \ |
| " ACTION := [table TABLE_ID] [nat ADDRESS]\n" \ |
| " [prohibit | reject | unreachable]\n" \ |
| " [realms [SRCREALM/]DSTREALM]\n" \ |
| " TABLE_ID := [local | main | default | NUMBER]" \ |
| |
| #define iptunnel_trivial_usage \ |
| "{ add | change | del | show } [NAME]\n" \ |
| " [mode { ipip | gre | sit }]\n" \ |
| " [remote ADDR] [local ADDR] [ttl TTL]" |
| #define iptunnel_full_usage "\n\n" \ |
| "iptunnel { add | change | del | show } [NAME]\n" \ |
| " [mode { ipip | gre | sit }] [remote ADDR] [local ADDR]\n" \ |
| " [[i|o]seq] [[i|o]key KEY] [[i|o]csum]\n" \ |
| " [ttl TTL] [tos TOS] [[no]pmtudisc] [dev PHYS_DEV]" \ |
| |
| #define kbd_mode_trivial_usage \ |
| "[-a|k|s|u] [-C TTY]" |
| #define kbd_mode_full_usage "\n\n" \ |
| "Report or set the keyboard mode\n" \ |
| "\nOptions:" \ |
| "\n -a Default (ASCII)" \ |
| "\n -k Medium-raw (keyboard)" \ |
| "\n -s Raw (scancode)" \ |
| "\n -u Unicode (utf-8)" \ |
| "\n -C TTY Affect TTY instead of /dev/tty" \ |
| |
| #define kill_trivial_usage \ |
| "[-l] [-SIG] PID..." |
| #define kill_full_usage "\n\n" \ |
| "Send a signal (default: TERM) to given PIDs\n" \ |
| "\nOptions:" \ |
| "\n -l List all signal names and numbers" \ |
| /* "\n -s SIG Yet another way of specifying SIG" */ \ |
| |
| #define kill_example_usage \ |
| "$ ps | grep apache\n" \ |
| "252 root root S [apache]\n" \ |
| "263 www-data www-data S [apache]\n" \ |
| "264 www-data www-data S [apache]\n" \ |
| "265 www-data www-data S [apache]\n" \ |
| "266 www-data www-data S [apache]\n" \ |
| "267 www-data www-data S [apache]\n" \ |
| "$ kill 252\n" |
| |
| #define killall_trivial_usage \ |
| "[-l] [-q] [-SIG] PROCESS_NAME..." |
| #define killall_full_usage "\n\n" \ |
| "Send a signal (default: TERM) to given processes\n" \ |
| "\nOptions:" \ |
| "\n -l List all signal names and numbers" \ |
| /* "\n -s SIG Yet another way of specifying SIG" */ \ |
| "\n -q Don't complain if no processes were killed" \ |
| |
| #define killall_example_usage \ |
| "$ killall apache\n" |
| |
| #define killall5_trivial_usage \ |
| "[-l] [-SIG] [-o PID]..." |
| #define killall5_full_usage "\n\n" \ |
| "Send a signal (default: TERM) to all processes outside current session\n" \ |
| "\nOptions:" \ |
| "\n -l List all signal names and numbers" \ |
| "\n -o PID Don't signal this PID" \ |
| /* "\n -s SIG Yet another way of specifying SIG" */ \ |
| |
| #define klogd_trivial_usage \ |
| "[-c N] [-n]" |
| #define klogd_full_usage "\n\n" \ |
| "Kernel logger\n" \ |
| "\nOptions:" \ |
| "\n -c N Only messages with level < N are printed to console" \ |
| "\n -n Run in foreground" \ |
| |
| #define length_trivial_usage \ |
| "STRING" |
| #define length_full_usage "\n\n" \ |
| "Print STRING's length" |
| |
| #define length_example_usage \ |
| "$ length Hello\n" \ |
| "5\n" |
| |
| #define less_trivial_usage \ |
| "[-EMNmh~I?] [FILE]..." |
| #define less_full_usage "\n\n" \ |
| "View FILE (or stdin) one screenful at a time\n" \ |
| "\nOptions:" \ |
| "\n -E Quit once the end of a file is reached" \ |
| "\n -M,-m Display status line with line numbers" \ |
| "\n and percentage through the file" \ |
| "\n -N Prefix line number to each line" \ |
| "\n -I Ignore case in all searches" \ |
| "\n -~ Suppress ~s displayed past the end of the file" \ |
| |
| #define linux32_trivial_usage NOUSAGE_STR |
| #define linux32_full_usage "" |
| #define linux64_trivial_usage NOUSAGE_STR |
| #define linux64_full_usage "" |
| |
| #define linuxrc_trivial_usage NOUSAGE_STR |
| #define linuxrc_full_usage "" |
| |
| #define setarch_trivial_usage \ |
| "personality PROG ARGS" |
| #define setarch_full_usage "\n\n" \ |
| "Personality may be:\n" \ |
| " linux32 Set 32bit uname emulation\n" \ |
| " linux64 Set 64bit uname emulation" \ |
| |
| #define ln_trivial_usage \ |
| "[OPTIONS] TARGET... LINK|DIR" |
| #define ln_full_usage "\n\n" \ |
| "Create a link LINK or DIR/TARGET to the specified TARGET(s)\n" \ |
| "\nOptions:" \ |
| "\n -s Make symlinks instead of hardlinks" \ |
| "\n -f Remove existing destinations" \ |
| "\n -n Don't dereference symlinks - treat like normal file" \ |
| "\n -b Make a backup of the target (if exists) before link operation" \ |
| "\n -S suf Use suffix instead of ~ when making backup files" \ |
| |
| #define ln_example_usage \ |
| "$ ln -s BusyBox /tmp/ls\n" \ |
| "$ ls -l /tmp/ls\n" \ |
| "lrwxrwxrwx 1 root root 7 Apr 12 18:39 ls -> BusyBox*\n" |
| |
| #define load_policy_trivial_usage NOUSAGE_STR |
| #define load_policy_full_usage "" |
| |
| #define loadfont_trivial_usage \ |
| "< font" |
| #define loadfont_full_usage "\n\n" \ |
| "Load a console font from stdin" \ |
| /* "\n -C TTY Affect TTY instead of /dev/tty" */ \ |
| |
| #define loadfont_example_usage \ |
| "$ loadfont < /etc/i18n/fontname\n" |
| |
| #define loadkmap_trivial_usage \ |
| "< keymap" |
| #define loadkmap_full_usage "\n\n" \ |
| "Load a binary keyboard translation table from stdin\n" \ |
| /* "\n -C TTY Affect TTY instead of /dev/tty" */ \ |
| |
| #define loadkmap_example_usage \ |
| "$ loadkmap < /etc/i18n/lang-keymap\n" |
| |
| #define logger_trivial_usage \ |
| "[OPTIONS] [MESSAGE]" |
| #define logger_full_usage "\n\n" \ |
| "Write MESSAGE (or stdin) to syslog\n" \ |
| "\nOptions:" \ |
| "\n -s Log to stderr as well as the system log" \ |
| "\n -t TAG Log using the specified tag (defaults to user name)" \ |
| "\n -p PRIO Priority (numeric or facility.level pair)" \ |
| |
| #define logger_example_usage \ |
| "$ logger \"hello\"\n" |
| |
| #define login_trivial_usage \ |
| "[-p] [-h HOST] [[-f] USER]" |
| #define login_full_usage "\n\n" \ |
| "Begin a new session on the system\n" \ |
| "\nOptions:" \ |
| "\n -f Don't authenticate (user already authenticated)" \ |
| "\n -h Name of the remote host" \ |
| "\n -p Preserve environment" \ |
| |
| #define logname_trivial_usage \ |
| "" |
| #define logname_full_usage "\n\n" \ |
| "Print the name of the current user" |
| #define logname_example_usage \ |
| "$ logname\n" \ |
| "root\n" |
| |
| #define logread_trivial_usage \ |
| "[OPTIONS]" |
| #define logread_full_usage "\n\n" \ |
| "Show messages in syslogd's circular buffer\n" \ |
| "\nOptions:" \ |
| "\n -f Output data as log grows" \ |
| |
| #define losetup_trivial_usage \ |
| "[-o OFS] LOOPDEV FILE - associate loop devices\n" \ |
| " losetup -d LOOPDEV - disassociate\n" \ |
| " losetup [-f] - show" |
| #define losetup_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -o OFS Start OFS bytes into FILE" \ |
| "\n -f Show first free loop device" \ |
| |
| #define losetup_notes_usage \ |
| "No arguments will display all current associations.\n" \ |
| "One argument (losetup /dev/loop1) will display the current association\n" \ |
| "(if any), or disassociate it (with -d). The display shows the offset\n" \ |
| "and filename of the file the loop device is currently bound to.\n\n" \ |
| "Two arguments (losetup /dev/loop1 file.img) create a new association,\n" \ |
| "with an optional offset (-o 12345). Encryption is not yet supported.\n" \ |
| "losetup -f will show the first loop free loop device\n\n" |
| |
| #define lpd_trivial_usage \ |
| "SPOOLDIR [HELPER [ARGS]]" |
| #define lpd_full_usage "\n\n" \ |
| "SPOOLDIR must contain (symlinks to) device nodes or directories" \ |
| "\nwith names matching print queue names. In the first case, jobs are" \ |
| "\nsent directly to the device. Otherwise each job is stored in queue" \ |
| "\ndirectory and HELPER program is called. Name of file to print" \ |
| "\nis passed in $DATAFILE variable." \ |
| "\nExample:" \ |
| "\n tcpsvd -E 0 515 softlimit -m 999999 lpd /var/spool ./print" \ |
| |
| #define lpq_trivial_usage \ |
| "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID]... [-fs]" |
| #define lpq_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -P lp service to connect to (else uses $PRINTER)" \ |
| "\n -d Delete jobs" \ |
| "\n -f Force any waiting job to be printed" \ |
| "\n -s Short display" \ |
| |
| #define lpr_trivial_usage \ |
| "-P queue[@host[:port]] -U USERNAME -J TITLE -Vmh [FILE]..." |
| /* -C CLASS exists too, not shown. |
| * CLASS is supposed to be printed on banner page, if one is requested */ |
| #define lpr_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -P lp service to connect to (else uses $PRINTER)"\ |
| "\n -m Send mail on completion" \ |
| "\n -h Print banner page too" \ |
| "\n -V Verbose" \ |
| |
| #define ls_trivial_usage \ |
| "[-1Aa" IF_FEATURE_LS_TIMESTAMPS("c") "Cd" \ |
| IF_FEATURE_LS_TIMESTAMPS("e") IF_FEATURE_LS_FILETYPES("F") "iln" \ |
| IF_FEATURE_LS_FILETYPES("p") IF_FEATURE_LS_FOLLOWLINKS("L") \ |
| IF_FEATURE_LS_RECURSIVE("R") IF_FEATURE_LS_SORTFILES("rS") "s" \ |
| IF_FEATURE_AUTOWIDTH("T") IF_FEATURE_LS_TIMESTAMPS("tu") \ |
| IF_FEATURE_LS_SORTFILES("v") IF_FEATURE_AUTOWIDTH("w") "x" \ |
| IF_FEATURE_LS_SORTFILES("X") IF_FEATURE_HUMAN_READABLE("h") "k" \ |
| IF_SELINUX("K") "] [FILE]..." |
| #define ls_full_usage "\n\n" \ |
| "List directory contents\n" \ |
| "\nOptions:" \ |
| "\n -1 List in a single column" \ |
| "\n -A Don't list . and .." \ |
| "\n -a Don't hide entries starting with ." \ |
| "\n -C List by columns" \ |
| IF_FEATURE_LS_TIMESTAMPS( \ |
| "\n -c With -l: sort by ctime") \ |
| IF_FEATURE_LS_COLOR( \ |
| "\n --color[={always,never,auto}] Control coloring") \ |
| "\n -d List directory entries instead of contents" \ |
| IF_FEATURE_LS_TIMESTAMPS( \ |
| "\n -e List full date and time") \ |
| IF_FEATURE_LS_FILETYPES( \ |
| "\n -F Append indicator (one of */=@|) to entries") \ |
| "\n -i List inode numbers" \ |
| "\n -l Long listing format" \ |
| "\n -n List numeric UIDs and GIDs instead of names" \ |
| IF_FEATURE_LS_FILETYPES( \ |
| "\n -p Append indicator (one of /=@|) to entries") \ |
| IF_FEATURE_LS_FOLLOWLINKS( \ |
| "\n -L List entries pointed to by symlinks") \ |
| IF_FEATURE_LS_RECURSIVE( \ |
| "\n -R Recurse") \ |
| IF_FEATURE_LS_SORTFILES( \ |
| "\n -r Sort in reverse order") \ |
| IF_FEATURE_LS_SORTFILES( \ |
| "\n -S Sort by file size") \ |
| "\n -s List the size of each file, in blocks" \ |
| IF_FEATURE_AUTOWIDTH( \ |
| "\n -T N Assume tabstop every N columns") \ |
| IF_FEATURE_LS_TIMESTAMPS( \ |
| "\n -t With -l: sort by modification time") \ |
| IF_FEATURE_LS_TIMESTAMPS( \ |
| "\n -u With -l: sort by access time") \ |
| IF_FEATURE_LS_SORTFILES( \ |
| "\n -v Sort by version") \ |
| IF_FEATURE_AUTOWIDTH( \ |
| "\n -w N Assume the terminal is N columns wide") \ |
| "\n -x List by lines" \ |
| IF_FEATURE_LS_SORTFILES( \ |
| "\n -X Sort by extension") \ |
| IF_FEATURE_HUMAN_READABLE( \ |
| "\n -h List sizes in human readable format (1K 243M 2G)") \ |
| IF_SELINUX( \ |
| "\n -k List security context") \ |
| IF_SELINUX( \ |
| "\n -K List security context in long format") \ |
| IF_SELINUX( \ |
| "\n -Z List security context and permission") \ |
| |
| #define lsattr_trivial_usage \ |
| "[-Radlv] [FILE]..." |
| #define lsattr_full_usage "\n\n" \ |
| "List file attributes on an ext2 fs\n" \ |
| "\nOptions:" \ |
| "\n -R Recurse" \ |
| "\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" \ |
| |
| #define lsmod_trivial_usage \ |
| "" |
| #define lsmod_full_usage "\n\n" \ |
| "List the currently loaded kernel modules" |
| |
| #define lspci_trivial_usage \ |
| "[-mk]" |
| #define lspci_full_usage "\n\n" \ |
| "List all PCI devices" \ |
| "\n" \ |
| "\n -m Parseable output" \ |
| "\n -k Show driver" \ |
| |
| #define lsusb_trivial_usage NOUSAGE_STR |
| #define lsusb_full_usage "" |
| |
| #if ENABLE_FEATURE_MAKEDEVS_LEAF |
| #define makedevs_trivial_usage \ |
| "NAME TYPE MAJOR MINOR FIRST LAST [s]" |
| #define makedevs_full_usage "\n\n" \ |
| "Create a range of block or character special files" \ |
| "\n" \ |
| "\nTYPE is:" \ |
| "\n b Block device" \ |
| "\n c Character device" \ |
| "\n f FIFO, MAJOR and MINOR are ignored" \ |
| "\n" \ |
| "\nFIRST..LAST specify numbers appended to NAME." \ |
| "\nIf 's' is the last argument, the base device is created as well." \ |
| "\n" \ |
| "\nExamples:" \ |
| "\n makedevs /dev/ttyS c 4 66 2 63 -> ttyS2-ttyS63" \ |
| "\n makedevs /dev/hda b 3 0 0 8 s -> hda,hda1-hda8" |
| #define makedevs_example_usage \ |
| "# makedevs /dev/ttyS c 4 66 2 63\n" \ |
| "[creates ttyS2-ttyS63]\n" \ |
| "# makedevs /dev/hda b 3 0 0 8 s\n" \ |
| "[creates hda,hda1-hda8]\n" |
| #endif |
| |
| #if ENABLE_FEATURE_MAKEDEVS_TABLE |
| #define makedevs_trivial_usage \ |
| "[-d device_table] rootdir" |
| #define makedevs_full_usage "\n\n" \ |
| "Create a range of special files as specified in a device table.\n" \ |
| "Device table entries take the form of:\n" \ |
| "<type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n" \ |
| "Where name is the file name, type can be one of:\n" \ |
| " f Regular file\n" \ |
| " d Directory\n" \ |
| " c Character device\n" \ |
| " b Block device\n" \ |
| " p Fifo (named pipe)\n" \ |
| "uid is the user id for the target file, gid is the group id for the\n" \ |
| "target file. The rest of the entries (major, minor, etc) apply to\n" \ |
| "to device special files. A '-' may be used for blank entries." |
| #define makedevs_example_usage \ |
| "For example:\n" \ |
| "<name> <type> <mode><uid><gid><major><minor><start><inc><count>\n" \ |
| "/dev d 755 0 0 - - - - -\n" \ |
| "/dev/console c 666 0 0 5 1 - - -\n" \ |
| "/dev/null c 666 0 0 1 3 0 0 -\n" \ |
| "/dev/zero c 666 0 0 1 5 0 0 -\n" \ |
| "/dev/hda b 640 0 0 3 0 0 0 -\n" \ |
| "/dev/hda b 640 0 0 3 1 1 1 15\n\n" \ |
| "Will Produce:\n" \ |
| "/dev\n" \ |
| "/dev/console\n" \ |
| "/dev/null\n" \ |
| "/dev/zero\n" \ |
| "/dev/hda\n" \ |
| "/dev/hda[0-15]\n" |
| #endif |
| |
| #define makemime_trivial_usage \ |
| "[OPTIONS] [FILE]..." |
| #define makemime_full_usage "\n\n" \ |
| "Create multipart MIME-encoded message from FILEs\n" \ |
| /* "Transfer encoding is base64, disposition is inline (not attachment)\n" */ \ |
| "\nOptions:" \ |
| "\n -o FILE Output. Default: stdout" \ |
| "\n -a HDR Add header. Examples:" \ |
| "\n \"From: user@host.org\", \"Date: `date -R`\"" \ |
| "\n -c CT Content type. Default: text/plain" \ |
| "\n -C CS Charset. Default: " CONFIG_FEATURE_MIME_CHARSET \ |
| /* "\n -e ENC Transfer encoding. Ignored. base64 is assumed" */ \ |
| "\n" \ |
| "\nOther options are silently ignored" \ |
| |
| #define man_trivial_usage \ |
| "[OPTIONS] [MANPAGE]..." |
| #define man_full_usage "\n\n" \ |
| "Format and display manual page\n" \ |
| "\nOptions:" \ |
| "\n -a Display all pages" \ |
| "\n -w Show page locations" \ |
| |
| #define matchpathcon_trivial_usage \ |
| "[-n] [-N] [-f file_contexts_file] [-p prefix] [-V]" |
| #define matchpathcon_full_usage "\n\n" \ |
| " -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" \ |
| |
| #define md5sum_trivial_usage \ |
| "[OPTIONS] [FILE]..." \ |
| IF_FEATURE_MD5_SHA1_SUM_CHECK("\n or: md5sum [OPTIONS] -c [FILE]") |
| #define md5sum_full_usage "\n\n" \ |
| "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " MD5 checksums" \ |
| IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \ |
| "\nOptions:" \ |
| "\n -c Check sums against given list" \ |
| "\n -s Don't output anything, status code shows success" \ |
| "\n -w Warn about improperly formatted checksum lines" \ |
| ) |
| |
| #define md5sum_example_usage \ |
| "$ md5sum < busybox\n" \ |
| "6fd11e98b98a58f64ff3398d7b324003\n" \ |
| "$ md5sum busybox\n" \ |
| "6fd11e98b98a58f64ff3398d7b324003 busybox\n" \ |
| "$ md5sum -c -\n" \ |
| "6fd11e98b98a58f64ff3398d7b324003 busybox\n" \ |
| "busybox: OK\n" \ |
| "^D\n" |
| |
| #define sha1sum_trivial_usage \ |
| "[OPTIONS] [FILE]..." \ |
| IF_FEATURE_MD5_SHA1_SUM_CHECK("\n or: sha1sum [OPTIONS] -c [FILE]") |
| #define sha1sum_full_usage "\n\n" \ |
| "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums" \ |
| IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \ |
| "\nOptions:" \ |
| "\n -c Check sums against given list" \ |
| "\n -s Don't output anything, status code shows success" \ |
| "\n -w Warn about improperly formatted checksum lines" \ |
| ) |
| |
| #define sha256sum_trivial_usage \ |
| "[OPTIONS] [FILE]..." \ |
| IF_FEATURE_MD5_SHA1_SUM_CHECK("\n or: sha256sum [OPTIONS] -c [FILE]") |
| #define sha256sum_full_usage "\n\n" \ |
| "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA256 checksums" \ |
| IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \ |
| "\nOptions:" \ |
| "\n -c Check sums against given list" \ |
| "\n -s Don't output anything, status code shows success" \ |
| "\n -w Warn about improperly formatted checksum lines" \ |
| ) |
| |
| #define sha512sum_trivial_usage \ |
| "[OPTIONS] [FILE]..." \ |
| IF_FEATURE_MD5_SHA1_SUM_CHECK("\n or: sha512sum [OPTIONS] -c [FILE]") |
| #define sha512sum_full_usage "\n\n" \ |
| "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA512 checksums" \ |
| IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \ |
| "\nOptions:" \ |
| "\n -c Check sums against given list" \ |
| "\n -s Don't output anything, status code shows success" \ |
| "\n -w Warn about improperly formatted checksum lines" \ |
| ) |
| |
| #define mdev_trivial_usage \ |
| "[-s]" |
| #define mdev_full_usage "\n\n" \ |
| " -s Scan /sys and populate /dev during system boot\n" \ |
| "\n" \ |
| "It can be run by kernel as a hotplug helper. To activate it:\n" \ |
| " echo /sbin/mdev > /proc/sys/kernel/hotplug\n" \ |
| IF_FEATURE_MDEV_CONF( \ |
| "It uses /etc/mdev.conf with lines\n" \ |
| "[-]DEVNAME UID:GID PERM" \ |
| IF_FEATURE_MDEV_RENAME(" [>|=PATH]") \ |
| IF_FEATURE_MDEV_EXEC(" [@|$|*PROG]") \ |
| ) \ |
| |
| #define mdev_notes_usage "" \ |
| IF_FEATURE_MDEV_CONFIG( \ |
| "The mdev config file contains lines that look like:\n" \ |
| " hd[a-z][0-9]* 0:3 660\n\n" \ |
| "That's device name (with regex match), uid:gid, and permissions.\n\n" \ |
| IF_FEATURE_MDEV_EXEC( \ |
| "Optionally, that can be followed (on the same line) by a special character\n" \ |
| "and a command line to run after creating/before deleting the corresponding\n" \ |
| "device(s). The environment variable $MDEV indicates the active device node\n" \ |
| "(which is useful if it's a regex match). For example:\n\n" \ |
| " hdc root:cdrom 660 *ln -s $MDEV cdrom\n\n" \ |
| "The special characters are @ (run after creating), $ (run before deleting),\n" \ |
| "and * (run both after creating and before deleting). The commands run in\n" \ |
| "the /dev directory, and use system() which calls /bin/sh.\n\n" \ |
| ) \ |
| "Config file parsing stops on the first matching line. If no config\n" \ |
| "entry is matched, devices are created with default 0:0 660. (Make\n" \ |
| "the last line match .* to override this.)\n\n" \ |
| ) |
| |
| #define mesg_trivial_usage \ |
| "[y|n]" |
| #define mesg_full_usage "\n\n" \ |
| "Control write access to your terminal\n" \ |
| " y Allow write access to your terminal\n" \ |
| " n Disallow write access to your terminal" |
| |
| #define microcom_trivial_usage \ |
| "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY" |
| #define microcom_full_usage "\n\n" \ |
| "Copy bytes for stdin to TTY and from TTY to stdout\n" \ |
| "\nOptions:" \ |
| "\n -d Wait up to DELAY ms for TTY output before sending every" \ |
| "\n next byte to it" \ |
| "\n -t Exit if both stdin and TTY are silent for TIMEOUT ms" \ |
| "\n -s Set serial line to SPEED" \ |
| "\n -X Disable special meaning of NUL and Ctrl-X from stdin" \ |
| |
| #define mkdir_trivial_usage \ |
| "[OPTIONS] DIRECTORY..." |
| #define mkdir_full_usage "\n\n" \ |
| "Create DIRECTORY\n" \ |
| "\nOptions:" \ |
| "\n -m Mode" \ |
| "\n -p No error if exists; make parent directories as needed" \ |
| IF_SELINUX( \ |
| "\n -Z Set security context" \ |
| ) |
| |
| #define mkdir_example_usage \ |
| "$ mkdir /tmp/foo\n" \ |
| "$ mkdir /tmp/foo\n" \ |
| "/tmp/foo: File exists\n" \ |
| "$ mkdir /tmp/foo/bar/baz\n" \ |
| "/tmp/foo/bar/baz: No such file or directory\n" \ |
| "$ mkdir -p /tmp/foo/bar/baz\n" |
| |
| #define mkfifo_trivial_usage \ |
| "[OPTIONS] name" |
| #define mkfifo_full_usage "\n\n" \ |
| "Create named pipe (identical to 'mknod name p')\n" \ |
| "\nOptions:" \ |
| "\n -m MODE Mode (default a=rw)" \ |
| IF_SELINUX( \ |
| "\n -Z Set security context" \ |
| ) |
| |
| #define mkfs_ext2_trivial_usage \ |
| "[-Fn] " \ |
| /* "[-c|-l filename] " */ \ |
| "[-b BLK_SIZE] " \ |
| /* "[-f fragment-size] [-g blocks-per-group] " */ \ |
| "[-i INODE_RATIO] [-I INODE_SIZE] " \ |
| /* "[-j] [-J journal-options] [-N number-of-inodes] " */ \ |
| "[-m RESERVED_PERCENT] " \ |
| /* "[-o creator-os] [-O feature[,...]] [-q] " */ \ |
| /* "[r fs-revision-level] [-E extended-options] [-v] [-F] " */ \ |
| "[-L LABEL] " \ |
| /* "[-M last-mounted-directory] [-S] [-T filesystem-type] " */ \ |
| "BLOCKDEV [KBYTES]" |
| #define mkfs_ext2_full_usage "\n\n" \ |
| " -b BLK_SIZE Block size, bytes" \ |
| /* "\n -c Check device for bad blocks" */ \ |
| /* "\n -E opts Set extended options" */ \ |
| /* "\n -f size Fragment size in bytes" */ \ |
| "\n -F Force" \ |
| /* "\n -g N Number of blocks in a block group" */ \ |
| "\n -i RATIO Max number of files is filesystem_size / RATIO" \ |
| "\n -I BYTES Inode size (min 128)" \ |
| /* "\n -j Create a journal (ext3)" */ \ |
| /* "\n -J opts Set journal options (size/device)" */ \ |
| /* "\n -l file Read bad blocks list from file" */ \ |
| "\n -L LBL Volume label" \ |
| "\n -m PERCENT Percent of blocks to reserve for admin" \ |
| /* "\n -M dir Set last mounted directory" */ \ |
| "\n -n Dry run" \ |
| /* "\n -N N 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" */ \ |
| /* "\n -q Quiet" */ \ |
| /* "\n -r rev Set filesystem revision" */ \ |
| /* "\n -S Write superblock and group descriptors only" */ \ |
| /* "\n -T fs-type Set usage type (news/largefile/largefile4)" */ \ |
| /* "\n -v Verbose" */ \ |
| |
| #define mkfs_minix_trivial_usage \ |
| "[-c | -l FILE] [-nXX] [-iXX] BLOCKDEV [KBYTES]" |
| #define mkfs_minix_full_usage "\n\n" \ |
| "Make a MINIX filesystem\n" \ |
| "\nOptions:" \ |
| "\n -c Check device for bad blocks" \ |
| "\n -n [14|30] Maximum length of filenames" \ |
| "\n -i INODES Number of inodes for the filesystem" \ |
| "\n -l FILE Read bad blocks list from FILE" \ |
| "\n -v Make version 2 filesystem" \ |
| |
| #define mkfs_reiser_trivial_usage \ |
| "[-f] [-l LABEL] BLOCKDEV [4K-BLOCKS]" |
| |
| #define mkfs_reiser_full_usage "\n\n" \ |
| "Make a ReiserFS V3 filesystem\n" \ |
| "\nOptions:" \ |
| "\n -f Force" \ |
| "\n -l LBL Volume label" \ |
| |
| #define mkfs_vfat_trivial_usage \ |
| "[-v] [-n LABEL] BLOCKDEV [KBYTES]" |
| /* Accepted but ignored: |
| "[-c] [-C] [-I] [-l bad-block-file] [-b backup-boot-sector] " |
| "[-m boot-msg-file] [-i volume-id] " |
| "[-s sectors-per-cluster] [-S logical-sector-size] [-f number-of-FATs] " |
| "[-h hidden-sectors] [-F fat-size] [-r root-dir-entries] [-R reserved-sectors] " |
| */ |
| #define mkfs_vfat_full_usage "\n\n" \ |
| "Make a FAT32 filesystem\n" \ |
| "\nOptions:" \ |
| /* "\n -c Check device for bad blocks" */ \ |
| "\n -v Verbose" \ |
| /* "\n -I Allow to use entire disk device (e.g. /dev/hda)" */ \ |
| "\n -n LBL Volume label" \ |
| |
| #define mknod_trivial_usage \ |
| "[OPTIONS] NAME TYPE MAJOR MINOR" |
| #define mknod_full_usage "\n\n" \ |
| "Create a special file (block, character, or pipe)\n" \ |
| "\nOptions:" \ |
| "\n -m Create the special file using the specified mode (default a=rw)" \ |
| "\nTYPEs include:" \ |
| "\n b: Make a block device" \ |
| "\n c or u: Make a character device" \ |
| "\n p: Make a named pipe (MAJOR and MINOR are ignored)" \ |
| IF_SELINUX( \ |
| "\n -Z Set security context" \ |
| ) |
| |
| #define mknod_example_usage \ |
| "$ mknod /dev/fd0 b 2 0\n" \ |
| "$ mknod -m 644 /tmp/pipe p\n" |
| |
| #define mkswap_trivial_usage \ |
| "[OPTIONS] BLOCKDEV [KBYTES]" |
| #define mkswap_full_usage "\n\n" \ |
| "Prepare BLOCKDEV to be used as swap partition\n" \ |
| "\nOptions:" \ |
| "\n -L LBL Label" \ |
| |
| #define mktemp_trivial_usage \ |
| "[-dt] [-p DIR] [TEMPLATE]" |
| #define mktemp_full_usage "\n\n" \ |
| "Create a temporary file with name based on TEMPLATE and print its name.\n" \ |
| "TEMPLATE must end with XXXXXX (e.g. [/dir/]nameXXXXXX).\n" \ |
| "\nOptions:" \ |
| "\n -d Make a directory instead of a file" \ |
| /* "\n -q Fail silently if an error occurs" - we ignore it */ \ |
| "\n -t Generate a path rooted in temporary directory" \ |
| "\n -p DIR Use DIR as a temporary directory (implies -t)" \ |
| "\n" \ |
| "\nFor -t or -p, directory is chosen as follows:" \ |
| "\n$TMPDIR if set, else -p DIR, else /tmp" \ |
| |
| #define mktemp_example_usage \ |
| "$ mktemp /tmp/temp.XXXXXX\n" \ |
| "/tmp/temp.mWiLjM\n" \ |
| "$ ls -la /tmp/temp.mWiLjM\n" \ |
| "-rw------- 1 andersen andersen 0 Apr 25 17:10 /tmp/temp.mWiLjM\n" |
| |
| #define more_trivial_usage \ |
| "[FILE]..." |
| #define more_full_usage "\n\n" \ |
| "View FILE (or stdin) one screenful at a time" |
| |
| #define more_example_usage \ |
| "$ dmesg | more\n" |
| |
| #define mount_trivial_usage \ |
| "[OPTIONS] [-o OPTS] DEVICE NODE" |
| #define mount_full_usage "\n\n" \ |
| "Mount a filesystem. Filesystem autodetection requires /proc.\n" \ |
| "\nOptions:" \ |
| "\n -a Mount all filesystems in fstab" \ |
| IF_FEATURE_MOUNT_FAKE( \ |
| IF_FEATURE_MTAB_SUPPORT( \ |
| "\n -f Update /etc/mtab, but don't mount" \ |
| ) \ |
| IF_NOT_FEATURE_MTAB_SUPPORT( \ |
| "\n -f Dry run" \ |
| ) \ |
| ) \ |
| IF_FEATURE_MOUNT_HELPERS( \ |
| "\n -i Don't run mount helper" \ |
| ) \ |
| IF_FEATURE_MTAB_SUPPORT( \ |
| "\n -n Don't update /etc/mtab" \ |
| ) \ |
| "\n -r Read-only mount" \ |
| "\n -w Read-write mount (default)" \ |
| "\n -t FSTYPE Filesystem type" \ |
| "\n -O OPT Mount only filesystems with option OPT (-a only)" \ |
| "\n-o OPT:" \ |
| IF_FEATURE_MOUNT_LOOP( \ |
| "\n loop Ignored (loop devices are autodetected)" \ |
| ) \ |
| IF_FEATURE_MOUNT_FLAGS( \ |
| "\n [a]sync Writes are [a]synchronous" \ |
| "\n [no]atime Disable/enable updates to inode access times" \ |
| "\n [no]diratime Disable/enable atime updates to directories" \ |
| "\n [no]relatime Disable/enable atime updates relative to modification time" \ |
| "\n [no]dev (Dis)allow use of special device files" \ |
| "\n [no]exec (Dis)allow use of executable files" \ |
| "\n [no]suid (Dis)allow set-user-id-root programs" \ |
| "\n [r]shared Convert [recursively] to a shared subtree" \ |
| "\n [r]slave Convert [recursively] to a slave subtree" \ |
| "\n [r]private Convert [recursively] to a private subtree" \ |
| "\n [un]bindable Make mount point [un]able to be bind mounted" \ |
| "\n bind Bind a file or directory to another location" \ |
| "\n move Relocate an existing mount point" \ |
| ) \ |
| "\n remount Remount a mounted filesystem, changing flags" \ |
| "\n ro/rw Same as -r/-w" \ |
| "\n" \ |
| "\nThere are filesystem-specific -o flags." \ |
| |
| #define mount_example_usage \ |
| "$ mount\n" \ |
| "/dev/hda3 on / type minix (rw)\n" \ |
| "proc on /proc type proc (rw)\n" \ |
| "devpts on /dev/pts type devpts (rw)\n" \ |
| "$ mount /dev/fd0 /mnt -t msdos -o ro\n" \ |
| "$ mount /tmp/diskimage /opt -t ext2 -o loop\n" \ |
| "$ mount cd_image.iso mydir\n" |
| #define mount_notes_usage \ |
| "Returns 0 for success, number of failed mounts for -a, or errno for one mount." |
| |
| #define mountpoint_trivial_usage \ |
| "[-q] <[-dn] DIR | -x DEVICE>" |
| #define mountpoint_full_usage "\n\n" \ |
| "Check if the directory is a mountpoint\n" \ |
| "\nOptions:" \ |
| "\n -q Quiet" \ |
| "\n -d Print major/minor device number of the filesystem" \ |
| "\n -n Print device name of the filesystem" \ |
| "\n -x Print major/minor device number of the blockdevice" \ |
| |
| #define mountpoint_example_usage \ |
| "$ mountpoint /proc\n" \ |
| "/proc is not a mountpoint\n" \ |
| "$ mountpoint /sys\n" \ |
| "/sys is a mountpoint\n" |
| |
| #define mt_trivial_usage \ |
| "[-f device] opcode value" |
| #define mt_full_usage "\n\n" \ |
| "Control magnetic tape drive operation\n" \ |
| "\n" \ |
| "Available Opcodes:\n" \ |
| "\n" \ |
| "bsf bsfm bsr bss datacompression drvbuffer eof eom erase\n" \ |
| "fsf fsfm fsr fss load lock mkpart nop offline ras1 ras2\n" \ |
| "ras3 reset retension rewind rewoffline seek setblk setdensity\n" \ |
| "setpart tell unload unlock weof wset" \ |
| |
| #define mv_trivial_usage \ |
| "[OPTIONS] SOURCE DEST\n" \ |
| "or: mv [OPTIONS] SOURCE... DIRECTORY" |
| #define mv_full_usage "\n\n" \ |
| "Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY\n" \ |
| "\nOptions:" \ |
| "\n -f Don't prompt before overwriting" \ |
| "\n -i Interactive, prompt before overwrite" \ |
| |
| #define mv_example_usage \ |
| "$ mv /tmp/foo /bin/bar\n" |
| |
| #define nameif_trivial_usage \ |
| "[-s] [-c FILE] [{IFNAME MACADDR}]" |
| #define nameif_full_usage "\n\n" \ |
| "Rename network interface while it in the down state\n" \ |
| "\nOptions:" \ |
| "\n -c FILE Use configuration file (default: /etc/mactab)" \ |
| "\n -s Use syslog (LOCAL0 facility)" \ |
| "\n IFNAME MACADDR new_interface_name interface_mac_address" \ |
| |
| #define nameif_example_usage \ |
| "$ nameif -s dmz0 00:A0:C9:8C:F6:3F\n" \ |
| " or\n" \ |
| "$ nameif -c /etc/my_mactab_file\n" \ |
| |
| #define netstat_trivial_usage \ |
| "[-laentuwxr"IF_FEATURE_NETSTAT_WIDE("W")IF_FEATURE_NETSTAT_PRG("p")"]" |
| #define netstat_full_usage "\n\n" \ |
| "Display networking information\n" \ |
| "\nOptions:" \ |
| "\n -l Display listening server sockets" \ |
| "\n -a Display all sockets (default: connected)" \ |
| "\n -e Display other/more information" \ |
| "\n -n Don't resolve names" \ |
| "\n -t Tcp sockets" \ |
| "\n -u Udp sockets" \ |
| "\n -w Raw sockets" \ |
| "\n -x Unix sockets" \ |
| "\n -r Display routing table" \ |
| IF_FEATURE_NETSTAT_WIDE( \ |
| "\n -W Display with no column truncation" \ |
| ) \ |
| IF_FEATURE_NETSTAT_PRG( \ |
| "\n -p Display PID/Program name for sockets" \ |
| ) |
| |
| #define nmeter_trivial_usage \ |
| "format_string" |
| #define nmeter_full_usage "\n\n" \ |
| "Monitor system in real time\n\n" \ |
| "Format specifiers:\n" \ |
| " %Nc or %[cN] Monitor CPU. N - bar size, default 10\n" \ |
| " (displays: S:system U:user N:niced D:iowait I:irq i:softirq)\n" \ |
| " %[niface] Monitor network interface 'iface'\n" \ |
| " %m Monitor allocated memory\n" \ |
| " %[mf] Monitor free memory\n" \ |
| " %[mt] Monitor total memory\n" \ |
| " %s Monitor allocated swap\n" \ |
| " %f Monitor number of used file descriptors\n" \ |
| " %Ni Monitor total/specific IRQ rate\n" \ |
| " %x Monitor context switch rate\n" \ |
| " %p Monitor forks\n" \ |
| " %[pn] Monitor # of processes\n" \ |
| " %b Monitor block io\n" \ |
| " %Nt Show time (with N decimal points)\n" \ |
| " %Nd Milliseconds between updates (default:1000)\n" \ |
| " %r Print <cr> instead of <lf> at EOL" \ |
| |
| #define nmeter_example_usage \ |
| "nmeter '%250d%t %20c int %i bio %b mem %m forks%p'" |
| |
| #define nohup_trivial_usage \ |
| "PROG ARGS" |
| #define nohup_full_usage "\n\n" \ |
| "Run PROG immune to hangups, with output to a non-tty" |
| #define nohup_example_usage \ |
| "$ nohup make &" |
| |
| #define nslookup_trivial_usage \ |
| "[HOST] [SERVER]" |
| #define nslookup_full_usage "\n\n" \ |
| "Query the nameserver for the IP address of the given HOST\n" \ |
| "optionally using a specified DNS server" |
| #define nslookup_example_usage \ |
| "$ nslookup localhost\n" \ |
| "Server: default\n" \ |
| "Address: default\n" \ |
| "\n" \ |
| "Name: debian\n" \ |
| "Address: 127.0.0.1\n" |
| |
| #define ntpd_trivial_usage \ |
| "[-dnqwl] [-S PROG] [-p PEER]..." |
| #define ntpd_full_usage "\n\n" \ |
| "NTP client/server\n" \ |
| "\nOptions:" \ |
| "\n -d Verbose" \ |
| "\n -n Do not daemonize" \ |
| "\n -q Quit after clock is set" \ |
| /* -N exists for mostly compat reasons, thus not essential to inform */ \ |
| /* the user that it exists: user may use nice as well */ \ |
| /* "\n -N Run at high priority" */ \ |
| "\n -w Do not set time (only query peers), implies -n" \ |
| "\n -l Run as server on port 123" \ |
| "\n -S PROG Run PROG after stepping time, stratum change, and every 11 mins" \ |
| "\n -p PEER Obtain time from PEER (may be repeated)" \ |
| |
| #define od_trivial_usage \ |
| "[-aBbcDdeFfHhIiLlOovXx] " IF_DESKTOP("[-t TYPE] ") "[FILE]" |
| #define od_full_usage "\n\n" \ |
| "Write an unambiguous representation, octal bytes by default, of FILE\n" \ |
| "(or stdin) to stdout" |
| |
| #define openvt_trivial_usage \ |
| "[-c N] [-sw] [PROG ARGS]" |
| #define openvt_full_usage "\n\n" \ |
| "Start PROG on a new virtual terminal\n" \ |
| "\nOptions:" \ |
| "\n -c N Use specified VT" \ |
| "\n -s Switch to the VT" \ |
| /* "\n -l Run PROG as login shell (by prepending '-')" */ \ |
| "\n -w Wait for PROG to exit" \ |
| |
| #define openvt_example_usage \ |
| "openvt 2 /bin/ash\n" |
| |
| /* |
| #define parse_trivial_usage \ |
| "[-n MAXTOKENS] [-m MINTOKENS] [-d DELIMS] [-f FLAGS] FILE..." |
| #define parse_full_usage "" |
| */ |
| |
| #define passwd_trivial_usage \ |
| "[OPTIONS] [USER]" |
| #define passwd_full_usage "\n\n" \ |
| "Change USER's password. If no USER is specified,\n" \ |
| "changes the password for the current user.\n" \ |
| "\nOptions:" \ |
| "\n -a Algorithm to use for password (des, md5)" /* ", sha1)" */ \ |
| "\n -d Delete password for the account" \ |
| "\n -l Lock (disable) account" \ |
| "\n -u Unlock (re-enable) account" \ |
| |
| #define chpasswd_trivial_usage \ |
| IF_LONG_OPTS("[--md5|--encrypted]") IF_NOT_LONG_OPTS("[-m|-e]") |
| #define chpasswd_full_usage "\n\n" \ |
| "Read user:password from stdin and update /etc/passwd\n" \ |
| "\nOptions:" \ |
| IF_LONG_OPTS( \ |
| "\n -e,--encrypted Supplied passwords are in encrypted form" \ |
| "\n -m,--md5 Use MD5 encryption instead of DES" \ |
| ) \ |
| IF_NOT_LONG_OPTS( \ |
| "\n -e Supplied passwords are in encrypted form" \ |
| "\n -m Use MD5 encryption instead of DES" \ |
| ) |
| |
| #define patch_trivial_usage \ |
| "[OPTIONS] [ORIGFILE [PATCHFILE]]" |
| #define patch_full_usage "\n\n" \ |
| IF_LONG_OPTS( \ |
| " -p,--strip N Strip N leading components from file names" \ |
| "\n -i,--input DIFF Read DIFF instead of stdin" \ |
| "\n -R,--reverse Reverse patch" \ |
| "\n -N,--forward Ignore already applied patches" \ |
| "\n --dry-run Don't actually change files" \ |
| ) \ |
| IF_NOT_LONG_OPTS( \ |
| " -p N Strip N leading components from file names" \ |
| "\n -i DIFF Read DIFF instead of stdin" \ |
| "\n -R Reverse patch" \ |
| "\n -N Ignore already applied patches" \ |
| ) |
| |
| #define patch_example_usage \ |
| "$ patch -p1 < example.diff\n" \ |
| "$ patch -p0 -i example.diff" |
| |
| #define pgrep_trivial_usage \ |
| "[-flnovx] [-s SID|-P PPID|PATTERN]" |
| #define pgrep_full_usage "\n\n" \ |
| "Display process(es) selected by regex PATTERN\n" \ |
| "\nOptions:" \ |
| "\n -l Show command name too" \ |
| "\n -f Match against entire command line" \ |
| "\n -n Show the newest process only" \ |
| "\n -o Show the oldest process only" \ |
| "\n -v Negate the match" \ |
| "\n -x Match whole name (not substring)" \ |
| "\n -s Match session ID (0 for current)" \ |
| "\n -P Match parent process ID" \ |
| |
| #if (ENABLE_FEATURE_PIDOF_SINGLE || ENABLE_FEATURE_PIDOF_OMIT) |
| #define pidof_trivial_usage \ |
| "[OPTIONS] [NAME]..." |
| #define USAGE_PIDOF "\n\nOptions:" |
| #else |
| #define pidof_trivial_usage \ |
| "[NAME]..." |
| #define USAGE_PIDOF /* none */ |
| #endif |
| #define pidof_full_usage "\n\n" \ |
| "List PIDs of all processes with names that match NAMEs" \ |
| USAGE_PIDOF \ |
| IF_FEATURE_PIDOF_SINGLE( \ |
| "\n -s Show only one PID") \ |
| IF_FEATURE_PIDOF_OMIT( \ |
| "\n -o PID Omit given pid" \ |
| "\n Use %PPID to omit pid of pidof's parent") \ |
| |
| #define pidof_example_usage \ |
| "$ pidof init\n" \ |
| "1\n" \ |
| IF_FEATURE_PIDOF_OMIT( \ |
| "$ pidof /bin/sh\n20351 5973 5950\n") \ |
| IF_FEATURE_PIDOF_OMIT( \ |
| "$ pidof /bin/sh -o %PPID\n20351 5950") |
| |
| #if !ENABLE_FEATURE_FANCY_PING |
| #define ping_trivial_usage \ |
| "host" |
| #define ping_full_usage "\n\n" \ |
| "Send ICMP ECHO_REQUEST packets to network hosts" |
| #define ping6_trivial_usage \ |
| "host" |
| #define ping6_full_usage "\n\n" \ |
| "Send ICMP ECHO_REQUEST packets to network hosts" |
| #else |
| #define ping_trivial_usage \ |
| "[OPTIONS] HOST" |
| #define ping_full_usage "\n\n" \ |
| "Send ICMP ECHO_REQUEST packets to network hosts\n" \ |
| "\nOptions:" \ |
| "\n -4, -6 Force IP or IPv6 name resolution" \ |
| "\n -c CNT Send only CNT pings" \ |
| "\n -s SIZE Send SIZE data bytes in packets (default:56)" \ |
| "\n -I IFACE/IP Use interface or IP address as source" \ |
| "\n -W SEC Seconds to wait for the first response (default:10)" \ |
| "\n (after all -c CNT packets are sent)" \ |
| "\n -w SEC Seconds until ping exits (default:infinite)" \ |
| "\n (can exit earlier with -c CNT)" \ |
| "\n -q Quiet, only displays output at start" \ |
| "\n and when finished" \ |
| |
| #define ping6_trivial_usage \ |
| "[OPTIONS] HOST" |
| #define ping6_full_usage "\n\n" \ |
| "Send ICMP ECHO_REQUEST packets to network hosts\n" \ |
| "\nOptions:" \ |
| "\n -c CNT Send only CNT pings" \ |
| "\n -s SIZE Send SIZE data bytes in packets (default:56)" \ |
| "\n -I IFACE/IP Use interface or IP address as source" \ |
| "\n -q Quiet, only displays output at start" \ |
| "\n and when finished" \ |
| |
| #endif |
| #define ping_example_usage \ |
| "$ ping localhost\n" \ |
| "PING slag (127.0.0.1): 56 data bytes\n" \ |
| "64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=20.1 ms\n" \ |
| "\n" \ |
| "--- debian ping statistics ---\n" \ |
| "1 packets transmitted, 1 packets received, 0% packet loss\n" \ |
| "round-trip min/avg/max = 20.1/20.1/20.1 ms\n" |
| #define ping6_example_usage \ |
| "$ ping6 ip6-localhost\n" \ |
| "PING ip6-localhost (::1): 56 data bytes\n" \ |
| "64 bytes from ::1: icmp6_seq=0 ttl=64 time=20.1 ms\n" \ |
| "\n" \ |
| "--- ip6-localhost ping statistics ---\n" \ |
| "1 packets transmitted, 1 packets received, 0% packet loss\n" \ |
| "round-trip min/avg/max = 20.1/20.1/20.1 ms\n" |
| |
| #define pipe_progress_trivial_usage NOUSAGE_STR |
| #define pipe_progress_full_usage "" |
| |
| #define pivot_root_trivial_usage \ |
| "NEW_ROOT PUT_OLD" |
| #define pivot_root_full_usage "\n\n" \ |
| "Move the current root file system to PUT_OLD and make NEW_ROOT\n" \ |
| "the new root file system" |
| |
| #define pkill_trivial_usage \ |
| "[-l|-SIGNAL] [-fnovx] [-s SID|-P PPID|PATTERN]" |
| #define pkill_full_usage "\n\n" \ |
| "Send a signal to process(es) selected by regex PATTERN\n" \ |
| "\nOptions:" \ |
| "\n -l List all signals" \ |
| "\n -f Match against entire command line" \ |
| "\n -n Signal the newest process only" \ |
| "\n -o Signal the oldest process only" \ |
| "\n -v Negate the match" \ |
| "\n -x Match whole name (not substring)" \ |
| "\n -s Match session ID (0 for current)" \ |
| "\n -P Match parent process ID" \ |
| |
| #define popmaildir_trivial_usage \ |
| "[OPTIONS] MAILDIR [CONN_HELPER ARGS]" |
| #define popmaildir_full_usage "\n\n" \ |
| "Fetch content of remote mailbox to local maildir\n" \ |
| "\nOptions:" \ |
| /* "\n -b Binary mode. Ignored" */ \ |
| /* "\n -d Debug. Ignored" */ \ |
| /* "\n -m Show used memory. Ignored" */ \ |
| /* "\n -V Show version. Ignored" */ \ |
| /* "\n -c Use tcpclient. Ignored" */ \ |
| /* "\n -a Use APOP protocol. Implied. If server supports APOP -> use it" */ \ |
| "\n -s Skip authorization" \ |
| "\n -T Get messages with TOP instead of RETR" \ |
| "\n -k Keep retrieved messages on the server" \ |
| "\n -t SEC Network timeout" \ |
| IF_FEATURE_POPMAILDIR_DELIVERY( \ |
| "\n -F \"PROG ARGS\" Filter program (may be repeated)" \ |
| "\n -M \"PROG ARGS\" Delivery program" \ |
| ) \ |
| "\n" \ |
| "\nFetch from plain POP3 server:" \ |
| "\npopmaildir -k DIR nc pop3.server.com 110 <user_and_pass.txt" \ |
| "\nFetch from SSLed POP3 server and delete fetched emails:" \ |
| "\npopmaildir DIR -- openssl s_client -quiet -connect pop3.server.com:995 <user_and_pass.txt" |
| /* "\n -R BYTES Remove old messages on the server >= BYTES. Ignored" */ |
| /* "\n -Z N1-N2 Remove messages from N1 to N2 (dangerous). Ignored" */ |
| /* "\n -L BYTES Don't retrieve new messages >= BYTES. Ignored" */ |
| /* "\n -H LINES Type first LINES of a message. Ignored" */ |
| #define popmaildir_example_usage \ |
| "$ popmaildir -k ~/Maildir -- nc pop.drvv.ru 110 [<password_file]\n" \ |
| "$ popmaildir ~/Maildir -- openssl s_client -quiet -connect pop.gmail.com:995 [<password_file]\n" |
| |
| #define poweroff_trivial_usage \ |
| "[-d DELAY] [-n] [-f]" |
| #define poweroff_full_usage "\n\n" \ |
| "Halt and shut off power\n" \ |
| "\nOptions:" \ |
| "\n -d Delay interval for halting" \ |
| "\n -n Do not sync" \ |
| "\n -f Force power off (don't go through init)" \ |
| |
| #define printenv_trivial_usage \ |
| "[VARIABLE]..." |
| #define printenv_full_usage "\n\n" \ |
| "Print environment VARIABLEs.\n" \ |
| "If no VARIABLE specified, print all." |
| |
| #define printf_trivial_usage \ |
| "FORMAT [ARGUMENT]..." |
| #define printf_full_usage "\n\n" \ |
| "Format and print ARGUMENT(s) according to FORMAT,\n" \ |
| "where FORMAT controls the output exactly as in C printf" |
| #define printf_example_usage \ |
| "$ printf \"Val=%d\\n\" 5\n" \ |
| "Val=5\n" |
| |
| |
| #if ENABLE_DESKTOP |
| |
| #define ps_trivial_usage \ |
| "[-o COL1,COL2=HEADER]" IF_FEATURE_SHOW_THREADS(" [-T]") |
| #define ps_full_usage "\n\n" \ |
| "Show list of processes\n" \ |
| "\nOptions:" \ |
| "\n -o COL1,COL2=HEADER Select columns for display" \ |
| IF_FEATURE_SHOW_THREADS( \ |
| "\n -T Show threads" \ |
| ) |
| |
| #else /* !ENABLE_DESKTOP */ |
| |
| #if !ENABLE_SELINUX && !ENABLE_FEATURE_PS_WIDE |
| #define USAGE_PS "\nThis version of ps accepts no options" |
| #else |
| #define USAGE_PS "\nOptions:" |
| #endif |
| |
| #define ps_trivial_usage \ |
| "" |
| #define ps_full_usage "\n\n" \ |
| "Show list of processes\n" \ |
| USAGE_PS \ |
| IF_SELINUX( \ |
| "\n -Z Show selinux context" \ |
| ) \ |
| IF_FEATURE_PS_WIDE( \ |
| "\n w Wide output" \ |
| ) |
| |
| #endif /* ENABLE_DESKTOP */ |
| |
| #define ps_example_usage \ |
| "$ ps\n" \ |
| " PID Uid Gid State Command\n" \ |
| " 1 root root S init\n" \ |
| " 2 root root S [kflushd]\n" \ |
| " 3 root root S [kupdate]\n" \ |
| " 4 root root S [kpiod]\n" \ |
| " 5 root root S [kswapd]\n" \ |
| " 742 andersen andersen S [bash]\n" \ |
| " 743 andersen andersen S -bash\n" \ |
| " 745 root root S [getty]\n" \ |
| " 2990 andersen andersen R ps\n" \ |
| |
| #define pscan_trivial_usage \ |
| "[-cb] [-p MIN_PORT] [-P MAX_PORT] [-t TIMEOUT] [-T MIN_RTT] HOST" |
| #define pscan_full_usage "\n\n" \ |
| "Scan a host, print all open ports\n" \ |
| "\nOptions:" \ |
| "\n -c Show closed ports too" \ |
| "\n -b Show blocked ports too" \ |
| "\n -p Scan from this port (default 1)" \ |
| "\n -P Scan up to this port (default 1024)" \ |
| "\n -t Timeout (default 5000 ms)" \ |
| "\n -T Minimum rtt (default 5 ms, increase for congested hosts)" \ |
| |
| #define pwd_trivial_usage \ |
| "" |
| #define pwd_full_usage "\n\n" \ |
| "Print the full filename of the current working directory" |
| #define pwd_example_usage \ |
| "$ pwd\n" \ |
| "/root\n" |
| |
| #define raidautorun_trivial_usage \ |
| "DEVICE" |
| #define raidautorun_full_usage "\n\n" \ |
| "Tell the kernel to automatically search and start RAID arrays" |
| #define raidautorun_example_usage \ |
| "$ raidautorun /dev/md0" |
| |
| #define rdate_trivial_usage \ |
| "[-sp] HOST" |
| #define rdate_full_usage "\n\n" \ |
| "Get and possibly set the system date and time from a remote HOST\n" \ |
| "\nOptions:" \ |
| "\n -s Set the system date and time (default)" \ |
| "\n -p Print the date and time" \ |
| |
| #define rdev_trivial_usage \ |
| "" |
| #define rdev_full_usage "\n\n" \ |
| "Print the device node associated with the filesystem mounted at '/'" |
| #define rdev_example_usage \ |
| "$ rdev\n" \ |
| "/dev/mtdblock9 /\n" |
| |
| #define readahead_trivial_usage \ |
| "[FILE]..." |
| #define readahead_full_usage "\n\n" \ |
| "Preload FILEs to RAM" |
| |
| #define readlink_trivial_usage \ |
| IF_FEATURE_READLINK_FOLLOW("[-fnv] ") "FILE" |
| #define readlink_full_usage "\n\n" \ |
| "Display the value of a symlink" \ |
| IF_FEATURE_READLINK_FOLLOW( "\n" \ |
| "\nOptions:" \ |
| "\n -f Canonicalize by following all symlinks" \ |
| "\n -n Don't add newline" \ |
| "\n -v Verbose" \ |
| ) \ |
| |
| #define readprofile_trivial_usage \ |
| "[OPTIONS]" |
| #define readprofile_full_usage "\n\n" \ |
| "Options:" \ |
| "\n -m mapfile (Default: /boot/System.map)" \ |
| "\n -p profile (Default: /proc/profile)" \ |
| "\n -M NUM Set the profiling multiplier to NUM" \ |
| "\n -i Print only info about the sampling step" \ |
| "\n -v Verbose" \ |
| "\n -a Print all symbols, even if count is 0" \ |
| "\n -b Print individual histogram-bin counts" \ |
| "\n -s Print individual counters within functions" \ |
| "\n -r Reset all the counters (root only)" \ |
| "\n -n Disable byte order auto-detection" \ |
| |
| #define realpath_trivial_usage \ |
| "FILE..." |
| #define realpath_full_usage "\n\n" \ |
| "Return the absolute pathnames of given FILE" |
| |
| #define reboot_trivial_usage \ |
| "[-d DELAY] [-n] [-f]" |
| #define reboot_full_usage "\n\n" \ |
| "Reboot the system\n" \ |
| "\nOptions:" \ |
| "\n -d Delay interval for rebooting" \ |
| "\n -n No call to sync()" \ |
| "\n -f Force reboot (don't go through init)" \ |
| |
| #define reformime_trivial_usage \ |
| "[OPTIONS] [FILE]..." |
| #define reformime_full_usage "\n\n" \ |
| "Parse MIME-encoded message\n" \ |
| "\nOptions:" \ |
| "\n -x PREFIX Extract content of MIME sections to files" \ |
| "\n -X PROG ARGS Filter content of MIME sections through PROG" \ |
| "\n Must be the last option" \ |
| "\n" \ |
| "\nOther options are silently ignored" \ |
| |
| #define scriptreplay_trivial_usage \ |
| "timingfile [typescript [divisor]]" |
| #define scriptreplay_full_usage "\n\n" \ |
| "Play back typescripts, using timing information" |
| |
| #define reset_trivial_usage \ |
| "" |
| #define reset_full_usage "\n\n" \ |
| "Reset the screen" |
| |
| #define resize_trivial_usage \ |
| "" |
| #define resize_full_usage "\n\n" \ |
| "Resize the screen" |
| |
| #define restorecon_trivial_usage \ |
| "[-iFnRv] [-e EXCLUDEDIR]... [-o FILE] [-f FILE]" |
| #define restorecon_full_usage "\n\n" \ |
| "Reset security contexts of files in pathname\n" \ |
| "\n -i Ignore files that don't exist" \ |
| "\n -f FILE File with list of files to process" \ |
| "\n -e DIR Directory to exclude" \ |
| "\n -R,-r Recurse" \ |
| "\n -n Don't change any file labels" \ |
| "\n -o FILE Save list of files with incorrect context" \ |
| "\n -v Verbose" \ |
| "\n -vv Show changed labels" \ |
| "\n -F Force reset of context to match file_context" \ |
| "\n for customizable files, or the user section," \ |
| "\n if it has changed" \ |
| |
| #define rfkill_trivial_usage \ |
| "COMMAND [INDEX|TYPE]" |
| #define rfkill_full_usage "\n\n" \ |
| "Enable/disable wireless devices\n" \ |
| "\nCommands:" \ |
| "\n list [INDEX|TYPE] List current state" \ |
| "\n block INDEX|TYPE Disable device" \ |
| "\n unblock INDEX|TYPE Enable device" \ |
| "\n" \ |
| "\n TYPE: all, wlan(wifi), bluetooth, uwb(ultrawideband)," \ |
| "\n wimax, wwan, gps, fm" \ |
| |
| #define rm_trivial_usage \ |
| "[OPTIONS] FILE..." |
| #define rm_full_usage "\n\n" \ |
| "Remove (unlink) FILEs\n" \ |
| "\nOptions:" \ |
| "\n -i Always prompt before removing" \ |
| "\n -f Never prompt" \ |
| "\n -R,-r Recurse" \ |
| |
| #define rm_example_usage \ |
| "$ rm -rf /tmp/foo\n" |
| |
| #define rmdir_trivial_usage \ |
| "[OPTIONS] DIRECTORY..." |
| #define rmdir_full_usage "\n\n" \ |
| "Remove DIRECTORY if it is empty\n" \ |
| "\nOptions:" \ |
| IF_FEATURE_RMDIR_LONG_OPTIONS( \ |
| "\n -p|--parents Include parents" \ |
| "\n --ignore-fail-on-non-empty" \ |
| ) \ |
| IF_NOT_FEATURE_RMDIR_LONG_OPTIONS( \ |
| "\n -p Include parents" \ |
| ) |
| |
| #define rmdir_example_usage \ |
| "# rmdir /tmp/foo\n" |
| |
| #define rmmod_trivial_usage \ |
| "[OPTIONS] [MODULE]..." |
| #define rmmod_full_usage "\n\n" \ |
| "Unload the specified kernel modules from the kernel\n" \ |
| "\nOptions:" \ |
| "\n -w Wait until the module is no longer used" \ |
| "\n -f Force unloading" \ |
| "\n -a Remove all unused modules (recursively)" \ |
| |
| #define rmmod_example_usage \ |
| "$ rmmod tulip\n" |
| |
| #define route_trivial_usage \ |
| "[{add|del|delete}]" |
| |