aae06fda14a8671fa3b5b8373835758424d4ff25
[oweals/busybox.git] / include / usage.h
1 /* vi: set sw=8 ts=8: */
2 /*
3  * This file suffers from chronically incorrect tabification
4  * of messages. Before editing this file:
5  * 1. Switch you editor to 8-space tab mode.
6  * 2. Do not use \t in messages, use real tab character.
7  * 3. Start each source line with message as follows:
8  *    |<7 spaces>"text with tabs"....
9  * or
10  *    |<5 spaces>"\ntext with tabs"....
11  */
12 #ifndef BB_USAGE_H
13 #define BB_USAGE_H 1
14
15
16 #define NOUSAGE_STR "\b"
17
18 #define acpid_trivial_usage \
19        "[-d] [-c CONFDIR] [-l LOGFILE] [-e PROC_EVENT_FILE] [EVDEV_EVENT_FILE...]"
20 #define acpid_full_usage "\n\n" \
21        "Listen to ACPI events and spawn specific helpers on event arrival\n" \
22      "\nOptions:" \
23      "\n        -d      Do not daemonize and log to stderr" \
24      "\n        -c DIR  Config directory [/etc/acpi]" \
25      "\n        -e FILE /proc event file [/proc/acpi/event]" \
26      "\n        -l FILE Log file [/var/log/acpid]" \
27         IF_FEATURE_ACPID_COMPAT( \
28      "\n\nAccept and ignore compatibility options -g -m -s -S -v" \
29         )
30
31 #define acpid_example_usage \
32        "# acpid -l /var/log/my-acpi-log\n" \
33        "# acpid -d /dev/input/event*\n"
34
35 #define addgroup_trivial_usage \
36        "[-g GID] " IF_FEATURE_ADDUSER_TO_GROUP("[user_name] ") "group_name"
37 #define addgroup_full_usage "\n\n" \
38        "Add a group " IF_FEATURE_ADDUSER_TO_GROUP("or add a user to a group") "\n" \
39      "\nOptions:" \
40      "\n        -g GID  Group id" \
41      "\n        -S      Create a system group" \
42
43 #define adduser_trivial_usage \
44        "[OPTIONS] user_name"
45 #define adduser_full_usage "\n\n" \
46        "Add a user\n" \
47      "\nOptions:" \
48      "\n        -h DIR          Home directory" \
49      "\n        -g GECOS        GECOS field" \
50      "\n        -s SHELL        Login shell" \
51      "\n        -G GROUP        Add user to existing group" \
52      "\n        -S              Create a system user" \
53      "\n        -D              Do not assign a password" \
54      "\n        -H              Do not create home directory" \
55      "\n        -u UID          User id" \
56
57 #define adjtimex_trivial_usage \
58        "[-q] [-o offset] [-f frequency] [-p timeconstant] [-t tick]"
59 #define adjtimex_full_usage "\n\n" \
60        "Read and optionally set system timebase parameters. See adjtimex(2).\n" \
61      "\nOptions:" \
62      "\n        -q              Quiet" \
63      "\n        -o offset       Time offset, microseconds" \
64      "\n        -f frequency    Frequency adjust, integer kernel units (65536 is 1ppm)" \
65      "\n                        (positive values make clock run faster)" \
66      "\n        -t tick         Microseconds per tick, usually 10000" \
67      "\n        -p timeconstant" \
68
69 #define ar_trivial_usage \
70        "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES"
71 #define ar_full_usage "\n\n" \
72        "Extract or list FILES from an ar archive\n" \
73      "\nOptions:" \
74      "\n        -o      Preserve original dates" \
75      "\n        -p      Extract to stdout" \
76      "\n        -t      List" \
77      "\n        -x      Extract" \
78      "\n        -v      Verbose" \
79
80 #define arp_trivial_usage \
81      "\n[-vn]   [-H type] [-i if] -a [hostname]" \
82      "\n[-v]              [-i if] -d hostname [pub]" \
83      "\n[-v]    [-H type] [-i if] -s hostname hw_addr [temp]" \
84      "\n[-v]    [-H type] [-i if] -s hostname hw_addr [netmask nm] pub" \
85      "\n[-v]    [-H type] [-i if] -Ds hostname ifa [netmask nm] pub"
86 #define arp_full_usage "\n\n" \
87        "Manipulate ARP cache\n" \
88      "\nOptions:" \
89        "\n      -a              Display (all) hosts" \
90        "\n      -s              Set new ARP entry" \
91        "\n      -d              Delete a specified entry" \
92        "\n      -v              Verbose" \
93        "\n      -n              Don't resolve names" \
94        "\n      -i IF           Network interface" \
95        "\n      -D              Read <hwaddr> from given device" \
96        "\n      -A, -p AF       Protocol family" \
97        "\n      -H HWTYPE       Hardware address type" \
98
99 #define arping_trivial_usage \
100        "[-fqbDUA] [-c count] [-w timeout] [-I dev] [-s sender] target"
101 #define arping_full_usage "\n\n" \
102        "Send ARP requests/replies\n" \
103      "\nOptions:" \
104      "\n        -f              Quit on first ARP reply" \
105      "\n        -q              Quiet" \
106      "\n        -b              Keep broadcasting, don't go unicast" \
107      "\n        -D              Duplicated address detection mode" \
108      "\n        -U              Unsolicited ARP mode, update your neighbors" \
109      "\n        -A              ARP answer mode, update your neighbors" \
110      "\n        -c N            Stop after sending N ARP requests" \
111      "\n        -w timeout      Time to wait for ARP reply, in seconds" \
112      "\n        -I dev          Interface to use (default eth0)" \
113      "\n        -s sender       Sender IP address" \
114      "\n        target          Target IP address" \
115
116 #define sh_trivial_usage NOUSAGE_STR
117 #define sh_full_usage ""
118 #define ash_trivial_usage NOUSAGE_STR
119 #define ash_full_usage ""
120 #define hush_trivial_usage NOUSAGE_STR
121 #define hush_full_usage ""
122 #define lash_trivial_usage NOUSAGE_STR
123 #define lash_full_usage ""
124 #define msh_trivial_usage NOUSAGE_STR
125 #define msh_full_usage ""
126
127 #define awk_trivial_usage \
128        "[OPTIONS] [AWK_PROGRAM] [FILE]..."
129 #define awk_full_usage "\n\n" \
130        "Options:" \
131      "\n        -v VAR=VAL      Set variable" \
132      "\n        -F SEP          Use SEP as field separator" \
133      "\n        -f FILE         Read program from file" \
134
135 #define basename_trivial_usage \
136        "FILE [SUFFIX]"
137 #define basename_full_usage "\n\n" \
138        "Strip directory path and suffixes from FILE.\n" \
139        "If specified, also remove any trailing SUFFIX."
140 #define basename_example_usage \
141        "$ basename /usr/local/bin/foo\n" \
142        "foo\n" \
143        "$ basename /usr/local/bin/\n" \
144        "bin\n" \
145        "$ basename /foo/bar.txt .txt\n" \
146        "bar"
147
148 #define beep_trivial_usage \
149        "-f freq -l length -d delay -r repetitions -n"
150 #define beep_full_usage "\n\n" \
151        "Options:" \
152      "\n        -f      Frequency in Hz" \
153      "\n        -l      Length in ms" \
154      "\n        -d      Delay in ms" \
155      "\n        -r      Repetitions" \
156      "\n        -n      Start new tone" \
157
158 #define fbsplash_trivial_usage \
159        "-s IMGFILE [-c] [-d DEV] [-i INIFILE] [-f CMD]"
160 #define fbsplash_full_usage "\n\n" \
161        "Options:" \
162      "\n        -s      Image" \
163      "\n        -c      Hide cursor" \
164      "\n        -d      Framebuffer device (default /dev/fb0)" \
165      "\n        -i      Config file (var=value):" \
166      "\n                        BAR_LEFT,BAR_TOP,BAR_WIDTH,BAR_HEIGHT" \
167      "\n                        BAR_R,BAR_G,BAR_B" \
168      "\n        -f      Control pipe (else exit after drawing image)" \
169      "\n                        commands: 'NN' (% for progress bar) or 'exit'" \
170
171 #define brctl_trivial_usage \
172        "COMMAND [BRIDGE [INTERFACE]]"
173 #define brctl_full_usage "\n\n" \
174        "Manage ethernet bridges.\n" \
175      "\nCommands:" \
176         IF_FEATURE_BRCTL_SHOW( \
177      "\n        show                    Show a list of bridges" \
178         ) \
179      "\n        addbr BRIDGE            Create BRIDGE" \
180      "\n        delbr BRIDGE            Delete BRIDGE" \
181      "\n        addif BRIDGE IFACE      Add IFACE to BRIDGE" \
182      "\n        delif BRIDGE IFACE      Delete IFACE from BRIDGE" \
183         IF_FEATURE_BRCTL_FANCY( \
184      "\n        setageing BRIDGE TIME           Set ageing time" \
185      "\n        setfd BRIDGE TIME               Set bridge forward delay" \
186      "\n        sethello BRIDGE TIME            Set hello time" \
187      "\n        setmaxage BRIDGE TIME           Set max message age" \
188      "\n        setpathcost BRIDGE COST         Set path cost" \
189      "\n        setportprio BRIDGE PRIO         Set port priority" \
190      "\n        setbridgeprio BRIDGE PRIO       Set bridge priority" \
191      "\n        stp BRIDGE [1|0]                STP on/off" \
192         ) \
193
194 #define bunzip2_trivial_usage \
195        "[OPTIONS] [FILE]"
196 #define bunzip2_full_usage "\n\n" \
197        "Uncompress FILE (or standard input if FILE is '-' or omitted)\n" \
198      "\nOptions:" \
199      "\n        -c      Write to standard output" \
200      "\n        -f      Force" \
201
202 #define bzip2_trivial_usage \
203        "[OPTIONS] [FILE]..."
204 #define bzip2_full_usage "\n\n" \
205        "Compress FILE(s) with bzip2 algorithm.\n" \
206        "When FILE is '-' or unspecified, reads standard input. Implies -c.\n" \
207      "\nOptions:" \
208      "\n        -c      Write to standard output" \
209      "\n        -d      Decompress" \
210      "\n        -f      Force" \
211      "\n        -1..-9  Compression level" \
212
213 #define busybox_notes_usage \
214        "Hello world!\n"
215
216 #define lzop_trivial_usage \
217        "[-cfvd123456789CF] [FILE]..."
218 #define lzop_full_usage "\n\n" \
219        "        -c      Write to standard output" \
220      "\n        -f      Force" \
221      "\n        -v      Verbose" \
222      "\n        -d      Decompress" \
223      "\n        -F      Don't store or verify checksum" \
224      "\n        -C      Also write checksum of compressed block" \
225      "\n        -1..9   Compression level" \
226
227 #define lzopcat_trivial_usage \
228        "[-vCF] [FILE]..."
229 #define lzopcat_full_usage "\n\n" \
230        "        -v      Verbose" \
231      "\n        -F      Don't store or verify checksum" \
232
233 #define unlzop_trivial_usage \
234        "[-cfvCF] [FILE]..."
235 #define unlzop_full_usage "\n\n" \
236        "        -c      Write to standard output" \
237      "\n        -f      Force" \
238      "\n        -v      Verbose" \
239      "\n        -F      Don't store or verify checksum" \
240
241 #define bzcat_trivial_usage \
242        "FILE"
243 #define bzcat_full_usage "\n\n" \
244        "Uncompress to stdout"
245
246 #define unlzma_trivial_usage \
247        "[OPTIONS] [FILE]"
248 #define unlzma_full_usage "\n\n" \
249        "Uncompress FILE (or standard input if FILE is '-' or omitted)\n" \
250      "\nOptions:" \
251      "\n        -c      Write to standard output" \
252      "\n        -f      Force" \
253
254 #define lzmacat_trivial_usage \
255        "FILE"
256 #define lzmacat_full_usage "\n\n" \
257        "Uncompress to stdout"
258
259 #define cal_trivial_usage \
260        "[-jy] [[month] year]"
261 #define cal_full_usage "\n\n" \
262        "Display a calendar\n" \
263      "\nOptions:" \
264      "\n        -j      Use julian dates" \
265      "\n        -y      Display the entire year" \
266
267 #define cat_trivial_usage \
268        "[-u] [FILE]..."
269 #define cat_full_usage "\n\n" \
270        "Concatenate FILE(s) and print them to stdout\n" \
271      "\nOptions:" \
272      "\n        -u      Use unbuffered i/o (ignored)" \
273
274 #define cat_example_usage \
275        "$ cat /proc/uptime\n" \
276        "110716.72 17.67"
277
278 #define catv_trivial_usage \
279        "[-etv] [FILE]..."
280 #define catv_full_usage "\n\n" \
281        "Display nonprinting characters as ^x or M-x\n" \
282      "\nOptions:" \
283      "\n        -e      End each line with $" \
284      "\n        -t      Show tabs as ^I" \
285      "\n        -v      Don't use ^x or M-x escapes" \
286
287 #define chat_trivial_usage \
288        "EXPECT [SEND [EXPECT [SEND...]]]"
289 #define chat_full_usage "\n\n" \
290        "Useful for interacting with a modem connected to stdin/stdout.\n" \
291        "A script consists of one or more \"expect-send\" pairs of strings,\n" \
292        "each pair is a pair of arguments. Example:\n" \
293        "chat '' ATZ OK ATD123456 CONNECT '' ogin: pppuser word: ppppass '~'" \
294
295 #define chattr_trivial_usage \
296        "[-R] [-+=AacDdijsStTu] [-v version] files..."
297 #define chattr_full_usage "\n\n" \
298        "Change file attributes on an ext2 fs\n" \
299      "\nModifiers:" \
300      "\n        -       Remove attributes" \
301      "\n        +       Add attributes" \
302      "\n        =       Set attributes" \
303      "\nAttributes:" \
304      "\n        A       Don't track atime" \
305      "\n        a       Append mode only" \
306      "\n        c       Enable compress" \
307      "\n        D       Write dir contents synchronously" \
308      "\n        d       Do not backup with dump" \
309      "\n        i       Cannot be modified (immutable)" \
310      "\n        j       Write all data to journal first" \
311      "\n        s       Zero disk storage when deleted" \
312      "\n        S       Write file contents synchronously" \
313      "\n        t       Disable tail-merging of partial blocks with other files" \
314      "\n        u       Allow file to be undeleted" \
315      "\nOptions:" \
316      "\n        -R      Recursively list subdirectories" \
317      "\n        -v      Set the file's version/generation number" \
318
319 #define chcon_trivial_usage \
320        "[OPTIONS] CONTEXT FILE..." \
321        "\n      chcon [OPTIONS] [-u USER] [-r ROLE] [-l RANGE] [-t TYPE] FILE..." \
322         IF_FEATURE_CHCON_LONG_OPTIONS( \
323        "\n      chcon [OPTIONS] --reference=RFILE FILE..." \
324         )
325 #define chcon_full_usage "\n\n" \
326        "Change the security context of each FILE to CONTEXT\n" \
327         IF_FEATURE_CHCON_LONG_OPTIONS( \
328      "\n        -v,--verbose            Verbose" \
329      "\n        -c,--changes            Report changes made" \
330      "\n        -h,--no-dereference     Affect symlinks instead of their targets" \
331      "\n        -f,--silent,--quiet     Suppress most error messages" \
332      "\n        --reference=RFILE       Use RFILE's group instead of using a CONTEXT value" \
333      "\n        -u,--user=USER          Set user/role/type/range in the target" \
334      "\n        -r,--role=ROLE          security context" \
335      "\n        -t,--type=TYPE" \
336      "\n        -l,--range=RANGE" \
337      "\n        -R,--recursive          Recurse subdirectories" \
338         ) \
339         IF_NOT_FEATURE_CHCON_LONG_OPTIONS( \
340      "\n        -v      Verbose" \
341      "\n        -c      Report changes made" \
342      "\n        -h      Affect symlinks instead of their targets" \
343      "\n        -f      Suppress most error messages" \
344      "\n        -u USER Set user/role/type/range in the target security context" \
345      "\n        -r ROLE" \
346      "\n        -t TYPE" \
347      "\n        -l RNG" \
348      "\n        -R      Recurse subdirectories" \
349         )
350
351 #define chmod_trivial_usage \
352        "[-R"IF_DESKTOP("cvf")"] MODE[,MODE]... FILE..."
353 #define chmod_full_usage "\n\n" \
354        "Each MODE is one or more of the letters ugoa, one of the\n" \
355        "symbols +-= and one or more of the letters rwxst\n" \
356      "\nOptions:" \
357      "\n        -R      Recurse directories" \
358         IF_DESKTOP( \
359      "\n        -c      List changed files" \
360      "\n        -v      List all files" \
361      "\n        -f      Hide errors" \
362         )
363 #define chmod_example_usage \
364        "$ ls -l /tmp/foo\n" \
365        "-rw-rw-r--    1 root     root            0 Apr 12 18:25 /tmp/foo\n" \
366        "$ chmod u+x /tmp/foo\n" \
367        "$ ls -l /tmp/foo\n" \
368        "-rwxrw-r--    1 root     root            0 Apr 12 18:25 /tmp/foo*\n" \
369        "$ chmod 444 /tmp/foo\n" \
370        "$ ls -l /tmp/foo\n" \
371        "-r--r--r--    1 root     root            0 Apr 12 18:25 /tmp/foo\n"
372
373 #define chgrp_trivial_usage \
374        "[-RhLHP"IF_DESKTOP("cvf")"]... GROUP FILE..."
375 #define chgrp_full_usage "\n\n" \
376        "Change the group membership of each FILE to GROUP\n" \
377      "\nOptions:" \
378      "\n        -R      Recurse directories" \
379      "\n        -h      Affect symlinks instead of symlink targets" \
380      "\n        -L      Traverse all symlinks to directories" \
381      "\n        -H      Traverse symlinks on command line only" \
382      "\n        -P      Do not traverse symlinks (default)" \
383         IF_DESKTOP( \
384      "\n        -c      List changed files" \
385      "\n        -v      Verbose" \
386      "\n        -f      Hide errors" \
387         )
388 #define chgrp_example_usage \
389        "$ ls -l /tmp/foo\n" \
390        "-r--r--r--    1 andersen andersen        0 Apr 12 18:25 /tmp/foo\n" \
391        "$ chgrp root /tmp/foo\n" \
392        "$ ls -l /tmp/foo\n" \
393        "-r--r--r--    1 andersen root            0 Apr 12 18:25 /tmp/foo\n"
394
395 #define chown_trivial_usage \
396        "[-RhLHP"IF_DESKTOP("cvf")"]... OWNER[<.|:>[GROUP]] FILE..."
397 #define chown_full_usage "\n\n" \
398        "Change the owner and/or group of each FILE to OWNER and/or GROUP\n" \
399      "\nOptions:" \
400      "\n        -R      Recurse directories" \
401      "\n        -h      Affect symlinks instead of symlink targets" \
402      "\n        -L      Traverse all symlinks to directories" \
403      "\n        -H      Traverse symlinks on command line only" \
404      "\n        -P      Do not traverse symlinks (default)" \
405         IF_DESKTOP( \
406      "\n        -c      List changed files" \
407      "\n        -v      List all files" \
408      "\n        -f      Hide errors" \
409         )
410 #define chown_example_usage \
411        "$ ls -l /tmp/foo\n" \
412        "-r--r--r--    1 andersen andersen        0 Apr 12 18:25 /tmp/foo\n" \
413        "$ chown root /tmp/foo\n" \
414        "$ ls -l /tmp/foo\n" \
415        "-r--r--r--    1 root     andersen        0 Apr 12 18:25 /tmp/foo\n" \
416        "$ chown root.root /tmp/foo\n" \
417        "ls -l /tmp/foo\n" \
418        "-r--r--r--    1 root     root            0 Apr 12 18:25 /tmp/foo\n"
419
420 #define chpst_trivial_usage \
421        "[-vP012] [-u USER[:GRP]] [-U USER[:GRP]] [-e DIR]\n" \
422        "        [-/ DIR] [-n NICE] [-m BYTES] [-d BYTES] [-o N]\n" \
423        "        [-p N] [-f BYTES] [-c BYTES] PROG ARGS"
424 #define chpst_full_usage "\n\n" \
425        "Change the process state and run PROG\n" \
426      "\nOptions:" \
427      "\n        -u USER[:GRP]   Set uid and gid" \
428      "\n        -U USER[:GRP]   Set $UID and $GID in environment" \
429      "\n        -e DIR          Set environment variables as specified by files" \
430      "\n                        in DIR: file=1st_line_of_file" \
431      "\n        -/ DIR          Chroot to DIR" \
432      "\n        -n NICE         Add NICE to nice value" \
433      "\n        -m BYTES        Same as -d BYTES -s BYTES -l BYTES" \
434      "\n        -d BYTES        Limit data segment" \
435      "\n        -o N            Limit number of open files per process" \
436      "\n        -p N            Limit number of processes per uid" \
437      "\n        -f BYTES        Limit output file sizes" \
438      "\n        -c BYTES        Limit core file size" \
439      "\n        -v              Verbose" \
440      "\n        -P              Create new process group" \
441      "\n        -0              Close standard input" \
442      "\n        -1              Close standard output" \
443      "\n        -2              Close standard error" \
444
445 #define setuidgid_trivial_usage \
446        "account prog args"
447 #define setuidgid_full_usage "\n\n" \
448        "Set uid and gid to account's uid and gid, removing all supplementary\n" \
449        "groups and run PROG"
450 #define envuidgid_trivial_usage \
451        "account prog args"
452 #define envuidgid_full_usage "\n\n" \
453        "Set $UID to account's uid and $GID to account's gid and run PROG"
454 #define envdir_trivial_usage \
455        "dir prog args"
456 #define envdir_full_usage "\n\n" \
457        "Set various environment variables as specified by files\n" \
458        "in the directory dir and run PROG"
459 #define softlimit_trivial_usage \
460        "[-a BYTES] [-m BYTES] [-d BYTES] [-s BYTES] [-l BYTES]\n" \
461        "        [-f BYTES] [-c BYTES] [-r BYTES] [-o N] [-p N] [-t N]\n" \
462        "        PROG ARGS"
463 #define softlimit_full_usage "\n\n" \
464        "Set soft resource limits, then run PROG\n" \
465      "\nOptions:" \
466      "\n        -a BYTES        Limit total size of all segments" \
467      "\n        -m BYTES        Same as -d BYTES -s BYTES -l BYTES -a BYTES" \
468      "\n        -d BYTES        Limit data segment" \
469      "\n        -s BYTES        Limit stack segment" \
470      "\n        -l BYTES        Limit locked memory size" \
471      "\n        -o N            Limit number of open files per process" \
472      "\n        -p N            Limit number of processes per uid" \
473      "\nOptions controlling file sizes:" \
474      "\n        -f BYTES        Limit output file sizes" \
475      "\n        -c BYTES        Limit core file size" \
476      "\nEfficiency opts:" \
477      "\n        -r BYTES        Limit resident set size" \
478      "\n        -t N            Limit CPU time, process receives" \
479      "\n                        a SIGXCPU after N seconds" \
480
481 #define chroot_trivial_usage \
482        "NEWROOT [PROG [ARGS]]"
483 #define chroot_full_usage "\n\n" \
484        "Run PROG with root directory set to NEWROOT"
485 #define chroot_example_usage \
486        "$ ls -l /bin/ls\n" \
487        "lrwxrwxrwx    1 root     root          12 Apr 13 00:46 /bin/ls -> /BusyBox\n" \
488        "# mount /dev/hdc1 /mnt -t minix\n" \
489        "# chroot /mnt\n" \
490        "# ls -l /bin/ls\n" \
491        "-rwxr-xr-x    1 root     root        40816 Feb  5 07:45 /bin/ls*\n"
492
493 #define chvt_trivial_usage \
494        "N"
495 #define chvt_full_usage "\n\n" \
496        "Change the foreground virtual terminal to /dev/ttyN"
497
498 #define cksum_trivial_usage \
499        "FILES..."
500 #define cksum_full_usage "\n\n" \
501        "Calculate the CRC32 checksums of FILES"
502
503 #define clear_trivial_usage \
504        ""
505 #define clear_full_usage "\n\n" \
506        "Clear screen"
507
508 #define cmp_trivial_usage \
509        "[-l] [-s] FILE1 [FILE2" IF_DESKTOP(" [SKIP1 [SKIP2]") "]]"
510 #define cmp_full_usage "\n\n" \
511        "Compares FILE1 vs stdin if FILE2 is not specified\n" \
512      "\nOptions:" \
513      "\n        -l      Write the byte numbers (decimal) and values (octal)" \
514      "\n                for all differing bytes" \
515      "\n        -s      Quiet" \
516
517 #define comm_trivial_usage \
518        "[-123] FILE1 FILE2"
519 #define comm_full_usage "\n\n" \
520        "Compare FILE1 to FILE2, or to stdin if - is specified\n" \
521      "\nOptions:" \
522      "\n        -1      Suppress lines unique to FILE1" \
523      "\n        -2      Suppress lines unique to FILE2" \
524      "\n        -3      Suppress lines common to both files" \
525
526 #define bbconfig_trivial_usage \
527        ""
528 #define bbconfig_full_usage "\n\n" \
529        "Print the config file which built busybox"
530
531 #define chrt_trivial_usage \
532        "[OPTIONS] [PRIO] [PID | PROG [ARGS]]"
533 #define chrt_full_usage "\n\n" \
534        "Manipulate real-time attributes of a process\n" \
535      "\nOptions:" \
536      "\n        -p      Operate on pid" \
537      "\n        -r      Set scheduling policy to SCHED_RR" \
538      "\n        -f      Set scheduling policy to SCHED_FIFO" \
539      "\n        -o      Set scheduling policy to SCHED_OTHER" \
540      "\n        -m      Show min and max priorities" \
541
542 #define chrt_example_usage \
543        "$ chrt -r 4 sleep 900; x=$!\n" \
544        "$ chrt -f -p 3 $x\n" \
545        "You need CAP_SYS_NICE privileges to set scheduling attributes of a process"
546
547 #define cp_trivial_usage \
548        "[OPTIONS] SOURCE DEST"
549 #define cp_full_usage "\n\n" \
550        "Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY\n" \
551      "\nOptions:" \
552      "\n        -a      Same as -dpR" \
553         IF_SELINUX( \
554      "\n        -c      Preserve security context" \
555         ) \
556      "\n        -d,-P   Preserve links" \
557      "\n        -H,-L   Dereference all symlinks (default)" \
558      "\n        -p      Preserve file attributes if possible" \
559      "\n        -f      Force overwrite" \
560      "\n        -i      Prompt before overwrite" \
561      "\n        -R,-r   Recurse directories" \
562      "\n        -l,-s   Create (sym)links" \
563
564 #define cpio_trivial_usage \
565        "-[ti" IF_FEATURE_CPIO_O("o") IF_FEATURE_CPIO_P("p") "dmvu] [-F FILE]" \
566        IF_FEATURE_CPIO_O( " [-H newc]" )
567 #define cpio_full_usage "\n\n" \
568        "Extract or list files from a cpio archive" \
569         IF_FEATURE_CPIO_O( ", or create a cpio archive" ) \
570      "\nMain operation mode:" \
571      "\n        -t      List" \
572      "\n        -i      Extract" \
573         IF_FEATURE_CPIO_O( \
574      "\n        -o      Create" \
575         ) \
576         IF_FEATURE_CPIO_P( \
577      "\n        -p      Passthrough" \
578         ) \
579      "\nOptions:" \
580      "\n        -d      Make leading directories" \
581      "\n        -m      Preserve mtime" \
582      "\n        -v      Verbose" \
583      "\n        -u      Overwrite" \
584      "\n        -F      Input file" \
585         IF_FEATURE_CPIO_O( \
586      "\n        -H      Define format" \
587         ) \
588
589 #define crond_trivial_usage \
590        "-fbS -l N " IF_FEATURE_CROND_D("-d N ") "-L LOGFILE -c DIR"
591 #define crond_full_usage "\n\n" \
592        "        -f      Foreground" \
593      "\n        -b      Background (default)" \
594      "\n        -S      Log to syslog (default)" \
595      "\n        -l      Set log level. 0 is the most verbose, default 8" \
596         IF_FEATURE_CROND_D( \
597      "\n        -d      Set log level, log to stderr" \
598         ) \
599      "\n        -L      Log to file" \
600      "\n        -c      Working dir" \
601
602 #define crontab_trivial_usage \
603        "[-c DIR] [-u USER] [-ler]|[FILE]"
604 #define crontab_full_usage "\n\n" \
605        "        -c      Crontab directory" \
606      "\n        -u      User" \
607      "\n        -l      List crontab" \
608      "\n        -e      Edit crontab" \
609      "\n        -r      Delete crontab" \
610      "\n        FILE    Replace crontab by FILE ('-': stdin)" \
611
612 #define cryptpw_trivial_usage \
613        "[OPTIONS] [PASSWORD] [SALT]"
614 /* We do support -s, we just don't mention it */
615 #define cryptpw_full_usage "\n\n" \
616        "Crypt the PASSWORD using crypt(3)\n" \
617      "\nOptions:" \
618         IF_LONG_OPTS( \
619      "\n        -P,--password-fd=NUM    Read password from fd NUM" \
620 /*   "\n        -s,--stdin              Use stdin; like -P0" */ \
621      "\n        -m,--method=TYPE        Encryption method TYPE" \
622      "\n        -S,--salt=SALT" \
623         ) \
624         IF_NOT_LONG_OPTS( \
625      "\n        -P NUM  Read password from fd NUM" \
626 /*   "\n        -s      Use stdin; like -P0" */ \
627      "\n        -m TYPE Encryption method TYPE" \
628      "\n        -S SALT" \
629         ) \
630
631 /* mkpasswd is an alias to cryptpw */
632
633 #define mkpasswd_trivial_usage \
634        "[OPTIONS] [PASSWORD] [SALT]"
635 /* We do support -s, we just don't mention it */
636 #define mkpasswd_full_usage "\n\n" \
637        "Crypt the PASSWORD using crypt(3)\n" \
638      "\nOptions:" \
639         IF_LONG_OPTS( \
640      "\n        -P,--password-fd=NUM    Read password from fd NUM" \
641 /*   "\n        -s,--stdin              Use stdin; like -P0" */ \
642      "\n        -m,--method=TYPE        Encryption method TYPE" \
643      "\n        -S,--salt=SALT" \
644         ) \
645         IF_NOT_LONG_OPTS( \
646      "\n        -P NUM  Read password from fd NUM" \
647 /*   "\n        -s      Use stdin; like -P0" */ \
648      "\n        -m TYPE Encryption method TYPE" \
649      "\n        -S SALT" \
650         ) \
651
652 #define cttyhack_trivial_usage NOUSAGE_STR
653 #define cttyhack_full_usage ""
654
655 #define cut_trivial_usage \
656        "[OPTIONS] [FILE]..."
657 #define cut_full_usage "\n\n" \
658        "Print selected fields from each input FILE to standard output\n" \
659      "\nOptions:" \
660      "\n        -b LIST Output only bytes from LIST" \
661      "\n        -c LIST Output only characters from LIST" \
662      "\n        -d CHAR Use CHAR instead of tab as the field delimiter" \
663      "\n        -s      Output only the lines containing delimiter" \
664      "\n        -f N    Print only these fields" \
665      "\n        -n      Ignored" \
666
667 #define cut_example_usage \
668        "$ echo \"Hello world\" | cut -f 1 -d ' '\n" \
669        "Hello\n" \
670        "$ echo \"Hello world\" | cut -f 2 -d ' '\n" \
671        "world\n"
672
673 #define date_trivial_usage \
674        "[OPTIONS] [+FMT] [TIME]"
675 #define date_full_usage "\n\n" \
676        "Display time (using +FMT), or set time\n" \
677      "\nOptions:" \
678      "\n        [-s] TIME       Set time to TIME" \
679      "\n        -u              Work in UTC (don't convert to local time)" \
680      "\n        -R              Output RFC-822 compliant date string" \
681         IF_FEATURE_DATE_ISOFMT( \
682      "\n        -I[SPEC]        Output ISO-8601 compliant date string" \
683      "\n                        SPEC='date' (default) for date only," \
684      "\n                        'hours', 'minutes', or 'seconds' for date and" \
685      "\n                        time to the indicated precision" \
686         ) \
687      "\n        -r FILE         Display last modification time of FILE" \
688      "\n        -d TIME         Display TIME, not 'now'" \
689         IF_FEATURE_DATE_ISOFMT( \
690      "\n        -D FMT          Use FMT for -d TIME conversion" \
691         ) \
692      "\n" \
693      "\nRecognized formats for TIME:" \
694      "\n        hh:mm[:ss]" \
695      "\n        [YYYY.]MM.DD-hh:mm[:ss]" \
696      "\n        YYYY-MM-DD hh:mm[:ss]" \
697      "\n        [[[[[YY]YY]MM]DD]hh]mm[.ss]" \
698
699 #define date_example_usage \
700        "$ date\n" \
701        "Wed Apr 12 18:52:41 MDT 2000\n"
702
703 #define dc_trivial_usage \
704        "expression..."
705 #define dc_full_usage "\n\n" \
706        "Tiny RPN calculator. Operations:\n" \
707        "+, add, -, sub, *, mul, /, div, %, mod, **, exp, and, or, not, eor,\n" \
708        "p - print top of the stack (without altering the stack),\n" \
709        "f - print entire stack, o - pop the value and set output radix\n" \
710        "(value must be 10 or 16).\n" \
711        "Examples: 'dc 2 2 add' -> 4, 'dc 8 8 * 2 2 + /' -> 16.\n" \
712
713 #define dc_example_usage \
714        "$ dc 2 2 + p\n" \
715        "4\n" \
716        "$ dc 8 8 \\* 2 2 + / p\n" \
717        "16\n" \
718        "$ dc 0 1 and p\n" \
719        "0\n" \
720        "$ dc 0 1 or p\n" \
721        "1\n" \
722        "$ echo 72 9 div 8 mul p | dc\n" \
723        "64\n"
724
725 #define dd_trivial_usage \
726        "[if=FILE] [of=FILE] " IF_FEATURE_DD_IBS_OBS("[ibs=N] [obs=N] ") "[bs=N] [count=N] [skip=N]\n" \
727        "        [seek=N]" IF_FEATURE_DD_IBS_OBS(" [conv=notrunc|noerror|sync|fsync]")
728 #define dd_full_usage "\n\n" \
729        "Copy a file with converting and formatting\n" \
730      "\nOptions:" \
731      "\n        if=FILE         Read from FILE instead of stdin" \
732      "\n        of=FILE         Write to FILE instead of stdout" \
733      "\n        bs=N            Read and write N bytes at a time" \
734         IF_FEATURE_DD_IBS_OBS( \
735      "\n        ibs=N           Read N bytes at a time" \
736         ) \
737         IF_FEATURE_DD_IBS_OBS( \
738      "\n        obs=N           Write N bytes at a time" \
739         ) \
740      "\n        count=N         Copy only N input blocks" \
741      "\n        skip=N          Skip N input blocks" \
742      "\n        seek=N          Skip N output blocks" \
743         IF_FEATURE_DD_IBS_OBS( \
744      "\n        conv=notrunc    Don't truncate output file" \
745      "\n        conv=noerror    Continue after read errors" \
746      "\n        conv=sync       Pad blocks with zeros" \
747      "\n        conv=fsync      Physically write data out before finishing" \
748         ) \
749      "\n" \
750      "\nNumbers may be suffixed by c (x1), w (x2), b (x512), kD (x1000), k (x1024)," \
751      "\nMD (x1000000), M (x1048576), GD (x1000000000) or G (x1073741824)" \
752
753 #define dd_example_usage \
754        "$ dd if=/dev/zero of=/dev/ram1 bs=1M count=4\n" \
755        "4+0 records in\n" \
756        "4+0 records out\n"
757
758 #define deallocvt_trivial_usage \
759        "[N]"
760 #define deallocvt_full_usage "\n\n" \
761        "Deallocate unused virtual terminal /dev/ttyN"
762
763 #define delgroup_trivial_usage \
764         IF_FEATURE_DEL_USER_FROM_GROUP("[USER] ")"GROUP"
765 #define delgroup_full_usage "\n\n" \
766        "Delete group GROUP from the system" \
767         IF_FEATURE_DEL_USER_FROM_GROUP(" or user USER from group GROUP")
768
769 #define deluser_trivial_usage \
770        "USER"
771 #define deluser_full_usage "\n\n" \
772        "Delete USER from the system"
773
774 #define depmod_trivial_usage NOUSAGE_STR
775 #define depmod_full_usage ""
776
777 #define devmem_trivial_usage \
778         "ADDRESS [WIDTH [VALUE]]"
779
780 #define devmem_full_usage "\n\n" \
781        "Read/write from physical address\n" \
782      "\n        ADDRESS Address to act upon" \
783      "\n        WIDTH   Width (8/16/...)" \
784      "\n        VALUE   Data to be written" \
785
786 #define devfsd_trivial_usage \
787        "mntpnt [-v]" IF_DEVFSD_FG_NP("[-fg][-np]")
788 #define devfsd_full_usage "\n\n" \
789        "Manage devfs permissions and old device name symlinks\n" \
790      "\nOptions:" \
791      "\n        mntpnt  The mount point where devfs is mounted" \
792      "\n        -v      Print the protocol version numbers for devfsd" \
793      "\n                and the kernel-side protocol version and exit" \
794         IF_DEVFSD_FG_NP( \
795      "\n        -fg     Run in foreground" \
796      "\n        -np     Exit after parsing the configuration file" \
797      "\n                and processing synthetic REGISTER events," \
798      "\n                do not poll for events" \
799         )
800
801 #define df_trivial_usage \
802         "[-Pk" \
803         IF_FEATURE_HUMAN_READABLE("mh") \
804         IF_FEATURE_DF_FANCY("ai] [-B SIZE") \
805         "] [FILESYSTEM...]"
806 #define df_full_usage "\n\n" \
807        "Print filesystem usage statistics\n" \
808      "\nOptions:" \
809      "\n        -P      POSIX output format" \
810      "\n        -k      1024-byte blocks (default)" \
811         IF_FEATURE_HUMAN_READABLE( \
812      "\n        -m      1M-byte blocks" \
813      "\n        -h      Human readable (e.g. 1K 243M 2G)" \
814         ) \
815         IF_FEATURE_DF_FANCY( \
816      "\n        -a      Show all filesystems" \
817      "\n        -i      Inodes" \
818      "\n        -B SIZE Blocksize" \
819         ) \
820
821 #define df_example_usage \
822        "$ df\n" \
823        "Filesystem           1K-blocks      Used Available Use% Mounted on\n" \
824        "/dev/sda3              8690864   8553540    137324  98% /\n" \
825        "/dev/sda1                64216     36364     27852  57% /boot\n" \
826        "$ df /dev/sda3\n" \
827        "Filesystem           1K-blocks      Used Available Use% Mounted on\n" \
828        "/dev/sda3              8690864   8553540    137324  98% /\n" \
829        "$ POSIXLY_CORRECT=sure df /dev/sda3\n" \
830        "Filesystem         512B-blocks      Used Available Use% Mounted on\n" \
831        "/dev/sda3             17381728  17107080    274648  98% /\n" \
832        "$ POSIXLY_CORRECT=yep df -P /dev/sda3\n" \
833        "Filesystem          512-blocks      Used Available Capacity Mounted on\n" \
834        "/dev/sda3             17381728  17107080    274648      98% /\n"
835
836 #define dhcprelay_trivial_usage \
837        "CLIENT_IFACE[,CLIENT_IFACE2...] SERVER_IFACE [SERVER_IP]"
838 #define dhcprelay_full_usage "\n\n" \
839        "Relay DHCP requests between clients and server" \
840
841 #define diff_trivial_usage \
842        "[-abdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2"
843 #define diff_full_usage "\n\n" \
844        "Compare files line by line and output the differences between them.\n" \
845        "This implementation supports unified diffs only.\n" \
846      "\nOptions:" \
847      "\n        -a      Treat all files as text" \
848      "\n        -b      Ignore changes in the amount of whitespace" \
849      "\n        -d      Try hard to find a smaller set of changes" \
850      "\n        -i      Ignore case differences" \
851      "\n        -L      Use LABEL instead of the filename in the unified header" \
852      "\n        -N      Treat absent files as empty" \
853      "\n        -q      Output only whether files differ" \
854      "\n        -r      Recursively compare subdirectories" \
855      "\n        -S      Start with FILE when comparing directories" \
856      "\n        -T      Make tabs line up by prefixing a tab when necessary" \
857      "\n        -s      Report when two files are the same" \
858      "\n        -t      Expand tabs to spaces in output" \
859      "\n        -U      Output LINES lines of context" \
860      "\n        -w      Ignore all whitespace" \
861
862 #define dirname_trivial_usage \
863        "FILENAME"
864 #define dirname_full_usage "\n\n" \
865        "Strip non-directory suffix from FILENAME"
866 #define dirname_example_usage \
867        "$ dirname /tmp/foo\n" \
868        "/tmp\n" \
869        "$ dirname /tmp/foo/\n" \
870        "/tmp\n"
871
872 #define dmesg_trivial_usage \
873        "[-c] [-n LEVEL] [-s SIZE]"
874 #define dmesg_full_usage "\n\n" \
875        "Print or control the kernel ring buffer\n" \
876      "\nOptions:" \
877      "\n        -c              Clear ring buffer after printing" \
878      "\n        -n LEVEL        Set console logging level" \
879      "\n        -s SIZE         Buffer size" \
880
881 #define dnsd_trivial_usage \
882        "[-c config] [-t seconds] [-p port] [-i iface-ip] [-d]"
883 #define dnsd_full_usage "\n\n" \
884        "Small static DNS server daemon\n" \
885      "\nOptions:" \
886      "\n        -c      Config filename" \
887      "\n        -t      TTL in seconds" \
888      "\n        -p      Listening port" \
889      "\n        -i      Listening ip (default all)" \
890      "\n        -d      Daemonize" \
891
892 #define dos2unix_trivial_usage \
893        "[OPTION] [FILE]"
894 #define dos2unix_full_usage "\n\n" \
895        "Convert FILE in-place from DOS to Unix format.\n" \
896        "When no file is given, use stdin/stdout.\n" \
897      "\nOptions:" \
898      "\n        -u      dos2unix" \
899      "\n        -d      unix2dos" \
900
901 #define unix2dos_trivial_usage \
902        "[OPTION] [FILE]"
903 #define unix2dos_full_usage "\n\n" \
904        "Convert FILE in-place from Unix to DOS format.\n" \
905        "When no file is given, use stdin/stdout.\n" \
906      "\nOptions:" \
907      "\n        -u      dos2unix" \
908      "\n        -d      unix2dos" \
909
910 #define dpkg_trivial_usage \
911        "[-ilCPru] [-F option] package_name"
912 #define dpkg_full_usage "\n\n" \
913        "Install, remove and manage Debian packages\n" \
914      "\nOptions:" \
915      "\n        -i              Install the package" \
916      "\n        -l              List of installed packages" \
917      "\n        -C              Configure an unpackaged package" \
918      "\n        -F depends      Ignore dependency problems" \
919      "\n        -P              Purge all files of a package" \
920      "\n        -r              Remove all but the configuration files for a package" \
921      "\n        -u              Unpack a package, but don't configure it" \
922
923 #define dpkg_deb_trivial_usage \
924        "[-cefxX] FILE [argument]"
925 #define dpkg_deb_full_usage "\n\n" \
926        "Perform actions on Debian packages (.debs)\n" \
927      "\nOptions:" \
928      "\n        -c      List contents of filesystem tree" \
929      "\n        -e      Extract control files to [argument] directory" \
930      "\n        -f      Display control field name starting with [argument]" \
931      "\n        -x      Extract packages filesystem tree to directory" \
932      "\n        -X      Verbose extract" \
933
934 #define dpkg_deb_example_usage \
935        "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n"
936
937 #define du_trivial_usage \
938        "[-aHLdclsx" IF_FEATURE_HUMAN_READABLE("hm") "k] [FILE]..."
939 #define du_full_usage "\n\n" \
940        "Summarize disk space used for each FILE and/or directory.\n" \
941        "Disk space is printed in units of " \
942         IF_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("1024") \
943         IF_NOT_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("512") \
944        " bytes.\n" \
945      "\nOptions:" \
946      "\n        -a      Show file sizes too" \
947      "\n        -H      Follow symlinks on command line" \
948      "\n        -L      Follow all symlinks" \
949      "\n        -d N    Limit output to directories (and files with -a) of depth < N" \
950      "\n        -c      Show grand total" \
951      "\n        -l      Count sizes many times if hard linked" \
952      "\n        -s      Display only a total for each argument" \
953      "\n        -x      Skip directories on different filesystems" \
954         IF_FEATURE_HUMAN_READABLE( \
955      "\n        -h      Sizes in human readable format (e.g., 1K 243M 2G )" \
956      "\n        -m      Sizes in megabytes" \
957         ) \
958      "\n        -k      Sizes in kilobytes" \
959                         IF_FEATURE_DU_DEFAULT_BLOCKSIZE_1K(" (default)") \
960
961 #define du_example_usage \
962        "$ du\n" \
963        "16      ./CVS\n" \
964        "12      ./kernel-patches/CVS\n" \
965        "80      ./kernel-patches\n" \
966        "12      ./tests/CVS\n" \
967        "36      ./tests\n" \
968        "12      ./scripts/CVS\n" \
969        "16      ./scripts\n" \
970        "12      ./docs/CVS\n" \
971        "104     ./docs\n" \
972        "2417    .\n"
973
974 #define dumpkmap_trivial_usage \
975        "> keymap"
976 #define dumpkmap_full_usage "\n\n" \
977        "Print a binary keyboard translation table to standard output"
978 #define dumpkmap_example_usage \
979        "$ dumpkmap > keymap\n"
980
981 #define dumpleases_trivial_usage \
982        "[-r|-a] [-f LEASEFILE]"
983 #define dumpleases_full_usage "\n\n" \
984        "Display DHCP leases granted by udhcpd\n" \
985      "\nOptions:" \
986         IF_LONG_OPTS( \
987      "\n        -f,--file=FILE  Leases file to load" \
988      "\n        -r,--remaining  Interpret lease times as time remaining" \
989      "\n        -a,--absolute   Interpret lease times as expire time" \
990         ) \
991         IF_NOT_LONG_OPTS( \
992      "\n        -f FILE Leases file to load" \
993      "\n        -r      Interpret lease times as time remaining" \
994      "\n        -a      Interpret lease times as expire time" \
995         )
996
997 #define e2fsck_trivial_usage \
998        "[-panyrcdfvstDFSV] [-b superblock] [-B blocksize] " \
999        "[-I inode_buffer_blocks] [-P process_inode_size] " \
1000        "[-l|-L bad_blocks_file] [-C fd] [-j external_journal] " \
1001        "[-E extended-options] device"
1002 #define e2fsck_full_usage "\n\n" \
1003        "Check ext2/ext3 file system\n" \
1004      "\nOptions:" \
1005      "\n        -p              Automatic repair (no questions)" \
1006      "\n        -n              Make no changes to the filesystem" \
1007      "\n        -y              Assume 'yes' to all questions" \
1008      "\n        -c              Check for bad blocks and add them to the badblock list" \
1009      "\n        -f              Force checking even if filesystem is marked clean" \
1010      "\n        -v              Verbose" \
1011      "\n        -b superblock   Use alternative superblock" \
1012      "\n        -B blocksize    Force blocksize when looking for superblock" \
1013      "\n        -j journal      Set location of the external journal" \
1014      "\n        -l file         Add to badblocks list" \
1015      "\n        -L file         Set badblocks list" \
1016
1017 #define echo_trivial_usage \
1018         IF_FEATURE_FANCY_ECHO("[-neE] ") "[ARG...]"
1019 #define echo_full_usage "\n\n" \
1020        "Print the specified ARGs to stdout" \
1021         IF_FEATURE_FANCY_ECHO( "\n" \
1022      "\nOptions:" \
1023      "\n        -n      Suppress trailing newline" \
1024      "\n        -e      Interpret backslash-escaped characters (i.e., \\t=tab)" \
1025      "\n        -E      Disable interpretation of backslash-escaped characters" \
1026         )
1027 #define echo_example_usage \
1028        "$ echo \"Erik is cool\"\n" \
1029        "Erik is cool\n" \
1030         IF_FEATURE_FANCY_ECHO("$ echo -e \"Erik\\nis\\ncool\"\n" \
1031        "Erik\n" \
1032        "is\n" \
1033        "cool\n" \
1034        "$ echo \"Erik\\nis\\ncool\"\n" \
1035        "Erik\\nis\\ncool\n")
1036
1037 #define eject_trivial_usage \
1038        "[-t] [-T] [DEVICE]"
1039 #define eject_full_usage "\n\n" \
1040        "Eject specified DEVICE (or default /dev/cdrom)\n" \
1041      "\nOptions:" \
1042         IF_FEATURE_EJECT_SCSI( \
1043      "\n        -s      SCSI device" \
1044         ) \
1045      "\n        -t      Close tray" \
1046      "\n        -T      Open/close tray (toggle)" \
1047
1048 #define ed_trivial_usage ""
1049 #define ed_full_usage ""
1050
1051 #define env_trivial_usage \
1052        "[-iu] [-] [name=value]... [PROG [ARGS]]"
1053 #define env_full_usage "\n\n" \
1054        "Print the current environment or run PROG after setting up\n" \
1055        "the specified environment\n" \
1056      "\nOptions:" \
1057      "\n        -, -i   Start with an empty environment" \
1058      "\n        -u      Remove variable from the environment" \
1059
1060 #define ether_wake_trivial_usage \
1061        "[-b] [-i iface] [-p aa:bb:cc:dd[:ee:ff]] MAC"
1062 #define ether_wake_full_usage "\n\n" \
1063        "Send a magic packet to wake up sleeping machines.\n" \
1064        "MAC must be a station address (00:11:22:33:44:55) or\n" \
1065        "a hostname with a known 'ethers' entry.\n" \
1066      "\nOptions:" \
1067      "\n        -b              Send wake-up packet to the broadcast address" \
1068      "\n        -i iface        Interface to use (default eth0)" \
1069      "\n        -p pass         Append four or six byte password PW to the packet" \
1070
1071 #define expand_trivial_usage \
1072        "[-i] [-t NUM] [FILE|-]"
1073 #define expand_full_usage "\n\n" \
1074        "Convert tabs to spaces, writing to standard output.\n" \
1075      "\nOptions:" \
1076         IF_FEATURE_EXPAND_LONG_OPTIONS( \
1077      "\n        -i,--initial    Do not convert tabs after non blanks" \
1078      "\n        -t,--tabs=N     Tabstops every N chars" \
1079         ) \
1080         IF_NOT_FEATURE_EXPAND_LONG_OPTIONS( \
1081      "\n        -i      Do not convert tabs after non blanks" \
1082      "\n        -t      Tabstops every N chars" \
1083         )
1084
1085 #define expr_trivial_usage \
1086        "EXPRESSION"
1087 #define expr_full_usage "\n\n" \
1088        "Print the value of EXPRESSION to standard output.\n" \
1089        "\n" \
1090        "EXPRESSION may be:\n" \
1091        "        ARG1 | ARG2     ARG1 if it is neither null nor 0, otherwise ARG2\n" \
1092        "        ARG1 & ARG2     ARG1 if neither argument is null or 0, otherwise 0\n" \
1093        "        ARG1 < ARG2     1 if ARG1 is less than ARG2, else 0. Similarly:\n" \
1094        "        ARG1 <= ARG2\n" \
1095        "        ARG1 = ARG2\n" \
1096        "        ARG1 != ARG2\n" \
1097        "        ARG1 >= ARG2\n" \
1098        "        ARG1 > ARG2\n" \
1099        "        ARG1 + ARG2     Sum of ARG1 and ARG2. Similarly:\n" \
1100        "        ARG1 - ARG2\n" \
1101        "        ARG1 * ARG2\n" \
1102        "        ARG1 / ARG2\n" \
1103        "        ARG1 % ARG2\n" \
1104        "        STRING : REGEXP         Anchored pattern match of REGEXP in STRING\n" \
1105        "        match STRING REGEXP     Same as STRING : REGEXP\n" \
1106        "        substr STRING POS LENGTH Substring of STRING, POS counted from 1\n" \
1107        "        index STRING CHARS      Index in STRING where any CHARS is found, or 0\n" \
1108        "        length STRING           Length of STRING\n" \
1109        "        quote TOKEN             Interpret TOKEN as a string, even if\n" \
1110        "                                it is a keyword like 'match' or an\n" \
1111        "                                operator like '/'\n" \
1112        "        (EXPRESSION)            Value of EXPRESSION\n" \
1113        "\n" \
1114        "Beware that many operators need to be escaped or quoted for shells.\n" \
1115        "Comparisons are arithmetic if both ARGs are numbers, else\n" \
1116        "lexicographical. Pattern matches return the string matched between\n" \
1117        "\\( and \\) or null; if \\( and \\) are not used, they return the number\n" \
1118        "of characters matched or 0."
1119
1120 #define fakeidentd_trivial_usage \
1121        "[-fiw] [-b ADDR] [STRING]"
1122 #define fakeidentd_full_usage "\n\n" \
1123        "Provide fake ident (auth) service\n" \
1124      "\nOptions:" \
1125      "\n        -f      Run in foreground" \
1126      "\n        -i      Inetd mode" \
1127      "\n        -w      Inetd 'wait' mode" \
1128      "\n        -b ADDR Bind to specified address" \
1129      "\n        STRING  Ident answer string (default is 'nobody')" \
1130
1131 #define false_trivial_usage \
1132        ""
1133 #define false_full_usage "\n\n" \
1134        "Return an exit code of FALSE (1)"
1135
1136 #define false_example_usage \
1137        "$ false\n" \
1138        "$ echo $?\n" \
1139        "1\n"
1140
1141 #define fbset_trivial_usage \
1142        "[OPTIONS] [MODE]"
1143 #define fbset_full_usage "\n\n" \
1144        "Show and modify frame buffer settings"
1145
1146 #define fbset_example_usage \
1147        "$ fbset\n" \
1148        "mode \"1024x768-76\"\n" \
1149        "        # D: 78.653 MHz, H: 59.949 kHz, V: 75.694 Hz\n" \
1150        "        geometry 1024 768 1024 768 16\n" \
1151        "        timings 12714 128 32 16 4 128 4\n" \
1152        "        accel false\n" \
1153        "        rgba 5/11,6/5,5/0,0/0\n" \
1154        "endmode\n"
1155
1156 #define fdflush_trivial_usage \
1157        "DEVICE"
1158 #define fdflush_full_usage "\n\n" \
1159        "Force floppy disk drive to detect disk change"
1160
1161 #define fdformat_trivial_usage \
1162        "[-n] DEVICE"
1163 #define fdformat_full_usage "\n\n" \
1164        "Format floppy disk\n" \
1165      "\nOptions:" \
1166      "\n        -n      Don't verify after format" \
1167
1168 /* Looks like someone forgot to add this to config system */
1169 #ifndef ENABLE_FEATURE_FDISK_BLKSIZE
1170 # define ENABLE_FEATURE_FDISK_BLKSIZE 0
1171 # define IF_FEATURE_FDISK_BLKSIZE(a)
1172 #endif
1173
1174 #define fdisk_trivial_usage \
1175        "[-ul" IF_FEATURE_FDISK_BLKSIZE("s") "] " \
1176        "[-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK"
1177 #define fdisk_full_usage "\n\n" \
1178        "Change partition table\n" \
1179      "\nOptions:" \
1180      "\n        -u              Start and End are in sectors (instead of cylinders)" \
1181      "\n        -l              Show partition table for each DISK, then exit" \
1182         IF_FEATURE_FDISK_BLKSIZE( \
1183      "\n        -s              Show partition sizes in kb for each DISK, then exit" \
1184         ) \
1185      "\n        -b 2048         (for certain MO disks) use 2048-byte sectors" \
1186      "\n        -C CYLINDERS    Set number of cylinders/heads/sectors" \
1187      "\n        -H HEADS\n" \
1188      "\n        -S SECTORS" \
1189
1190 #define blkid_trivial_usage \
1191        ""
1192 #define blkid_full_usage "\n\n" \
1193        "Print UUIDs of all filesystems."
1194
1195 #define findfs_trivial_usage \
1196        "LABEL=label or UUID=uuid"
1197 #define findfs_full_usage "\n\n" \
1198        "Find a filesystem device based on a label or UUID."
1199 #define findfs_example_usage \
1200        "$ findfs LABEL=MyDevice"
1201
1202 #define find_trivial_usage \
1203        "[PATH...] [EXPRESSION]"
1204 #define find_full_usage "\n\n" \
1205        "Search for files. The default PATH is the current directory,\n" \
1206        "default EXPRESSION is '-print'\n" \
1207      "\nEXPRESSION may consist of:" \
1208      "\n        -follow         Dereference symlinks" \
1209         IF_FEATURE_FIND_XDEV( \
1210      "\n        -xdev           Don't descend directories on other filesystems") \
1211         IF_FEATURE_FIND_MAXDEPTH( \
1212      "\n        -maxdepth N     Descend at most N levels. -maxdepth 0 applies" \
1213      "\n                        tests/actions to command line arguments only") \
1214      "\n        -mindepth N     Do not act on first N levels" \
1215      "\n        -name PATTERN   File name (w/o directory name) matches PATTERN" \
1216      "\n        -iname PATTERN  Case insensitive -name" \
1217         IF_FEATURE_FIND_PATH( \
1218      "\n        -path PATTERN   Path matches PATTERN") \
1219         IF_FEATURE_FIND_REGEX( \
1220      "\n        -regex PATTERN  Path matches regex PATTERN") \
1221         IF_FEATURE_FIND_TYPE( \
1222      "\n        -type X         File type is X (X is one of: f,d,l,b,c,...)") \
1223         IF_FEATURE_FIND_PERM( \
1224      "\n        -perm NNN       Permissions match any of (+NNN), all of (-NNN)," \
1225      "\n                        or exactly (NNN)") \
1226         IF_FEATURE_FIND_MTIME( \
1227      "\n        -mtime DAYS     Modified time is greater than (+N), less than (-N)," \
1228      "\n                        or exactly (N) days") \
1229         IF_FEATURE_FIND_MMIN( \
1230      "\n        -mmin MINS      Modified time is greater than (+N), less than (-N)," \
1231      "\n                        or exactly (N) minutes") \
1232         IF_FEATURE_FIND_NEWER( \
1233      "\n        -newer FILE     Modified time is more recent than FILE's") \
1234         IF_FEATURE_FIND_INUM( \
1235      "\n        -inum N         File has inode number N") \
1236         IF_FEATURE_FIND_USER( \
1237      "\n        -user NAME      File is owned by user NAME (numeric user ID allowed)") \
1238         IF_FEATURE_FIND_GROUP( \
1239      "\n        -group NAME     File belongs to group NAME (numeric group ID allowed)") \
1240         IF_FEATURE_FIND_DEPTH( \
1241      "\n        -depth          Process directory name after traversing it") \
1242         IF_FEATURE_FIND_SIZE( \
1243      "\n        -size N[bck]    File size is N (c:bytes,k:kbytes,b:512 bytes(def.))." \
1244      "\n                        +/-N: file size is bigger/smaller than N") \
1245      "\n        -print          Print (default and assumed)" \
1246         IF_FEATURE_FIND_PRINT0( \
1247      "\n        -print0         Delimit output with null characters rather than" \
1248      "\n                        newlines") \
1249         IF_FEATURE_FIND_CONTEXT ( \
1250      "\n        -context        File has specified security context") \
1251         IF_FEATURE_FIND_EXEC( \
1252      "\n        -exec CMD ARG ; Run CMD with all instances of {} replaced by the" \
1253      "\n                        matching files") \
1254         IF_FEATURE_FIND_PRUNE( \
1255      "\n        -prune          Stop traversing current subtree") \
1256         IF_FEATURE_FIND_DELETE( \
1257      "\n        -delete         Delete files, turns on -depth option") \
1258         IF_FEATURE_FIND_PAREN( \
1259      "\n        (EXPR)          Group an expression") \
1260
1261 #define find_example_usage \
1262        "$ find / -name passwd\n" \
1263        "/etc/passwd\n"
1264
1265 #define flash_lock_trivial_usage \
1266        "MTD_DEVICE OFFSET SECTORS"
1267 #define flash_lock_full_usage "\n\n" \
1268        "Lock part or all of an MTD device. If SECTORS is -1, then all sectors\n" \
1269        "will be locked, regardless of the value of OFFSET"
1270
1271 #define flash_unlock_trivial_usage \
1272        "MTD_DEVICE"
1273 #define flash_unlock_full_usage "\n\n" \
1274        "Unlock an MTD device"
1275
1276 #define flash_eraseall_trivial_usage \
1277        "[-jq] MTD_DEVICE"
1278 #define flash_eraseall_full_usage "\n\n" \
1279        "Erase an MTD device\n" \
1280      "\nOptions:" \
1281      "\n        -j      format the device for jffs2" \
1282      "\n        -q      don't display progress messages"
1283
1284 #define fold_trivial_usage \
1285        "[-bs] [-w WIDTH] [FILE]"
1286 #define fold_full_usage "\n\n" \
1287        "Wrap input lines in each FILE (standard input by default), writing to\n" \
1288        "standard output\n" \
1289      "\nOptions:" \
1290      "\n        -b      Count bytes rather than columns" \
1291      "\n        -s      Break at spaces" \
1292      "\n        -w      Use WIDTH columns instead of 80" \
1293
1294 #define free_trivial_usage \
1295        ""
1296 #define free_full_usage "\n\n" \
1297        "Display the amount of free and used system memory"
1298 #define free_example_usage \
1299        "$ free\n" \
1300        "              total         used         free       shared      buffers\n" \
1301        "  Mem:       257628       248724         8904        59644        93124\n" \
1302        " Swap:       128516         8404       120112\n" \
1303        "Total:       386144       257128       129016\n" \
1304
1305 #define freeramdisk_trivial_usage \
1306        "DEVICE"
1307 #define freeramdisk_full_usage "\n\n" \
1308        "Free all memory used by the specified ramdisk"
1309 #define freeramdisk_example_usage \
1310        "$ freeramdisk /dev/ram2\n"
1311
1312 #define fsck_trivial_usage \
1313        "[-ANPRTV] [-C fd] [-t fstype] [fs-options] [filesys...]"
1314 #define fsck_full_usage "\n\n" \
1315        "Check and repair filesystems\n" \
1316      "\nOptions:" \
1317      "\n        -A      Walk /etc/fstab and check all filesystems" \
1318      "\n        -N      Don't execute, just show what would be done" \
1319      "\n        -P      With -A, check filesystems in parallel" \
1320      "\n        -R      With -A, skip the root filesystem" \
1321      "\n        -T      Don't show title on startup" \
1322      "\n        -V      Verbose" \
1323      "\n        -C n    Write status information to specified filedescriptor" \
1324      "\n        -t type List of filesystem types to check" \
1325
1326 #define fsck_minix_trivial_usage \
1327        "[-larvsmf] /dev/name"
1328 #define fsck_minix_full_usage "\n\n" \
1329        "Check MINIX filesystem\n" \
1330      "\nOptions:" \
1331      "\n        -l      List all filenames" \
1332      "\n        -r      Perform interactive repairs" \
1333      "\n        -a      Perform automatic repairs" \
1334      "\n        -v      Verbose" \
1335      "\n        -s      Output superblock information" \
1336      "\n        -m      Show \"mode not cleared\" warnings" \
1337      "\n        -f      Force file system check" \
1338
1339 #define ftpd_trivial_usage \
1340        "[-wvS] [-t N] [-T N] [DIR]"
1341 #define ftpd_full_usage "\n\n" \
1342        "FTP server\n" \
1343        "\n" \
1344        "ftpd should be used as an inetd service.\n" \
1345        "ftpd's line for inetd.conf:\n" \
1346        "        21 stream tcp nowait root ftpd ftpd /files/to/serve\n" \
1347        "It also can be ran from tcpsvd:\n" \
1348        "        tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve\n" \
1349      "\nOptions:" \
1350      "\n        -w      Allow upload" \
1351      "\n        -v      Log to stderr" \
1352      "\n        -S      Log to syslog" \
1353      "\n        -t,-T   Idle and absolute timeouts" \
1354      "\n        DIR     Change root to this directory" \
1355
1356 #define ftpget_trivial_usage \
1357        "[OPTIONS] HOST LOCAL_FILE REMOTE_FILE"
1358 #define ftpget_full_usage "\n\n" \
1359        "Retrieve a remote file via FTP\n" \
1360      "\nOptions:" \
1361         IF_FEATURE_FTPGETPUT_LONG_OPTIONS( \
1362      "\n        -c,--continue   Continue previous transfer" \
1363      "\n        -v,--verbose    Verbose" \
1364      "\n        -u,--username   Username" \
1365      "\n        -p,--password   Password" \
1366      "\n        -P,--port       Port number" \
1367         ) \
1368         IF_NOT_FEATURE_FTPGETPUT_LONG_OPTIONS( \
1369      "\n        -c      Continue previous transfer" \
1370      "\n        -v      Verbose" \
1371      "\n        -u      Username" \
1372      "\n        -p      Password" \
1373      "\n        -P      Port number" \
1374         )
1375
1376 #define ftpput_trivial_usage \
1377        "[OPTIONS] HOST REMOTE_FILE LOCAL_FILE"
1378 #define ftpput_full_usage "\n\n" \
1379        "Store a local file on a remote machine via FTP\n" \
1380      "\nOptions:" \
1381         IF_FEATURE_FTPGETPUT_LONG_OPTIONS( \
1382      "\n        -v,--verbose    Verbose" \
1383      "\n        -u,--username   Username" \
1384      "\n        -p,--password   Password" \
1385      "\n        -P,--port       Port number" \
1386         ) \
1387         IF_NOT_FEATURE_FTPGETPUT_LONG_OPTIONS( \
1388      "\n        -v      Verbose" \
1389      "\n        -u      Username" \
1390      "\n        -p      Password" \
1391      "\n        -P      Port number" \
1392         )
1393
1394 #define fuser_trivial_usage \
1395        "[OPTIONS] FILE or PORT/PROTO"
1396 #define fuser_full_usage "\n\n" \
1397        "Find processes which use FILEs or PORTs\n" \
1398      "\nOptions:" \
1399      "\n        -m      Find processes which use same fs as FILEs" \
1400      "\n        -4      Search only IPv4 space" \
1401      "\n        -6      Search only IPv6 space" \
1402      "\n        -s      Silent: just exit with 0 if any processes are found" \
1403      "\n        -k      Kill found processes (otherwise display PIDs)" \
1404      "\n        -SIGNAL Signal to send (default: TERM)" \
1405
1406 #define getenforce_trivial_usage NOUSAGE_STR
1407 #define getenforce_full_usage ""
1408
1409 #define getopt_trivial_usage \
1410        "[OPTIONS]"
1411 #define getopt_full_usage "\n\n" \
1412        "Parse options\n" \
1413         IF_LONG_OPTS( \
1414      "\n        -a,--alternative                Allow long options starting with single -" \
1415      "\n        -l,--longoptions=longopts       Long options to be recognized" \
1416      "\n        -n,--name=progname              The name under which errors are reported" \
1417      "\n        -o,--options=optstring          Short options to be recognized" \
1418      "\n        -q,--quiet                      Disable error reporting by getopt(3)" \
1419      "\n        -Q,--quiet-output               No normal output" \
1420      "\n        -s,--shell=shell                Set shell quoting conventions" \
1421      "\n        -T,--test                       Test for getopt(1) version" \
1422      "\n        -u,--unquoted                   Don't quote the output" \
1423         ) \
1424         IF_NOT_LONG_OPTS( \
1425      "\n        -a              Allow long options starting with single -" \
1426      "\n        -l longopts     Long options to be recognized" \
1427      "\n        -n progname     The name under which errors are reported" \
1428      "\n        -o optstring    Short options to be recognized" \
1429      "\n        -q              Disable error reporting by getopt(3)" \
1430      "\n        -Q              No normal output" \
1431      "\n        -s shell        Set shell quoting conventions" \
1432      "\n        -T              Test for getopt(1) version" \
1433      "\n        -u              Don't quote the output" \
1434         )
1435 #define getopt_example_usage \
1436        "$ cat getopt.test\n" \
1437        "#!/bin/sh\n" \
1438        "GETOPT=`getopt -o ab:c:: --long a-long,b-long:,c-long:: \\\n" \
1439        "       -n 'example.busybox' -- \"$@\"`\n" \
1440        "if [ $? != 0 ]; then  exit 1; fi\n" \
1441        "eval set -- \"$GETOPT\"\n" \
1442        "while true; do\n" \
1443        " case $1 in\n" \
1444        "   -a|--a-long) echo \"Option a\"; shift;;\n" \
1445        "   -b|--b-long) echo \"Option b, argument '$2'\"; shift 2;;\n" \
1446        "   -c|--c-long)\n" \
1447        "     case \"$2\" in\n" \
1448        "       \"\") echo \"Option c, no argument\"; shift 2;;\n" \
1449        "       *)  echo \"Option c, argument '$2'\"; shift 2;;\n" \
1450        "     esac;;\n" \
1451        "   --) shift; break;;\n" \
1452        "   *) echo \"Internal error!\"; exit 1;;\n" \
1453        " esac\n" \
1454        "done\n"
1455
1456 #define getsebool_trivial_usage \
1457        "-a or getsebool boolean..."
1458 #define getsebool_full_usage "\n\n" \
1459        "        -a      Show all SELinux booleans"
1460
1461 #define getty_trivial_usage \
1462        "[OPTIONS] BAUD_RATE TTY [TERMTYPE]"
1463 #define getty_full_usage "\n\n" \
1464        "Open a tty, prompt for a login name, then invoke /bin/login\n" \
1465      "\nOptions:" \
1466      "\n        -h              Enable hardware (RTS/CTS) flow control" \
1467      "\n        -i              Do not display /etc/issue before running login" \
1468      "\n        -L              Local line, do not do carrier detect" \
1469      "\n        -m              Get baud rate from modem's CONNECT status message" \
1470      "\n        -w              Wait for a CR or LF before sending /etc/issue" \
1471      "\n        -n              Do not prompt the user for a login name" \
1472      "\n        -f issue_file   Display issue_file instead of /etc/issue" \
1473      "\n        -l login_app    Invoke login_app instead of /bin/login" \
1474      "\n        -t timeout      Terminate after timeout if no username is read" \
1475      "\n        -I initstring   Init string to send before anything else" \
1476      "\n        -H login_host   Log login_host into the utmp file as the hostname" \
1477
1478 #define grep_trivial_usage \
1479        "[-HhrilLnqvso" \
1480         IF_DESKTOP("w") \
1481        "eF" \
1482         IF_FEATURE_GREP_EGREP_ALIAS("E") \
1483         IF_FEATURE_GREP_CONTEXT("ABC") \
1484         IF_EXTRA_COMPAT("z") \
1485        "] PATTERN [FILE]..."
1486 #define grep_full_usage "\n\n" \
1487        "Search for PATTERN in each FILE or standard input\n" \
1488      "\nOptions:" \
1489      "\n        -H      Prefix output lines with filename where match was found" \
1490      "\n        -h      Suppress the prefixing filename on output" \
1491      "\n        -r      Recurse subdirectories" \
1492      "\n        -i      Ignore case distinctions" \
1493      "\n        -l      List names of files that match" \
1494      "\n        -L      List names of files that do not match" \
1495      "\n        -n      Print line number with output lines" \
1496      "\n        -q      Quiet. Return 0 if PATTERN is found, 1 otherwise" \
1497      "\n        -v      Select non-matching lines" \
1498      "\n        -s      Suppress file open/read error messages" \
1499      "\n        -c      Only print count of matching lines" \
1500      "\n        -o      Show only the part of a line that matches PATTERN" \
1501      "\n        -m MAX  Match up to MAX times per file" \
1502         IF_DESKTOP( \
1503      "\n        -w      Match whole words only") \
1504      "\n        -F      PATTERN is a set of newline-separated strings" \
1505         IF_FEATURE_GREP_EGREP_ALIAS( \
1506      "\n        -E      PATTERN is an extended regular expression") \
1507      "\n        -e PTRN Pattern to match" \
1508      "\n        -f FILE Read pattern from file" \
1509         IF_FEATURE_GREP_CONTEXT( \
1510      "\n        -A      Print NUM lines of trailing context" \
1511      "\n        -B      Print NUM lines of leading context" \
1512      "\n        -C      Print NUM lines of output context") \
1513         IF_EXTRA_COMPAT( \
1514      "\n        -z      Input is NUL terminated") \
1515
1516 #define grep_example_usage \
1517        "$ grep root /etc/passwd\n" \
1518        "root:x:0:0:root:/root:/bin/bash\n" \
1519        "$ grep ^[rR]oo. /etc/passwd\n" \
1520        "root:x:0:0:root:/root:/bin/bash\n"
1521
1522 #define egrep_trivial_usage NOUSAGE_STR
1523 #define egrep_full_usage ""
1524
1525 #define fgrep_trivial_usage NOUSAGE_STR
1526 #define fgrep_full_usage ""
1527
1528 #define gunzip_trivial_usage \
1529        "[OPTIONS] [FILE]..."
1530 #define gunzip_full_usage "\n\n" \
1531        "Uncompress FILEs (or standard input)\n" \
1532      "\nOptions:" \
1533      "\n        -c      Write to standard output" \
1534      "\n        -f      Force" \
1535      "\n        -t      Test file integrity" \
1536
1537 #define gunzip_example_usage \
1538        "$ ls -la /tmp/BusyBox*\n" \
1539        "-rw-rw-r--    1 andersen andersen   557009 Apr 11 10:55 /tmp/BusyBox-0.43.tar.gz\n" \
1540        "$ gunzip /tmp/BusyBox-0.43.tar.gz\n" \
1541        "$ ls -la /tmp/BusyBox*\n" \
1542        "-rw-rw-r--    1 andersen andersen  1761280 Apr 14 17:47 /tmp/BusyBox-0.43.tar\n"
1543
1544 #define gzip_trivial_usage \
1545        "[OPTIONS] [FILE]..."
1546 #define gzip_full_usage "\n\n" \
1547        "Compress FILEs (or standard input)\n" \
1548      "\nOptions:" \
1549      "\n        -c      Write to standard output" \
1550      "\n        -d      Decompress" \
1551      "\n        -f      Force" \
1552
1553 #define gzip_example_usage \
1554        "$ ls -la /tmp/busybox*\n" \
1555        "-rw-rw-r--    1 andersen andersen  1761280 Apr 14 17:47 /tmp/busybox.tar\n" \
1556        "$ gzip /tmp/busybox.tar\n" \
1557        "$ ls -la /tmp/busybox*\n" \
1558        "-rw-rw-r--    1 andersen andersen   554058 Apr 14 17:49 /tmp/busybox.tar.gz\n"
1559
1560 #define halt_trivial_usage \
1561        "[-d delay] [-n] [-f]" IF_FEATURE_WTMP(" [-w]")
1562 #define halt_full_usage "\n\n" \
1563        "Halt the system\n" \
1564      "\nOptions:" \
1565      "\n        -d      Delay interval for halting" \
1566      "\n        -n      No call to sync()" \
1567      "\n        -f      Force halt (don't go through init)" \
1568         IF_FEATURE_WTMP( \
1569      "\n        -w      Only write a wtmp record" \
1570         )
1571
1572 #define hdparm_trivial_usage \
1573        "[OPTIONS] [DEVICE]"
1574 #define hdparm_full_usage "\n\n" \
1575        "Options:" \
1576      "\n        -a      Get/set fs readahead" \
1577      "\n        -A      Set drive read-lookahead flag (0/1)" \
1578      "\n        -b      Get/set bus state (0 == off, 1 == on, 2 == tristate)" \
1579      "\n        -B      Set Advanced Power Management setting (1-255)" \
1580      "\n        -c      Get/set IDE 32-bit IO setting" \
1581      "\n        -C      Check IDE power mode status" \
1582         IF_FEATURE_HDPARM_HDIO_GETSET_DMA( \
1583      "\n        -d      Get/set using_dma flag") \
1584      "\n        -D      Enable/disable drive defect-mgmt" \
1585      "\n        -f      Flush buffer cache for device on exit" \
1586      "\n        -g      Display drive geometry" \
1587      "\n        -h      Display terse usage information" \
1588         IF_FEATURE_HDPARM_GET_IDENTITY( \
1589      "\n        -i      Display drive identification") \
1590         IF_FEATURE_HDPARM_GET_IDENTITY( \
1591      "\n        -I      Detailed/current information directly from drive") \
1592      "\n        -k      Get/set keep_settings_over_reset flag (0/1)" \
1593      "\n        -K      Set drive keep_features_over_reset flag (0/1)" \
1594      "\n        -L      Set drive doorlock (0/1) (removable harddisks only)" \
1595      "\n        -m      Get/set multiple sector count" \
1596      "\n        -n      Get/set ignore-write-errors flag (0/1)" \
1597      "\n        -p      Set PIO mode on IDE interface chipset (0,1,2,3,4,...)" \
1598      "\n        -P      Set drive prefetch count" \
1599 /*   "\n        -q      Change next setting quietly" - not supported ib bbox */ \
1600      "\n        -Q      Get/set DMA tagged-queuing depth (if supported)" \
1601      "\n        -r      Get/set readonly flag (DANGEROUS to set)" \
1602         IF_FEATURE_HDPARM_HDIO_SCAN_HWIF( \
1603      "\n        -R      Register an IDE interface (DANGEROUS)") \
1604      "\n        -S      Set standby (spindown) timeout" \
1605      "\n        -t      Perform device read timings" \
1606      "\n        -T      Perform cache read timings" \
1607      "\n        -u      Get/set unmaskirq flag (0/1)" \
1608         IF_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF( \
1609      "\n        -U      Un-register an IDE interface (DANGEROUS)") \
1610      "\n        -v      Defaults; same as -mcudkrag for IDE drives" \
1611      "\n        -V      Display program version and exit immediately" \
1612         IF_FEATURE_HDPARM_HDIO_DRIVE_RESET( \
1613      "\n        -w      Perform device reset (DANGEROUS)") \
1614      "\n        -W      Set drive write-caching flag (0/1) (DANGEROUS)" \
1615         IF_FEATURE_HDPARM_HDIO_TRISTATE_HWIF( \
1616      "\n        -x      Tristate device for hotswap (0/1) (DANGEROUS)") \
1617      "\n        -X      Set IDE xfer mode (DANGEROUS)" \
1618      "\n        -y      Put IDE drive in standby mode" \
1619      "\n        -Y      Put IDE drive to sleep" \
1620      "\n        -Z      Disable Seagate auto-powersaving mode" \
1621      "\n        -z      Re-read partition table" \
1622
1623 #define head_trivial_usage \
1624        "[OPTIONS] [FILE]..."
1625 #define head_full_usage "\n\n" \
1626        "Print first 10 lines of each FILE to standard output.\n" \
1627        "With more than one FILE, precede each with a header giving the\n" \
1628        "file name. With no FILE, or when FILE is -, read standard input.\n" \
1629      "\nOptions:" \
1630      "\n        -n NUM  Print first NUM lines instead of first 10" \
1631         IF_FEATURE_FANCY_HEAD( \
1632      "\n        -c NUM  Output the first NUM bytes" \
1633      "\n        -q      Never output headers giving file names" \
1634      "\n        -v      Always output headers giving file names") \
1635
1636 #define head_example_usage \
1637        "$ head -n 2 /etc/passwd\n" \
1638        "root:x:0:0:root:/root:/bin/bash\n" \
1639        "daemon:x:1:1:daemon:/usr/sbin:/bin/sh\n"
1640
1641 #define hexdump_trivial_usage \
1642        "[-bcCdefnosvx" IF_FEATURE_HEXDUMP_REVERSE("R") "] FILE..."
1643 #define hexdump_full_usage "\n\n" \
1644        "Display file(s) or standard input in a user specified format\n" \
1645      "\nOptions:" \
1646      "\n        -b              One-byte octal display" \
1647      "\n        -c              One-byte character display" \
1648      "\n        -C              Canonical hex+ASCII, 16 bytes per line" \
1649      "\n        -d              Two-byte decimal display" \
1650      "\n        -e FORMAT STRING" \
1651      "\n        -f FORMAT FILE" \
1652      "\n        -n LENGTH       Interpret only LENGTH bytes of input" \
1653      "\n        -o              Two-byte octal display" \
1654      "\n        -s OFFSET       Skip OFFSET bytes" \
1655      "\n        -v              Display all input data" \
1656      "\n        -x              Two-byte hexadecimal display" \
1657         IF_FEATURE_HEXDUMP_REVERSE( \
1658      "\n        -R              Reverse of 'hexdump -Cv'") \
1659
1660 #define hd_trivial_usage \
1661        "FILE..."
1662 #define hd_full_usage "\n\n" \
1663        "hd is an alias for hexdump -C"
1664
1665 #define hostid_trivial_usage \
1666        ""
1667 #define hostid_full_usage "\n\n" \
1668        "Print out a unique 32-bit identifier for the machine"
1669
1670 #define hostname_trivial_usage \
1671        "[OPTIONS] [HOSTNAME | -F FILE]"
1672 #define hostname_full_usage "\n\n" \
1673        "Get or set hostname or DNS domain name\n" \
1674      "\nOptions:" \
1675      "\n        -s      Short" \
1676      "\n        -i      Addresses for the hostname" \
1677      "\n        -d      DNS domain name" \
1678      "\n        -f      Fully qualified domain name" \
1679      "\n        -F FILE Use FILE's content as hostname" \
1680
1681 #define hostname_example_usage \
1682        "$ hostname\n" \
1683        "sage\n"
1684
1685 #define dnsdomainname_trivial_usage NOUSAGE_STR
1686 #define dnsdomainname_full_usage ""
1687
1688 #define httpd_trivial_usage \
1689        "[-ifv[v]]" \
1690        " [-c CONFFILE]" \
1691        " [-p [IP:]PORT]" \
1692         IF_FEATURE_HTTPD_SETUID(" [-u USER[:GRP]]") \
1693         IF_FEATURE_HTTPD_BASIC_AUTH(" [-r REALM]") \
1694        " [-h HOME]\n" \
1695        "or httpd -d/-e" IF_FEATURE_HTTPD_AUTH_MD5("/-m") " STRING"
1696 #define httpd_full_usage "\n\n" \
1697        "Listen for incoming HTTP requests\n" \
1698      "\nOptions:" \
1699      "\n        -i              Inetd mode" \
1700      "\n        -f              Do not daemonize" \
1701      "\n        -v[v]           Verbose" \
1702      "\n        -c FILE         Configuration file (default httpd.conf)" \
1703      "\n        -p [IP:]PORT    Bind to ip:port (default *:80)" \
1704         IF_FEATURE_HTTPD_SETUID( \
1705      "\n        -u USER[:GRP]   Set uid/gid after binding to port") \
1706         IF_FEATURE_HTTPD_BASIC_AUTH( \
1707      "\n        -r REALM        Authentication Realm for Basic Authentication") \
1708      "\n        -h HOME         Home directory (default .)" \
1709         IF_FEATURE_HTTPD_AUTH_MD5( \
1710      "\n        -m STRING       MD5 crypt STRING") \
1711      "\n        -e STRING       HTML encode STRING" \
1712      "\n        -d STRING       URL decode STRING" \
1713
1714 #define hwclock_trivial_usage \
1715         IF_FEATURE_HWCLOCK_LONG_OPTIONS( \
1716        "[-r|--show] [-s|--hctosys] [-w|--systohc]" \
1717        " [-l|--localtime] [-u|--utc]" \
1718        " [-f FILE]" \
1719         ) \
1720         IF_NOT_FEATURE_HWCLOCK_LONG_OPTIONS( \
1721        "[-r] [-s] [-w] [-l] [-u] [-f FILE]" \
1722         )
1723 #define hwclock_full_usage "\n\n" \
1724        "Query and set hardware clock (RTC)\n" \
1725      "\nOptions:" \
1726      "\n        -r      Show hardware clock time" \
1727      "\n        -s      Set system time from hardware clock" \
1728      "\n        -w      Set hardware clock to system time" \
1729      "\n        -u      Hardware clock is in UTC" \
1730      "\n        -l      Hardware clock is in local time" \
1731      "\n        -f FILE Use specified device (e.g. /dev/rtc2)" \
1732
1733 #define id_trivial_usage \
1734        "[OPTIONS] [USER]"
1735 #define id_full_usage "\n\n" \
1736        "Print information about USER or the current user\n" \
1737      "\nOptions:" \
1738         IF_SELINUX( \
1739      "\n        -Z      Print the security context" \
1740         ) \
1741      "\n        -u      Print user ID" \
1742      "\n        -g      Print group ID" \
1743      "\n        -G      Print supplementary group IDs" \
1744      "\n        -n      Print name instead of a number" \
1745      "\n        -r      Print real user ID instead of effective ID" \
1746
1747 #define id_example_usage \
1748        "$ id\n" \
1749        "uid=1000(andersen) gid=1000(andersen)\n"
1750
1751 #define ifconfig_trivial_usage \
1752         IF_FEATURE_IFCONFIG_STATUS("[-a]") " interface [address]"
1753 #define ifconfig_full_usage "\n\n" \
1754        "Configure a network interface\n" \
1755      "\nOptions:" \
1756      "\n" \
1757         IF_FEATURE_IPV6( \
1758        "        [add ADDRESS[/PREFIXLEN]]\n") \
1759         IF_FEATURE_IPV6( \
1760        "        [del ADDRESS[/PREFIXLEN]]\n") \
1761        "        [[-]broadcast [ADDRESS]] [[-]pointopoint [ADDRESS]]\n" \
1762        "        [netmask ADDRESS] [dstaddr ADDRESS]\n" \
1763         IF_FEATURE_IFCONFIG_SLIP( \
1764        "        [outfill NN] [keepalive NN]\n") \
1765        "        " IF_FEATURE_IFCONFIG_HW("[hw ether" IF_FEATURE_HWIB("|infiniband")" ADDRESS] ") "[metric NN] [mtu NN]\n" \
1766        "        [[-]trailers] [[-]arp] [[-]allmulti]\n" \
1767        "        [multicast] [[-]promisc] [txqueuelen NN] [[-]dynamic]\n" \
1768         IF_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ( \
1769        "        [mem_start NN] [io_addr NN] [irq NN]\n") \
1770        "        [up|down] ..."
1771
1772 #define ifenslave_trivial_usage \
1773        "[-cdf] master-iface <slave-iface...>"
1774 #define ifenslave_full_usage "\n\n" \
1775        "Configure network interfaces for parallel routing\n" \
1776      "\nOptions:" \
1777      "\n        -c, --change-active     Change active slave" \
1778      "\n        -d, --detach            Remove slave interface from bonding device" \
1779      "\n        -f, --force             Force, even if interface is not Ethernet" \
1780 /*   "\n        -r, --receive-slave     Create a receive-only slave" */
1781
1782 #define ifenslave_example_usage \
1783        "To create a bond device, simply follow these three steps:\n" \
1784        "- ensure that the required drivers are properly loaded:\n" \
1785        "  # modprobe bonding ; modprobe <3c59x|eepro100|pcnet32|tulip|...>\n" \
1786        "- assign an IP address to the bond device:\n" \
1787        "  # ifconfig bond0 <addr> netmask <mask> broadcast <bcast>\n" \
1788        "- attach all the interfaces you need to the bond device:\n" \
1789        "  # ifenslave bond0 eth0 eth1 eth2\n" \
1790        "  If bond0 didn't have a MAC address, it will take eth0's. Then, all\n" \
1791        "  interfaces attached AFTER this assignment will get the same MAC addr.\n\n" \
1792        "  To detach a dead interface without setting the bond device down:\n" \
1793        "  # ifenslave -d bond0 eth1\n\n" \
1794        "  To set the bond device down and automatically release all the slaves:\n" \
1795        "  # ifconfig bond0 down\n\n" \
1796        "  To change active slave:\n" \
1797        "  # ifenslave -c bond0 eth0\n" \
1798
1799 #define ifplugd_trivial_usage \
1800        "[OPTIONS]"
1801 #define ifplugd_full_usage "\n\n" \
1802        "Network interface plug detection daemon\n" \
1803      "\nOptions:" \
1804      "\n        -n              Do not daemonize" \
1805      "\n        -s              Do not log to syslog" \
1806      "\n        -i IFACE        Interface" \
1807      "\n        -f/-F           Treat link detection error as link down/link up" \
1808      "\n                        (otherwise exit on error)" \
1809      "\n        -a              Do not up interface automatically" \
1810      "\n        -M              Monitor creation/destruction of interface" \
1811      "\n                        (otherwise it must exist)" \
1812      "\n        -r PROG         Script to run" \
1813      "\n        -x ARG          Extra argument for script" \
1814      "\n        -I              Don't exit on nonzero exit code from script" \
1815      "\n        -p              Don't run script on daemon startup" \
1816      "\n        -q              Don't run script on daemon quit" \
1817      "\n        -l              Run script on startup even if no cable is detected" \
1818      "\n        -t SECS         Poll time in seconds" \
1819      "\n        -u SECS         Delay before running script after link up" \
1820      "\n        -d SECS         Delay after link down" \
1821      "\n        -m MODE         API mode (mii, priv, ethtool, wlan, auto)" \
1822      "\n        -k              Kill running daemon" \
1823
1824 #define ifup_trivial_usage \
1825        "[-ain"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] ifaces..."
1826 #define ifup_full_usage "\n\n" \
1827        "Options:" \
1828      "\n        -a      De/configure all interfaces automatically" \
1829      "\n        -i FILE Use FILE for interface definitions" \
1830      "\n        -n      Print out what would happen, but don't do it" \
1831         IF_FEATURE_IFUPDOWN_MAPPING( \
1832      "\n                (note: doesn't disable mappings)" \
1833      "\n        -m      Don't run any mappings" \
1834         ) \
1835      "\n        -v      Print out what would happen before doing it" \
1836      "\n        -f      Force de/configuration" \
1837
1838 #define ifdown_trivial_usage \
1839        "[-ain"IF_FEATURE_IFUPDOWN_MAPPING("m")"vf] ifaces..."
1840 #define ifdown_full_usage "\n\n" \
1841        "Options:" \
1842      "\n        -a      De/configure all interfaces automatically" \
1843      "\n        -i FILE Use FILE for interface definitions" \
1844      "\n        -n      Print out what would happen, but don't do it" \
1845         IF_FEATURE_IFUPDOWN_MAPPING( \
1846      "\n                (note: doesn't disable mappings)" \
1847      "\n        -m      Don't run any mappings" \
1848         ) \
1849      "\n        -v      Print out what would happen before doing it" \
1850      "\n        -f      Force de/configuration" \
1851
1852 #define inetd_trivial_usage \
1853        "[-fe] [-q N] [-R N] [CONFFILE]"
1854 #define inetd_full_usage "\n\n" \
1855        "Listen for network connections and launch programs\n" \
1856      "\nOptions:" \
1857      "\n        -f      Run in foreground" \
1858      "\n        -e      Log to stderr" \
1859      "\n        -q N    Socket listen queue (default: 128)" \
1860      "\n        -R N    Pause services after N connects/min" \
1861      "\n                (default: 0 - disabled)" \
1862
1863 #define init_trivial_usage \
1864        ""
1865 #define init_full_usage "\n\n" \
1866        "Init is the parent of all processes"
1867
1868 #define init_notes_usage \
1869 "This version of init is designed to be run only by the kernel.\n" \
1870 "\n" \
1871 "BusyBox init doesn't support multiple runlevels. The runlevels field of\n" \
1872 "the /etc/inittab file is completely ignored by BusyBox init. If you want\n" \
1873 "runlevels, use sysvinit.\n" \
1874 "\n" \
1875 "BusyBox init works just fine without an inittab. If no inittab is found,\n" \
1876 "it has the following default behavior:\n" \
1877 "\n" \
1878 "       ::sysinit:/etc/init.d/rcS\n" \
1879 "       ::askfirst:/bin/sh\n" \
1880 "       ::ctrlaltdel:/sbin/reboot\n" \
1881 "       ::shutdown:/sbin/swapoff -a\n" \
1882 "       ::shutdown:/bin/umount -a -r\n" \
1883 "       ::restart:/sbin/init\n" \
1884 "\n" \
1885 "if it detects that /dev/console is _not_ a serial console, it will also run:\n" \
1886 "\n" \
1887 "       tty2::askfirst:/bin/sh\n" \
1888 "       tty3::askfirst:/bin/sh\n" \
1889 "       tty4::askfirst:/bin/sh\n" \
1890 "\n" \
1891 "If you choose to use an /etc/inittab file, the inittab entry format is as follows:\n" \
1892 "\n" \
1893 "       <id>:<runlevels>:<action>:<process>\n" \
1894 "\n" \
1895 "       <id>:\n" \
1896 "\n" \
1897 "               WARNING: This field has a non-traditional meaning for BusyBox init!\n" \
1898 "               The id field is used by BusyBox init to specify the controlling tty for\n" \
1899 "               the specified process to run on. The contents of this field are\n" \
1900 "               appended to \"/dev/\" and used as-is. There is no need for this field to\n" \
1901 "               be unique, although if it isn't you may have strange results. If this\n" \
1902 "               field is left blank, the controlling tty is set to the console. Also\n" \
1903 "               note that if BusyBox detects that a serial console is in use, then only\n" \
1904 "               entries whose controlling tty is either the serial console or /dev/null\n" \
1905 "               will be run. BusyBox init does nothing with utmp. We don't need no\n" \
1906 "               stinkin' utmp.\n" \
1907 "\n" \
1908 "       <runlevels>:\n" \
1909 "\n" \
1910 "               The runlevels field is completely ignored.\n" \
1911 "\n" \
1912 "       <action>:\n" \
1913 "\n" \
1914 "               Valid actions include: sysinit, respawn, askfirst, wait,\n" \
1915 "               once, restart, ctrlaltdel, and shutdown.\n" \
1916 "\n" \
1917 "               The available actions can be classified into two groups: actions\n" \
1918 "               that are run only once, and actions that are re-run when the specified\n" \
1919 "               process exits.\n" \
1920 "\n" \
1921 "               Run only-once actions:\n" \
1922 "\n" \
1923 "                       'sysinit' is the first item run on boot. init waits until all\n" \
1924 "                       sysinit actions are completed before continuing. Following the\n" \
1925 "                       completion of all sysinit actions, all 'wait' actions are run.\n" \
1926 "                       'wait' actions, like 'sysinit' actions, cause init to wait until\n" \
1927 "                       the specified task completes. 'once' actions are asynchronous,\n" \
1928 "                       therefore, init does not wait for them to complete. 'restart' is\n" \
1929 "                       the action taken to restart the init process. By default this should\n" \
1930 "                       simply run /sbin/init, but can be a script which runs pivot_root or it\n" \
1931 "                       can do all sorts of other interesting things. The 'ctrlaltdel' init\n" \
1932 "                       actions are run when the system detects that someone on the system\n" \
1933 "                       console has pressed the CTRL-ALT-DEL key combination. Typically one\n" \
1934 "                       wants to run 'reboot' at this point to cause the system to reboot.\n" \
1935 "                       Finally the 'shutdown' action specifies the actions to taken when\n" \
1936 "                       init is told to reboot. Unmounting filesystems and disabling swap\n" \
1937 "                       is a very good here.\n" \
1938 "\n" \
1939 "               Run repeatedly actions:\n" \
1940 "\n" \
1941 "                       'respawn' actions are run after the 'once' actions. When a process\n" \
1942 "                       started with a 'respawn' action exits, init automatically restarts\n" \
1943 "                       it. Unlike sysvinit, BusyBox init does not stop processes from\n" \
1944 "                       respawning out of control. The 'askfirst' actions acts just like\n" \
1945 "                       respawn, except that before running the specified process it\n" \
1946 "                       displays the line \"Please press Enter to activate this console.\"\n" \
1947 "                       and then waits for the user to press enter before starting the\n" \
1948 "                       specified process.\n" \
1949 "\n" \
1950 "               Unrecognized actions (like initdefault) will cause init to emit an\n" \
1951 "               error message, and then go along with its business. All actions are\n" \
1952 "               run in the order they appear in /etc/inittab.\n" \
1953 "\n" \
1954 "       <process>:\n" \
1955 "\n" \
1956 "               Specifies the process to be executed and its command line.\n" \
1957 "\n" \
1958 "Example /etc/inittab file:\n" \
1959 "\n" \
1960 "       # This is run first except when booting in single-user mode\n" \
1961 "       #\n" \
1962 "       ::sysinit:/etc/init.d/rcS\n" \
1963 "       \n" \
1964 "       # /bin/sh invocations on selected ttys\n" \
1965 "       #\n" \
1966 "       # Start an \"askfirst\" shell on the console (whatever that may be)\n" \
1967 "       ::askfirst:-/bin/sh\n" \
1968 "       # Start an \"askfirst\" shell on /dev/tty2-4\n" \
1969 "       tty2::askfirst:-/bin/sh\n" \
1970 "       tty3::askfirst:-/bin/sh\n" \
1971 "       tty4::askfirst:-/bin/sh\n" \
1972 "       \n" \
1973 "       # /sbin/getty invocations for selected ttys\n" \
1974 "       #\n" \
1975 "       tty4::respawn:/sbin/getty 38400 tty4\n" \
1976 "       tty5::respawn:/sbin/getty 38400 tty5\n" \
1977 "       \n" \
1978 "       \n" \
1979 "       # Example of how to put a getty on a serial line (for a terminal)\n" \
1980 "       #\n" \
1981 "       #::respawn:/sbin/getty -L ttyS0 9600 vt100\n" \
1982 "       #::respawn:/sbin/getty -L ttyS1 9600 vt100\n" \
1983 "       #\n" \
1984 "       # Example how to put a getty on a modem line\n" \
1985 "       #::respawn:/sbin/getty 57600 ttyS2\n" \
1986 "       \n" \
1987 "       # Stuff to do when restarting the init process\n" \
1988 "       ::restart:/sbin/init\n" \
1989 "       \n" \
1990 "       # Stuff to do before rebooting\n" \
1991 "       ::ctrlaltdel:/sbin/reboot\n" \
1992 "       ::shutdown:/bin/umount -a -r\n" \
1993 "       ::shutdown:/sbin/swapoff -a\n"
1994
1995 #define inotifyd_trivial_usage \
1996         "PROG FILE1[:MASK] ..."
1997 #define inotifyd_full_usage "\n\n" \
1998        "Run PROG on filesystem changes." \
1999      "\nWhen a filesystem event matching MASK occurs on FILEn," \
2000      "\nPROG <actual_event(s)> <FILEn> [<subfile_name>] is run." \
2001      "\nEvents:" \
2002      "\n        a       File is accessed" \
2003      "\n        c       File is modified" \
2004      "\n        e       Metadata changed" \
2005      "\n        w       Writtable file is closed" \
2006      "\n        0       Unwrittable file is closed" \
2007      "\n        r       File is opened" \
2008      "\n        D       File is deleted" \
2009      "\n        M       File is moved" \
2010      "\n        u       Backing fs is unmounted" \
2011      "\n        o       Event queue overflowed" \
2012      "\n        x       File can't be watched anymore" \
2013      "\nIf watching a directory:" \
2014      "\n        m       Subfile is moved into dir" \
2015      "\n        y       Subfile is moved out of dir" \
2016      "\n        n       Subfile is created" \
2017      "\n        d       Subfile is deleted" \
2018      "\n" \
2019      "\ninotifyd waits for PROG to exit." \
2020      "\nWhen x event happens for all FILEs, inotifyd exits" \
2021
2022 /* 2.6 style insmod has no options and required filename
2023  * (not module name - .ko can't be omitted) */
2024 #define insmod_trivial_usage \
2025         IF_FEATURE_2_4_MODULES("[OPTIONS] MODULE ") \
2026         IF_NOT_FEATURE_2_4_MODULES("FILE ") \
2027         "[symbol=value]..."
2028 #define insmod_full_usage "\n\n" \
2029        "Load the specified kernel modules into the kernel" \
2030         IF_FEATURE_2_4_MODULES( "\n" \
2031      "\nOptions:" \
2032      "\n        -f      Force module to load into the wrong kernel version" \
2033      "\n        -k      Make module autoclean-able" \
2034      "\n        -v      Verbose" \
2035      "\n        -q      Quiet" \
2036      "\n        -L      Lock to prevent simultaneous loads of a module" \
2037         IF_FEATURE_INSMOD_LOAD_MAP( \
2038      "\n        -m      Output load map to stdout" \
2039         ) \
2040      "\n        -o NAME Set internal module name to NAME" \
2041      "\n        -x      Do not export externs" \
2042         )
2043
2044 /* -v, -b, -c are ignored */
2045 #define install_trivial_usage \
2046         "[-cdDsp] [-o USER] [-g GRP] [-m MODE] [source] dest|directory"
2047 #define install_full_usage "\n\n" \
2048        "Copy files and set attributes\n" \
2049      "\nOptions:" \
2050      "\n        -c      Just copy (default)" \
2051      "\n        -d      Create directories" \
2052      "\n        -D      Create leading target directories" \
2053      "\n        -s      Strip symbol table" \
2054      "\n        -p      Preserve date" \
2055      "\n        -o USER Set ownership" \
2056      "\n        -g GRP  Set group ownership" \
2057      "\n        -m MODE Set permissions" \
2058         IF_SELINUX( \
2059      "\n        -Z      Set security context" \
2060         )
2061
2062 #define ionice_trivial_usage \
2063         "[-c 1-3] [-n 0-7] [-p PID] [PROG]"
2064 #define ionice_full_usage "\n\n" \
2065        "Change I/O scheduling class and priority\n" \
2066      "\nOptions:" \
2067      "\n        -c      Class. 1:realtime 2:best-effort 3:idle" \
2068      "\n        -n      Priority" \
2069
2070 /* would need to make the " | " optional depending on more than one selected: */
2071 #define ip_trivial_usage \
2072        "[OPTIONS] {" \
2073         IF_FEATURE_IP_ADDRESS("address | ") \
2074         IF_FEATURE_IP_ROUTE("route | ") \
2075         IF_FEATURE_IP_LINK("link | ") \
2076         IF_FEATURE_IP_TUNNEL("tunnel | ") \
2077         IF_FEATURE_IP_RULE("rule") \
2078        "} {COMMAND}"
2079 #define ip_full_usage "\n\n" \
2080        "ip [OPTIONS] OBJECT {COMMAND}\n" \
2081        "where OBJECT := {" \
2082         IF_FEATURE_IP_ADDRESS("address | ") \
2083         IF_FEATURE_IP_ROUTE("route | ") \
2084         IF_FEATURE_IP_LINK("link | ") \
2085         IF_FEATURE_IP_TUNNEL("tunnel | ") \
2086         IF_FEATURE_IP_RULE("rule") \
2087        "}\n" \
2088        "OPTIONS := { -f[amily] { inet | inet6 | link } | -o[neline] }" \
2089
2090 #define ipaddr_trivial_usage \
2091        "{ {add|del} IFADDR dev STRING | {show|flush}\n" \
2092        "                [dev STRING] [to PREFIX] }"
2093 #define ipaddr_full_usage "\n\n" \
2094        "ipaddr {add|delete} IFADDR dev STRING\n" \
2095        "ipaddr {show|flush} [dev STRING] [scope SCOPE-ID]\n" \
2096        "        [to PREFIX] [label PATTERN]\n" \
2097        "        IFADDR := PREFIX | ADDR peer PREFIX\n" \
2098        "        [broadcast ADDR] [anycast ADDR]\n" \
2099        "        [label STRING] [scope SCOPE-ID]\n" \
2100        "        SCOPE-ID := [host | link | global | NUMBER]" \
2101
2102 #define ipcalc_trivial_usage \
2103        "[OPTIONS] ADDRESS[[/]NETMASK] [NETMASK]"
2104 #define ipcalc_full_usage "\n\n" \
2105        "Calculate IP network settings from a IP address\n" \
2106      "\nOptions:" \
2107         IF_FEATURE_IPCALC_LONG_OPTIONS( \
2108      "\n        -b,--broadcast  Display calculated broadcast address" \
2109      "\n        -n,--network    Display calculated network address" \
2110      "\n        -m,--netmask    Display default netmask for IP" \
2111         IF_FEATURE_IPCALC_FANCY( \
2112      "\n        -p,--prefix     Display the prefix for IP/NETMASK" \
2113      "\n        -h,--hostname   Display first resolved host name" \
2114      "\n        -s,--silent     Don't ever display error messages" \
2115         ) \
2116         ) \
2117         IF_NOT_FEATURE_IPCALC_LONG_OPTIONS( \
2118      "\n        -b      Display calculated broadcast address" \
2119      "\n        -n      Display calculated network address" \
2120      "\n        -m      Display default netmask for IP" \
2121         IF_FEATURE_IPCALC_FANCY( \
2122      "\n        -p      Display the prefix for IP/NETMASK" \
2123      "\n        -h      Display first resolved host name" \
2124      "\n        -s      Don't ever display error messages" \
2125         ) \
2126         )
2127
2128 #define ipcrm_trivial_usage \
2129        "[-MQS key] [-mqs id]"
2130 #define ipcrm_full_usage "\n\n" \
2131        "Upper-case options MQS remove an object by shmkey value.\n" \
2132        "Lower-case options remove an object by shmid value.\n" \
2133      "\nOptions:" \
2134      "\n        -mM     Remove memory segment after last detach" \
2135      "\n        -qQ     Remove message queue" \
2136      "\n        -sS     Remove semaphore" \
2137
2138 #define ipcs_trivial_usage \
2139        "[[-smq] -i shmid] | [[-asmq] [-tcplu]]"
2140 #define ipcs_full_usage "\n\n" \
2141        "        -i      Show specific resource" \
2142      "\nResource specification:" \
2143      "\n        -m      Shared memory segments" \
2144      "\n        -q      Message queues" \
2145      "\n        -s      Semaphore arrays" \
2146      "\n        -a      All (default)" \
2147      "\nOutput format:" \
2148      "\n        -t      Time" \
2149      "\n        -c      Creator" \
2150      "\n        -p      Pid" \
2151      "\n        -l      Limits" \
2152      "\n        -u      Summary" \
2153
2154 #define iplink_trivial_usage \
2155        "{ set DEVICE { up | down | arp { on | off } | show [DEVICE] }"
2156 #define iplink_full_usage "\n\n" \
2157        "iplink set DEVICE { up | down | arp | multicast { on | off } |\n" \
2158        "                        dynamic { on | off } |\n" \
2159        "                        mtu MTU }\n" \
2160        "iplink show [DEVICE]" \
2161
2162 #define iproute_trivial_usage \
2163        "{ list | flush | { add | del | change | append |\n" \
2164        "                replace | monitor } ROUTE }"
2165 #define iproute_full_usage "\n\n" \
2166        "iproute { list | flush } SELECTOR\n" \
2167        "iproute get ADDRESS [from ADDRESS iif STRING]\n" \
2168        "                        [oif STRING]  [tos TOS]\n" \
2169        "iproute { add | del | change | append | replace | monitor } ROUTE\n" \
2170        "                        SELECTOR := [root PREFIX] [match PREFIX] [proto RTPROTO]\n" \
2171        "                        ROUTE := [TYPE] PREFIX [tos TOS] [proto RTPROTO]\n" \
2172        "                                [metric METRIC]" \
2173
2174 #define iprule_trivial_usage \
2175        "{[list | add | del] RULE}"
2176 #define iprule_full_usage "\n\n" \
2177        "iprule [list | add | del] SELECTOR ACTION\n" \
2178        "        SELECTOR := [from PREFIX] [to PREFIX] [tos TOS] [fwmark FWMARK]\n" \
2179        "                        [dev STRING] [pref NUMBER]\n" \
2180        "        ACTION := [table TABLE_ID] [nat ADDRESS]\n" \
2181        "                        [prohibit | reject | unreachable]\n" \
2182        "                        [realms [SRCREALM/]DSTREALM]\n" \
2183        "        TABLE_ID := [local | main | default | NUMBER]" \
2184
2185 #define iptunnel_trivial_usage \
2186        "{ add | change | del | show } [NAME]\n" \
2187        "        [mode { ipip | gre | sit }]\n" \
2188        "        [remote ADDR] [local ADDR] [ttl TTL]"
2189 #define iptunnel_full_usage "\n\n" \
2190        "iptunnel { add | change | del | show } [NAME]\n" \
2191        "        [mode { ipip | gre | sit }] [remote ADDR] [local ADDR]\n" \
2192        "        [[i|o]seq] [[i|o]key KEY] [[i|o]csum]\n" \
2193        "        [ttl TTL] [tos TOS] [[no]pmtudisc] [dev PHYS_DEV]" \
2194
2195 #define kbd_mode_trivial_usage \
2196        "[-a|k|s|u] [-C TTY]"
2197 #define kbd_mode_full_usage "\n\n" \
2198        "Report or set the keyboard mode\n" \
2199      "\nOptions set mode:" \
2200      "\n        -a      Default (ASCII)" \
2201      "\n        -k      Medium-raw (keyboard)" \
2202      "\n        -s      Raw (scancode)" \
2203      "\n        -u      Unicode (utf-8)" \
2204      "\n        -C TTY  Affect TTY instead of /dev/tty" \
2205
2206 #define kill_trivial_usage \
2207        "[-l] [-SIG] PID..."
2208 #define kill_full_usage "\n\n" \
2209        "Send a signal (default is TERM) to given PIDs\n" \
2210      "\nOptions:" \
2211      "\n        -l      List all signal names and numbers" \
2212 /*   "\n        -s SIG  Yet another way of specifying SIG" */ \
2213
2214 #define kill_example_usage \
2215        "$ ps | grep apache\n" \
2216        "252 root     root     S [apache]\n" \
2217        "263 www-data www-data S [apache]\n" \
2218        "264 www-data www-data S [apache]\n" \
2219        "265 www-data www-data S [apache]\n" \
2220        "266 www-data www-data S [apache]\n" \
2221        "267 www-data www-data S [apache]\n" \
2222        "$ kill 252\n"
2223
2224 #define killall_trivial_usage \
2225        "[-l] [-q] [-SIG] process-name..."
2226 #define killall_full_usage "\n\n" \
2227        "Send a signal (default is TERM) to given processes\n" \
2228      "\nOptions:" \
2229      "\n        -l      List all signal names and numbers" \
2230 /*   "\n        -s SIG  Yet another way of specifying SIG" */ \
2231      "\n        -q      Do not complain if no processes were killed" \
2232
2233 #define killall_example_usage \
2234        "$ killall apache\n"
2235
2236 #define killall5_trivial_usage \
2237        "[-l] [-SIG] [-o PID]..."
2238 #define killall5_full_usage "\n\n" \
2239        "Send a signal (default is TERM) to all processes outside current session\n" \
2240      "\nOptions:" \
2241      "\n        -l      List all signal names and numbers" \
2242      "\n        -o PID  Do not signal this PID" \
2243 /*   "\n        -s SIG  Yet another way of specifying SIG" */ \
2244
2245 #define klogd_trivial_usage \
2246        "[-c N] [-n]"
2247 #define klogd_full_usage "\n\n" \
2248        "Kernel logger\n" \
2249      "\nOptions:" \
2250      "\n        -c N    Only messages with level < N are printed to console" \
2251      "\n        -n      Run in foreground" \
2252
2253 #define length_trivial_usage \
2254        "STRING"
2255 #define length_full_usage "\n\n" \
2256        "Print STRING's length"
2257
2258 #define length_example_usage \
2259        "$ length Hello\n" \
2260        "5\n"
2261
2262 #define less_trivial_usage \
2263        "[-EMNmh~I?] [FILE]..."
2264 #define less_full_usage "\n\n" \
2265        "View a file or list of files. The position within files can be\n" \
2266        "changed, and files can be manipulated in various ways.\n" \
2267      "\nOptions:" \
2268      "\n        -E      Quit once the end of a file is reached" \
2269      "\n        -M,-m   Display a status line containing the line numbers" \
2270      "\n                and percentage through the file" \
2271      "\n        -N      Prefix line numbers to each line" \
2272      "\n        -I      Ignore case in all searches" \
2273      "\n        -~      Suppress ~s displayed past the end of the file" \
2274
2275 #define linux32_trivial_usage NOUSAGE_STR
2276 #define linux32_full_usage ""
2277 #define linux64_trivial_usage NOUSAGE_STR
2278 #define linux64_full_usage ""
2279
2280 #define linuxrc_trivial_usage NOUSAGE_STR
2281 #define linuxrc_full_usage ""
2282
2283 #define setarch_trivial_usage \
2284        "personality program [args...]"
2285 #define setarch_full_usage "\n\n" \
2286        "Personality may be:\n" \
2287        "        linux32         Set 32bit uname emulation\n" \
2288        "        linux64         Set 64bit uname emulation" \
2289
2290 #define ln_trivial_usage \
2291        "[OPTIONS] TARGET... LINK_NAME|DIRECTORY"
2292 #define ln_full_usage "\n\n" \
2293        "Create a link named LINK_NAME or DIRECTORY to the specified TARGET.\n" \
2294        "Use '--' to indicate that all following arguments are non-options.\n" \
2295      "\nOptions:" \
2296      "\n        -s      Make symlinks instead of hardlinks" \
2297      "\n        -f      Remove existing destination files" \
2298      "\n        -n      Don't dereference symlinks - treat like normal file" \
2299      "\n        -b      Make a backup of the target (if exists) before link operation" \
2300      "\n        -S suf  Use suffix instead of ~ when making backup files" \
2301
2302 #define ln_example_usage \
2303        "$ ln -s BusyBox /tmp/ls\n" \
2304        "$ ls -l /tmp/ls\n" \
2305        "lrwxrwxrwx    1 root     root            7 Apr 12 18:39 ls -> BusyBox*\n"
2306
2307 #define load_policy_trivial_usage NOUSAGE_STR
2308 #define load_policy_full_usage ""
2309
2310 #define loadfont_trivial_usage \
2311        "< font"
2312 #define loadfont_full_usage "\n\n" \
2313        "Load a console font from standard input" \
2314 /*   "\n        -C TTY  Affect TTY instead of /dev/tty" */ \
2315
2316 #define loadfont_example_usage \
2317        "$ loadfont < /etc/i18n/fontname\n"
2318
2319 #define loadkmap_trivial_usage \
2320        "< keymap"
2321 #define loadkmap_full_usage "\n\n" \
2322        "Load a binary keyboard translation table from standard input\n" \
2323 /*   "\n        -C TTY  Affect TTY instead of /dev/tty" */ \
2324
2325 #define loadkmap_example_usage \
2326        "$ loadkmap < /etc/i18n/lang-keymap\n"
2327
2328 #define logger_trivial_usage \
2329        "[OPTIONS] [MESSAGE]"
2330 #define logger_full_usage "\n\n" \
2331        "Write MESSAGE to the system log. If MESSAGE is omitted, log stdin.\n" \
2332      "\nOptions:" \
2333      "\n        -s      Log to stderr as well as the system log" \
2334      "\n        -t TAG  Log using the specified tag (defaults to user name)" \
2335      "\n        -p PRIO Priority (numeric or facility.level pair)" \
2336
2337 #define logger_example_usage \
2338        "$ logger \"hello\"\n"
2339
2340 #define login_trivial_usage \
2341        "[-p] [-h HOST] [[-f] USER]"
2342 #define login_full_usage "\n\n" \
2343        "Begin a new session on the system\n" \
2344      "\nOptions:" \
2345      "\n        -f      Do not authenticate (user already authenticated)" \
2346      "\n        -h      Name of the remote host" \
2347      "\n        -p      Preserve environment" \
2348
2349 #define logname_trivial_usage \
2350        ""
2351 #define logname_full_usage "\n\n" \
2352        "Print the name of the current user"
2353 #define logname_example_usage \
2354        "$ logname\n" \
2355        "root\n"
2356
2357 #define logread_trivial_usage \
2358        "[OPTIONS]"
2359 #define logread_full_usage "\n\n" \
2360        "Show messages in syslogd's circular buffer\n" \
2361      "\nOptions:" \
2362      "\n        -f      Output data as log grows" \
2363
2364 #define losetup_trivial_usage \
2365        "[-o OFS] LOOPDEV FILE - associate loop devices\n" \
2366        "        losetup -d LOOPDEV - disassociate\n" \
2367        "        losetup [-f] - show"
2368 #define losetup_full_usage "\n\n" \
2369        "Options:" \
2370      "\n        -o OFS  Start OFS bytes into FILE" \
2371      "\n        -f      Show first free loop device" \
2372
2373 #define losetup_notes_usage \
2374        "No arguments will display all current associations.\n" \
2375        "One argument (losetup /dev/loop1) will display the current association\n" \
2376        "(if any), or disassociate it (with -d). The display shows the offset\n" \
2377        "and filename of the file the loop device is currently bound to.\n\n" \
2378        "Two arguments (losetup /dev/loop1 file.img) create a new association,\n" \
2379        "with an optional offset (-o 12345). Encryption is not yet supported.\n" \
2380        "losetup -f will show the first loop free loop device\n\n"
2381
2382 #define lpd_trivial_usage \
2383        "SPOOLDIR [HELPER [ARGS]]"
2384 #define lpd_full_usage "\n\n" \
2385        "SPOOLDIR must contain (symlinks to) device nodes or directories" \
2386      "\nwith names matching print queue names. In the first case, jobs are" \
2387      "\nsent directly to the device. Otherwise each job is stored in queue" \
2388      "\ndirectory and HELPER program is called. Name of file to print" \
2389      "\nis passed in $DATAFILE variable." \
2390      "\nExample:" \
2391      "\n        tcpsvd -E 0 515 softlimit -m 999999 lpd /var/spool ./print" \
2392
2393 #define lpq_trivial_usage \
2394        "[-P queue[@host[:port]]] [-U USERNAME] [-d JOBID...] [-fs]"
2395 #define lpq_full_usage "\n\n" \
2396        "Options:" \
2397      "\n        -P      lp service to connect to (else uses $PRINTER)" \
2398      "\n        -d      Delete jobs" \
2399      "\n        -f      Force any waiting job to be printed" \
2400      "\n        -s      Short display" \
2401
2402 #define lpr_trivial_usage \
2403        "-P queue[@host[:port]] -U USERNAME -J TITLE -Vmh [FILE]..."
2404 /* -C CLASS exists too, not shown.
2405  * CLASS is supposed to be printed on banner page, if one is requested */
2406 #define lpr_full_usage "\n\n" \
2407        "Options:" \
2408      "\n        -P      lp service to connect to (else uses $PRINTER)"\
2409      "\n        -m      Send mail on completion" \
2410      "\n        -h      Print banner page too" \
2411      "\n        -V      Verbose" \
2412
2413 #define ls_trivial_usage \
2414        "[-1Aa" IF_FEATURE_LS_TIMESTAMPS("c") "Cd" \
2415         IF_FEATURE_LS_TIMESTAMPS("e") IF_FEATURE_LS_FILETYPES("F") "iln" \
2416         IF_FEATURE_LS_FILETYPES("p") IF_FEATURE_LS_FOLLOWLINKS("L") \
2417         IF_FEATURE_LS_RECURSIVE("R") IF_FEATURE_LS_SORTFILES("rS") "s" \
2418         IF_FEATURE_AUTOWIDTH("T") IF_FEATURE_LS_TIMESTAMPS("tu") \
2419         IF_FEATURE_LS_SORTFILES("v") IF_FEATURE_AUTOWIDTH("w") "x" \
2420         IF_FEATURE_LS_SORTFILES("X") IF_FEATURE_HUMAN_READABLE("h") "k" \
2421         IF_SELINUX("K") "] [FILE]..."
2422 #define ls_full_usage "\n\n" \
2423        "List directory contents\n" \
2424      "\nOptions:" \
2425      "\n        -1      List in a single column" \
2426      "\n        -A      Don't list . and .." \
2427      "\n        -a      Don't hide entries starting with ." \
2428      "\n        -C      List by columns" \
2429         IF_FEATURE_LS_TIMESTAMPS( \
2430      "\n        -c      With -l: sort by ctime") \
2431         IF_FEATURE_LS_COLOR( \
2432      "\n        --color[={always,never,auto}]   Control coloring") \
2433      "\n        -d      List directory entries instead of contents" \
2434         IF_FEATURE_LS_TIMESTAMPS( \
2435      "\n        -e      List full date and time") \
2436         IF_FEATURE_LS_FILETYPES( \
2437      "\n        -F      Append indicator (one of */=@|) to entries") \
2438      "\n        -i      List inode numbers" \
2439      "\n        -l      Long listing format" \
2440      "\n        -n      List numeric UIDs and GIDs instead of names" \
2441         IF_FEATURE_LS_FILETYPES( \
2442      "\n        -p      Append indicator (one of /=@|) to entries") \
2443         IF_FEATURE_LS_FOLLOWLINKS( \
2444      "\n        -L      List entries pointed to by symlinks") \
2445         IF_FEATURE_LS_RECURSIVE( \
2446      "\n        -R      List subdirectories recursively") \
2447         IF_FEATURE_LS_SORTFILES( \
2448      "\n        -r      Sort in reverse order") \
2449         IF_FEATURE_LS_SORTFILES( \
2450      "\n        -S      Sort by file size") \
2451      "\n        -s      List the size of each file, in blocks" \
2452         IF_FEATURE_AUTOWIDTH( \
2453      "\n        -T NUM  Assume tabstop every NUM columns") \
2454         IF_FEATURE_LS_TIMESTAMPS( \
2455      "\n        -t      With -l: sort by modification time") \
2456         IF_FEATURE_LS_TIMESTAMPS( \
2457      "\n        -u      With -l: sort by access time") \
2458         IF_FEATURE_LS_SORTFILES( \
2459      "\n        -v      Sort by version") \
2460         IF_FEATURE_AUTOWIDTH( \
2461      "\n        -w NUM  Assume the terminal is NUM columns wide") \
2462      "\n        -x      List by lines" \
2463         IF_FEATURE_LS_SORTFILES( \
2464      "\n        -X      Sort by extension") \
2465         IF_FEATURE_HUMAN_READABLE( \
2466      "\n        -h      List sizes in human readable format (1K 243M 2G)") \
2467         IF_SELINUX( \
2468      "\n        -k      List security context") \
2469         IF_SELINUX( \
2470      "\n        -K      List security context in long format") \
2471         IF_SELINUX( \
2472      "\n        -Z      List security context and permission") \
2473
2474 #define lsattr_trivial_usage \
2475        "[-Radlv] [FILE]..."
2476 #define lsattr_full_usage "\n\n" \
2477        "List file attributes on an ext2 fs\n" \
2478      "\nOptions:" \
2479      "\n        -R      Recursively list subdirectories" \
2480      "\n        -a      Do not hide entries starting with ." \
2481      "\n        -d      List directory entries instead of contents" \
2482      "\n        -l      List long flag names" \
2483      "\n        -v      List the file's version/generation number" \
2484
2485 #define lsmod_trivial_usage \
2486        ""
2487 #define lsmod_full_usage "\n\n" \
2488        "List the currently loaded kernel modules"
2489
2490 #if ENABLE_FEATURE_MAKEDEVS_LEAF
2491 #define makedevs_trivial_usage \
2492        "NAME TYPE MAJOR MINOR FIRST LAST [s]"
2493 #define makedevs_full_usage "\n\n" \
2494        "Create a range of block or character special files" \
2495      "\n" \
2496      "\nTYPE is:" \
2497      "\n        b       Block device" \
2498      "\n        c       Character device" \
2499      "\n        f       FIFO, MAJOR and MINOR are ignored" \
2500      "\n" \
2501      "\nFIRST..LAST specify numbers appended to NAME." \
2502      "\nIf 's' is the last argument, the base device is created as well." \
2503      "\n" \
2504      "\nExamples:" \
2505      "\n        makedevs /dev/ttyS c 4 66 2 63   ->  ttyS2-ttyS63" \
2506      "\n        makedevs /dev/hda b 3 0 0 8 s    ->  hda,hda1-hda8"
2507 #define makedevs_example_usage \
2508        "# makedevs /dev/ttyS c 4 66 2 63\n" \
2509        "[creates ttyS2-ttyS63]\n" \
2510        "# makedevs /dev/hda b 3 0 0 8 s\n" \
2511        "[creates hda,hda1-hda8]\n"
2512 #endif
2513
2514 #if ENABLE_FEATURE_MAKEDEVS_TABLE
2515 #define makedevs_trivial_usage \
2516        "[-d device_table] rootdir"
2517 #define makedevs_full_usage "\n\n" \
2518        "Create a range of special files as specified in a device table.\n" \
2519        "Device table entries take the form of:\n" \
2520        "<type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n" \
2521        "Where name is the file name, type can be one of:\n" \
2522        "        f       Regular file\n" \
2523        "        d       Directory\n" \
2524        "        c       Character device\n" \
2525        "        b       Block device\n" \
2526        "        p       Fifo (named pipe)\n" \
2527        "uid is the user id for the target file, gid is the group id for the\n" \
2528        "target file. The rest of the entries (major, minor, etc) apply to\n" \
2529        "to device special files. A '-' may be used for blank entries."
2530 #define makedevs_example_usage \
2531        "For example:\n" \
2532        "<name>    <type> <mode><uid><gid><major><minor><start><inc><count>\n" \
2533        "/dev         d   755    0    0    -      -      -      -    -\n" \
2534        "/dev/console c   666    0    0    5      1      -      -    -\n" \
2535        "/dev/null    c   666    0    0    1      3      0      0    -\n" \
2536        "/dev/zero    c   666    0    0    1      5      0      0    -\n" \
2537        "/dev/hda     b   640    0    0    3      0      0      0    -\n" \
2538        "/dev/hda     b   640    0    0    3      1      1      1    15\n\n" \
2539        "Will Produce:\n" \
2540        "/dev\n" \
2541        "/dev/console\n" \
2542        "/dev/null\n" \
2543        "/dev/zero\n" \
2544        "/dev/hda\n" \
2545        "/dev/hda[0-15]\n"
2546 #endif
2547
2548 #define makemime_trivial_usage \
2549        "[OPTIONS] [FILE]..."
2550 #define makemime_full_usage "\n\n" \
2551        "Create multipart MIME-encoded message from FILEs.\n" \
2552 /*     "Transfer encoding is base64, disposition is inline (not attachment)\n" */ \
2553      "\nOptions:" \
2554      "\n        -o FILE Output. Default: stdout" \
2555      "\n        -a HDR  Add header. Examples:" \
2556      "\n                \"From: user@host.org\", \"Date: `date -R`\"" \
2557      "\n        -c CT   Content type. Default: text/plain" \
2558      "\n        -C CS   Charset. Default: " CONFIG_FEATURE_MIME_CHARSET \
2559 /*   "\n        -e ENC  Transfer encoding. Ignored. base64 is assumed" */ \
2560      "\n" \
2561      "\nOther options are silently ignored" \
2562
2563 #define man_trivial_usage \
2564        "[OPTIONS] [MANPAGE]..."
2565 #define man_full_usage "\n\n" \
2566        "Format and display manual page\n" \
2567      "\nOptions:" \
2568      "\n        -a      Display all pages" \
2569      "\n        -w      Show page locations" \
2570
2571 #define matchpathcon_trivial_usage \
2572        "[-n] [-N] [-f file_contexts_file] [-p prefix] [-V]"
2573 #define matchpathcon_full_usage "\n\n" \
2574        "        -n      Do not display path" \
2575      "\n        -N      Do not use translations" \
2576      "\n        -f      Use alternate file_context file" \
2577      "\n        -p      Use prefix to speed translations" \
2578      "\n        -V      Verify file context on disk matches defaults" \
2579
2580 #define md5sum_trivial_usage \
2581        "[OPTIONS] [FILE]..." \
2582         IF_FEATURE_MD5_SHA1_SUM_CHECK("\n   or: md5sum [OPTIONS] -c [FILE]")
2583 #define md5sum_full_usage "\n\n" \
2584        "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " MD5 checksums" \
2585         IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \
2586      "\nOptions:" \
2587      "\n        -c      Check sums against given list" \
2588      "\n        -s      Don't output anything, status code shows success" \
2589      "\n        -w      Warn about improperly formatted checksum lines" \
2590         )
2591
2592 #define md5sum_example_usage \
2593        "$ md5sum < busybox\n" \
2594        "6fd11e98b98a58f64ff3398d7b324003\n" \
2595        "$ md5sum busybox\n" \
2596        "6fd11e98b98a58f64ff3398d7b324003  busybox\n" \
2597        "$ md5sum -c -\n" \
2598        "6fd11e98b98a58f64ff3398d7b324003  busybox\n" \
2599        "busybox: OK\n" \
2600        "^D\n"
2601
2602 #define sha1sum_trivial_usage \
2603        "[OPTIONS] [FILE]..." \
2604         IF_FEATURE_MD5_SHA1_SUM_CHECK("\n   or: sha1sum [OPTIONS] -c [FILE]")
2605 #define sha1sum_full_usage "\n\n" \
2606        "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums." \
2607         IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \
2608      "\nOptions:" \
2609      "\n        -c      Check sums against given list" \
2610      "\n        -s      Don't output anything, status code shows success" \
2611      "\n        -w      Warn about improperly formatted checksum lines" \
2612         )
2613
2614 #define sha256sum_trivial_usage \
2615        "[OPTIONS] [FILE]..." \
2616         IF_FEATURE_MD5_SHA1_SUM_CHECK("\n   or: sha256sum [OPTIONS] -c [FILE]")
2617 #define sha256sum_full_usage "\n\n" \
2618        "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums." \
2619         IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \
2620      "\nOptions:" \
2621      "\n        -c      Check sums against given list" \
2622      "\n        -s      Don't output anything, status code shows success" \
2623      "\n        -w      Warn about improperly formatted checksum lines" \
2624         )
2625
2626 #define sha512sum_trivial_usage \
2627        "[OPTIONS] [FILE]..." \
2628         IF_FEATURE_MD5_SHA1_SUM_CHECK("\n   or: sha512sum [OPTIONS] -c [FILE]")
2629 #define sha512sum_full_usage "\n\n" \
2630        "Print" IF_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums." \
2631         IF_FEATURE_MD5_SHA1_SUM_CHECK( "\n" \
2632      "\nOptions:" \
2633      "\n        -c      Check sums against given list" \
2634      "\n        -s      Don't output anything, status code shows success" \
2635      "\n        -w      Warn about improperly formatted checksum lines" \
2636         )
2637
2638 #define mdev_trivial_usage \
2639        "[-s]"
2640 #define mdev_full_usage "\n\n" \
2641        "        -s      Scan /sys and populate /dev during system boot\n" \
2642        "\n" \
2643        "It can be run by kernel as a hotplug helper. To activate it:\n" \
2644        " echo /bin/mdev >/proc/sys/kernel/hotplug\n" \
2645         IF_FEATURE_MDEV_CONF( \
2646        "It uses /etc/mdev.conf with lines\n" \
2647        "[-]DEVNAME UID:GID PERM" \
2648                         IF_FEATURE_MDEV_RENAME(" [>|=PATH]") \
2649                         IF_FEATURE_MDEV_EXEC(" [@|$|*PROG]") \
2650         ) \
2651
2652 #define mdev_notes_usage "" \
2653         IF_FEATURE_MDEV_CONFIG( \
2654        "The mdev config file contains lines that look like:\n" \
2655        "  hd[a-z][0-9]* 0:3 660\n\n" \
2656        "That's device name (with regex match), uid:gid, and permissions.\n\n" \
2657         IF_FEATURE_MDEV_EXEC( \
2658        "Optionally, that can be followed (on the same line) by a special character\n" \
2659        "and a command line to run after creating/before deleting the corresponding\n" \
2660        "device(s). The environment variable $MDEV indicates the active device node\n" \
2661        "(which is useful if it's a regex match). For example:\n\n" \
2662        "  hdc root:cdrom 660  *ln -s $MDEV cdrom\n\n" \
2663        "The special characters are @ (run after creating), $ (run before deleting),\n" \
2664        "and * (run both after creating and before deleting). The commands run in\n" \
2665        "the /dev directory, and use system() which calls /bin/sh.\n\n" \
2666         ) \
2667        "Config file parsing stops on the first matching line. If no config\n" \
2668        "entry is matched, devices are created with default 0:0 660. (Make\n" \
2669        "the last line match .* to override this.)\n\n" \
2670         )
2671
2672 #define mesg_trivial_usage \
2673        "[y|n]"
2674 #define mesg_full_usage "\n\n" \
2675        "Control write access to your terminal\n" \
2676        "        y       Allow write access to your terminal\n" \
2677        "        n       Disallow write access to your terminal"
2678
2679 #define microcom_trivial_usage \
2680        "[-d DELAY] [-t TIMEOUT] [-s SPEED] [-X] TTY"
2681 #define microcom_full_usage "\n\n" \
2682        "Copy bytes for stdin to TTY and from TTY to stdout\n" \
2683      "\nOptions:" \
2684      "\n        -d      Wait up to DELAY ms for TTY output before sending every" \
2685      "\n                next byte to it" \
2686      "\n        -t      Exit if both stdin and TTY are silent for TIMEOUT ms" \
2687      "\n        -s      Set serial line to SPEED" \
2688      "\n        -X      Disable special meaning of NUL and Ctrl-X from stdin" \
2689
2690 #define mkdir_trivial_usage \
2691        "[OPTIONS] DIRECTORY..."
2692 #define mkdir_full_usage "\n\n" \
2693        "Create DIRECTORY\n" \
2694      "\nOptions:" \
2695      "\n        -m      Set permission mode (as in chmod), not rwxrwxrwx - umask" \
2696      "\n        -p      No error if existing, make parent directories as needed" \
2697         IF_SELINUX( \
2698      "\n        -Z      Set security context" \
2699         )
2700
2701 #define mkdir_example_usage \
2702        "$ mkdir /tmp/foo\n" \
2703        "$ mkdir /tmp/foo\n" \
2704        "/tmp/foo: File exists\n" \
2705        "$ mkdir /tmp/foo/bar/baz\n" \
2706        "/tmp/foo/bar/baz: No such file or directory\n" \
2707        "$ mkdir -p /tmp/foo/bar/baz\n"
2708
2709 #define mke2fs_trivial_usage \
2710        "[-c|-l filename] [-b block-size] [-f fragment-size] [-g blocks-per-group] " \
2711        "[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes] [-n] " \
2712        "[-m reserved-blocks-percentage] [-o creator-os] [-O feature[,...]] [-q] " \
2713        "[r fs-revision-level] [-E extended-options] [-v] [-F] [-L volume-label] " \
2714        "[-M last-mounted-directory] [-S] [-T filesystem-type] " \
2715        "device [blocks-count]"
2716 #define mke2fs_full_usage "\n\n" \
2717        "        -b size         Block size in bytes" \
2718      "\n        -c              Check for bad blocks before creating" \
2719      "\n        -E opts         Set extended options" \
2720      "\n        -f size         Fragment size in bytes" \
2721      "\n        -F              Force (ignore sanity checks)" \
2722      "\n        -g num          Number of blocks in a block group" \
2723      "\n        -i ratio        The bytes/inode ratio" \
2724      "\n        -j              Create a journal (ext3)" \
2725      "\n        -J opts         Set journal options (size/device)" \
2726      "\n        -l file         Read bad blocks list from file" \
2727      "\n        -L lbl          Set the volume label" \
2728      "\n        -m percent      Percent of fs blocks to reserve for admin" \
2729      "\n        -M dir          Set last mounted directory" \
2730      "\n        -n              Do not actually create anything" \
2731      "\n        -N num          Number of inodes to create" \
2732      "\n        -o os           Set the 'creator os' field" \
2733      "\n        -O features     Dir_index/filetype/has_journal/journal_dev/sparse_super" \
2734      "\n        -q              Quiet" \
2735      "\n        -r rev          Set filesystem revision" \
2736      "\n        -S              Write superblock and group descriptors only" \
2737      "\n        -T fs-type      Set usage type (news/largefile/largefile4)" \
2738      "\n        -v              Verbose" \
2739
2740 #define mkfifo_trivial_usage \
2741        "[OPTIONS] name"
2742 #define mkfifo_full_usage "\n\n" \
2743        "Create named pipe (identical to 'mknod name p')\n" \
2744      "\nOptions:" \
2745      "\n        -m MODE Mode (default a=rw)" \
2746         IF_SELINUX( \
2747      "\n        -Z      Set security context" \
2748         )
2749
2750 #define mkfs_minix_trivial_usage \
2751        "[-c | -l filename] [-nXX] [-iXX] /dev/name [blocks]"
2752 #define mkfs_minix_full_usage "\n\n" \
2753        "Make a MINIX filesystem\n" \
2754      "\nOptions:" \
2755      "\n        -c              Check device for bad blocks" \
2756      "\n        -n [14|30]      Maximum length of filenames" \
2757      "\n        -i INODES       Number of inodes for the filesystem" \
2758      "\n        -l FILENAME     Read bad blocks list from FILENAME" \
2759      "\n        -v              Make version 2 filesystem" \
2760
2761 #define mkfs_vfat_trivial_usage \
2762        "[-v] [-n LABEL] FILE_OR_DEVICE [SIZE_IN_KB]"
2763 /* Accepted but ignored:
2764        "[-c] [-C] [-I] [-l bad-block-file] [-b backup-boot-sector] "
2765        "[-m boot-msg-file] [-i volume-id] "
2766        "[-s sectors-per-cluster] [-S logical-sector-size] [-f number-of-FATs] "
2767        "[-h hidden-sectors] [-F fat-size] [-r root-dir-entries] [-R reserved-sectors] "
2768 */
2769 #define mkfs_vfat_full_usage "\n\n" \
2770        "Make a FAT32 filesystem\n" \
2771      "\nOptions:" \
2772 /*   "\n        -c      Check device for bad blocks" */ \
2773      "\n        -v      Verbose" \
2774 /*   "\n        -I      Allow to use entire disk device (e.g. /dev/hda)" */ \
2775      "\n        -n LBL  Volume label" \
2776
2777 #define mknod_trivial_usage \
2778        "[OPTIONS] NAME TYPE MAJOR MINOR"
2779 #define mknod_full_usage "\n\n" \
2780        "Create a special file (block, character, or pipe)\n" \
2781      "\nOptions:" \
2782      "\n        -m      Create the special file using the specified mode (default a=rw)" \
2783      "\nTYPEs include:" \
2784      "\n        b:      Make a block device" \
2785      "\n        c or u: Make a character device" \
2786      "\n        p:      Make a named pipe (MAJOR and MINOR are ignored)" \
2787         IF_SELINUX( \
2788      "\n        -Z      Set security context" \
2789         )
2790
2791 #define mknod_example_usage \
2792        "$ mknod /dev/fd0 b 2 0\n" \
2793        "$ mknod -m 644 /tmp/pipe p\n"
2794
2795 #define mkswap_trivial_usage \
2796        "DEVICE"
2797 #define mkswap_full_usage "\n\n" \
2798        "Prepare block device to be used as swap partition"
2799 #if 0
2800        "[-c] [-v0|-v1] DEVICE [BLOCKS]"
2801      "\nOptions:"
2802      "\n        -c      Check for readability"
2803      "\n        -v0     Make swap version 0 (max 128M)"
2804      "\n        -v1     Make swap version 1 (default for kernels > 2.1.117)"
2805      "\n        BLOCKS  Number of blocks to use (default is entire partition)"
2806 #endif
2807
2808 #define mktemp_trivial_usage \
2809        "[-dt] [-p DIR] [TEMPLATE]"
2810 #define mktemp_full_usage "\n\n" \
2811        "Create a temporary file with name based on TEMPLATE and print its name.\n" \
2812        "TEMPLATE must end with XXXXXX (e.g. [/dir/]nameXXXXXX).\n" \
2813      "\nOptions:" \
2814      "\n        -d      Make a directory instead of a file" \
2815 /*   "\n        -q      Fail silently if an error occurs" - we ignore it */ \
2816      "\n        -t      Generate a path rooted in temporary directory" \
2817      "\n        -p DIR  Use DIR as a temporary directory (implies -t)" \
2818      "\n" \
2819      "\nFor -t or -p, directory is chosen as follows:" \
2820      "\n$TMPDIR if set, else -p DIR, else /tmp" \
2821
2822 #define mktemp_example_usage \
2823        "$ mktemp /tmp/temp.XXXXXX\n" \
2824        "/tmp/temp.mWiLjM\n" \
2825        "$ ls -la /tmp/temp.mWiLjM\n" \
2826        "-rw-------    1 andersen andersen        0 Apr 25 17:10 /tmp/temp.mWiLjM\n"
2827
2828 #define modprobe_trivial_usage \
2829        "[-knqrsv] MODULE [symbol=value...]"
2830 #define modprobe_full_usage "\n\n" \
2831        "Options:" \
2832         IF_FEATURE_2_4_MODULES( \
2833      "\n        -k      Make module autoclean-able" \
2834         ) \
2835      "\n        -n      Dry run" \
2836      "\n        -q      Quiet" \
2837      "\n        -r      Remove module (stacks) or do autoclean" \
2838      "\n        -s      Report via syslog instead of stderr" \
2839      "\n        -v      Verbose" \
2840         IF_FEATURE_MODPROBE_BLACKLIST( \
2841      "\n        -b      Apply blacklist to module names too" \
2842         )
2843
2844 #define modprobe_notes_usage \
2845 "modprobe can (un)load a stack of modules, passing each module options (when\n" \
2846 "loading). modprobe uses a configuration file to determine what option(s) to\n" \
2847 "pass each module it loads.\n" \
2848 "\n" \
2849 "The configuration file is searched (in this order):\n" \
2850 "\n" \
2851 "    /etc/modprobe.conf (2.6 only)\n" \
2852 "    /etc/modules.conf\n" \
2853 "    /etc/conf.modules (deprecated)\n" \
2854 "\n" \
2855 "They all have the same syntax (see below). If none is present, it is\n" \
2856 "_not_ an error; each loaded module is then expected to load without\n" \
2857 "options. Once a file is found, the others are tested for.\n" \
2858 "\n" \
2859 "/etc/modules.conf entry format:\n" \
2860 "\n" \
2861 "  alias <alias_name> <mod_name>\n" \
2862 "    Makes it possible to modprobe alias_name, when there is no such module.\n" \
2863 "    It makes sense if your mod_name is long, or you want a more representative\n" \
2864 "    name for that module (eg. 'scsi' in place of 'aha7xxx').\n" \
2865 "    This makes it also possible to use a different set of options (below) for\n" \
2866 "    the module and the alias.\n" \
2867 "    A module can be aliased more than once.\n" \
2868 "\n" \
2869 "  options <mod_name|alias_name> <symbol=value...>\n" \
2870 "    When loading module mod_name (or the module aliased by alias_name), pass\n" \
2871 "    the \"symbol=value\" pairs as option to that module.\n" \
2872 "\n" \
2873 "Sample /etc/modules.conf file:\n" \
2874 "\n" \
2875 "  options tulip irq=3\n" \
2876 "  alias tulip tulip2\n" \
2877 "  options tulip2 irq=4 io=0x308\n" \
2878 "\n" \
2879 "Other functionality offered by 'classic' modprobe is not available in\n" \
2880 "this implementation.\n" \
2881 "\n" \
2882 "If module options are present both in the config file, and on the command line,\n" \
2883 "then the options from the command line will be passed to the module _after_\n" \
2884 "the options from the config file. That way, you can have defaults in the config\n" \
2885 "file, and override them for a specific usage from the command line.\n"
2886 #define modprobe_example_usage \
2887        "(with the above /etc/modules.conf):\n\n" \
2888        "$ modprobe tulip\n" \
2889        "   will load the module 'tulip' with default option 'irq=3'\n\n" \
2890        "$ modprobe tulip irq=5\n" \
2891        "   will load the module 'tulip' with option 'irq=5', thus overriding the default\n\n" \
2892        "$ modprobe tulip2\n" \
2893        "   will load the module 'tulip' with default options 'irq=4 io=0x308',\n" \
2894        "   which are the default for alias 'tulip2'\n\n" \
2895        "$ modprobe tulip2 irq=8\n" \
2896        "   will load the module 'tulip' with default options 'irq=4 io=0x308 irq=8',\n" \
2897        "   which are the default for alias 'tulip2' overridden by the option 'irq=8'\n\n" \
2898        "   from the command line\n\n" \
2899        "$ modprobe tulip2 irq=2 io=0x210\n" \
2900        "   will load the module 'tulip' with default options 'irq=4 io=0x308 irq=4 io=0x210',\n" \
2901        "   which are the default for alias 'tulip2' overridden by the options 'irq=2 io=0x210'\n\n" \
2902        "   from the command line\n"
2903
2904 #define more_trivial_usage \
2905        "[FILE]..."
2906 #define more_full_usage "\n\n" \
2907        "View FILE or standard input one screenful at a time"
2908
2909 #define more_example_usage \
2910        "$ dmesg | more\n"
2911
2912 #define mount_trivial_usage \
2913        "[flags] DEVICE NODE [-o OPT,OPT]"
2914 #define mount_full_usage "\n\n" \
2915        "Mount a filesystem. Filesystem autodetection requires /proc be mounted.\n" \
2916      "\nOptions:" \
2917      "\n        -a              Mount all filesystems in fstab" \
2918         IF_FEATURE_MOUNT_FAKE( \
2919         IF_FEATURE_MTAB_SUPPORT( \
2920      "\n        -f              Update /etc/mtab, but don't mount" \
2921         ) \
2922         IF_NOT_FEATURE_MTAB_SUPPORT( \
2923      "\n        -f              Dry run" \
2924         ) \
2925         ) \
2926         IF_FEATURE_MOUNT_HELPERS( \
2927      "\n        -i              Don't run mount helper" \
2928         ) \
2929         IF_FEATURE_MTAB_SUPPORT( \
2930      "\n        -n              Don't update /etc/mtab" \
2931         ) \
2932      "\n        -r              Read-only mount" \
2933      "\n        -w              Read-write mount (default)" \
2934      "\n        -t FSTYPE       Filesystem type" \
2935      "\n        -O OPT          Mount only filesystems with option OPT (-a only)" \
2936      "\n-o OPT:" \
2937         IF_FEATURE_MOUNT_LOOP( \
2938      "\n        loop            Ignored (loop devices are autodetected)" \
2939         ) \
2940         IF_FEATURE_MOUNT_FLAGS( \
2941      "\n        [a]sync         Writes are [a]synchronous" \
2942      "\n        [no]atime       Disable/enable updates to inode access times" \
2943      "\n        [no]diratime    Disable/enable atime updates to directories" \
2944      "\n        [no]relatime    Disable/enable atime updates relative to modification time" \
2945      "\n        [no]dev         (Dis)allow use of special device files" \
2946      "\n        [no]exec        (Dis)allow use of executable files" \
2947      "\n        [no]suid        (Dis)allow set-user-id-root programs" \
2948      "\n        [r]shared       Convert [recursively] to a shared subtree" \
2949      "\n        [r]slave        Convert [recursively] to a slave subtree" \
2950      "\n        [r]private      Convert [recursively] to a private subtree" \
2951      "\n        [un]bindable    Make mount point [un]able to be bind mounted" \
2952      "\n        bind            Bind a directory to an additional location" \
2953      "\n        move            Relocate an existing mount point" \
2954         ) \
2955      "\n        remount         Remount a mounted filesystem, changing its flags" \
2956      "\n        ro/rw           Read-only/read-write mount" \
2957      "\n" \
2958      "\nThere are EVEN MORE flags that are specific to each filesystem" \
2959      "\nYou'll have to see the written documentation for those filesystems" \
2960
2961 #define mount_example_usage \
2962        "$ mount\n" \
2963        "/dev/hda3 on / type minix (rw)\n" \
2964        "proc on /proc type proc (rw)\n" \
2965        "devpts on /dev/pts type devpts (rw)\n" \
2966        "$ mount /dev/fd0 /mnt -t msdos -o ro\n" \
2967        "$ mount /tmp/diskimage /opt -t ext2 -o loop\n" \
2968        "$ mount cd_image.iso mydir\n"
2969 #define mount_notes_usage \
2970        "Returns 0 for success, number of failed mounts for -a, or errno for one mount."
2971
2972 #define mountpoint_trivial_usage \
2973        "[-q] <[-dn] DIR | -x DEVICE>"
2974 #define mountpoint_full_usage "\n\n" \
2975        "Check if the directory is a mountpoint\n" \
2976      "\nOptions:" \
2977      "\n        -q      Quiet" \
2978      "\n        -d      Print major/minor device number of the filesystem" \
2979      "\n        -n      Print device name of the filesystem" \
2980      "\n        -x      Print major/minor device number of the blockdevice" \
2981
2982 #define mountpoint_example_usage \
2983        "$ mountpoint /proc\n" \
2984        "/proc is not a mountpoint\n" \
2985        "$ mountpoint /sys\n" \
2986        "/sys is a mountpoint\n"
2987
2988 #define mt_trivial_usage \
2989        "[-f device] opcode value"
2990 #define mt_full_usage "\n\n" \
2991        "Control magnetic tape drive operation\n" \
2992        "\n" \
2993        "Available Opcodes:\n" \
2994        "\n" \
2995        "bsf bsfm bsr bss datacompression drvbuffer eof eom erase\n" \
2996        "fsf fsfm fsr fss load lock mkpart nop offline ras1 ras2\n" \
2997        "ras3 reset retension rewind rewoffline seek setblk setdensity\n" \
2998        "setpart tell unload unlock weof wset" \
2999
3000 #define mv_trivial_usage \
3001        "[OPTIONS] SOURCE DEST\n" \
3002        "or: mv [OPTIONS] SOURCE... DIRECTORY"
3003 #define mv_full_usage "\n\n" \
3004        "Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY\n" \
3005      "\nOptions:" \
3006      "\n        -f      Don't prompt before overwriting" \
3007      "\n        -i      Interactive, prompt before overwrite" \
3008
3009 #define mv_example_usage \
3010        "$ mv /tmp/foo /bin/bar\n"
3011
3012 #define nameif_trivial_usage \
3013        "[-s] [-c FILE] [{IFNAME MACADDR}]"
3014 #define nameif_full_usage "\n\n" \
3015        "Rename network interface while it in the down state\n" \
3016      "\nOptions:" \
3017      "\n        -c FILE         Use configuration file (default is /etc/mactab)" \
3018      "\n        -s              Use syslog (LOCAL0 facility)" \
3019      "\n        IFNAME MACADDR  new_interface_name interface_mac_address" \
3020
3021 #define nameif_example_usage \
3022        "$ nameif -s dmz0 00:A0:C9:8C:F6:3F\n" \
3023        " or\n" \
3024        "$ nameif -c /etc/my_mactab_file\n" \
3025
3026 #if !ENABLE_DESKTOP
3027
3028 #if ENABLE_NC_SERVER || ENABLE_NC_EXTRA
3029 #define NC_OPTIONS_STR "\n\nOptions:"
3030 #else
3031 #define NC_OPTIONS_STR
3032 #endif
3033
3034 #define nc_trivial_usage \
3035         IF_NC_EXTRA("[-iN] [-wN] ")IF_NC_SERVER("[-l] [-p PORT] ") \
3036        "["IF_NC_EXTRA("-f FILENAME|")"IPADDR PORT]"IF_NC_EXTRA(" [-e PROG]")
3037 #define nc_full_usage "\n\n" \
3038        "Open a pipe to IP:port" IF_NC_EXTRA(" or file") \
3039         NC_OPTIONS_STR \
3040         IF_NC_EXTRA( \
3041      "\n        -e PROG Run PROG after connect" \
3042      "\n        -i SEC  Delay interval for lines sent" \
3043      "\n        -w SEC  Timeout for connect" \
3044      "\n        -f FILE Use file (ala /dev/ttyS0) instead of network" \
3045         ) \
3046         IF_NC_SERVER( \
3047      "\n        -l      Listen mode, for inbound connects" \
3048         IF_NC_EXTRA( \
3049      "\n                (use -l twice with -e for persistent server)") \
3050      "\n        -p PORT Local port" \
3051         )
3052
3053 #define nc_notes_usage "" \
3054         IF_NC_EXTRA( \
3055        "To use netcat as a terminal emulator on a serial port:\n\n" \
3056        "$ stty 115200 -F /dev/ttyS0\n" \
3057        "$ stty raw -echo -ctlecho && nc -f /dev/ttyS0\n" \
3058         )
3059
3060 #define nc_example_usage \
3061        "$ nc foobar.somedomain.com 25\n" \
3062        "220 foobar ESMTP Exim 3.12 #1 Sat, 15 Apr 2000 00:03:02 -0600\n" \
3063        "help\n" \
3064        "214-Commands supported:\n" \
3065        "214-    HELO EHLO MAIL RCPT DATA AUTH\n" \
3066        "214     NOOP QUIT RSET HELP\n" \
3067        "quit\n" \
3068        "221 foobar closing connection\n"
3069
3070 #else /* DESKTOP nc - much more compatible with nc 1.10 */
3071
3072 #define nc_trivial_usage \
3073        "[OPTIONS] HOST PORT  - connect" \
3074         IF_NC_SERVER("\n" \
3075        "nc [OPTIONS] -l -p PORT [HOST] [PORT]  - listen")
3076 #define nc_full_usage "\n\n" \
3077        "Options:" \
3078      "\n        -e PROG         Run PROG after connect (must be last)" \
3079         IF_NC_SERVER( \
3080      "\n        -l              Listen mode, for inbound connects" \
3081         ) \
3082      "\n        -n              Don't do DNS resolution" \
3083      "\n        -s ADDR         Local address" \
3084      "\n        -p PORT         Local port" \
3085      "\n        -u              UDP mode" \
3086      "\n        -v              Verbose" \
3087      "\n        -w SEC          Timeout for connects and final net reads" \
3088         IF_NC_EXTRA( \
3089      "\n        -i SEC          Delay interval for lines sent" /* ", ports scanned" */ \
3090      "\n        -o FILE         Hex dump traffic" \
3091      "\n        -z              Zero-I/O mode (scanning)" \
3092         ) \
3093 /*   "\n        -r              Randomize local and remote ports" */
3094 /*   "\n        -g gateway      Source-routing hop point[s], up to 8" */
3095 /*   "\n        -G num          Source-routing pointer: 4, 8, 12, ..." */
3096 /*   "\nport numbers can be individual or ranges: lo-hi [inclusive]" */
3097
3098 /* -e PROG can take ARGS too: "nc ... -e ls -l", but we don't document it
3099  * in help text: nc 1.10 does not allow that. We don't want to entice
3100  * users to use this incompatibility */
3101
3102 #endif
3103
3104 #define netstat_trivial_usage \
3105        "[-laentuwxr"IF_FEATURE_NETSTAT_WIDE("W")IF_FEATURE_NETSTAT_PRG("p")"]"
3106 #define netstat_full_usage "\n\n" \
3107        "Display networking information\n" \
3108      "\nOptions:" \
3109      "\n        -l      Display listening server sockets" \
3110      "\n        -a      Display all sockets (default: connected)" \
3111      "\n        -e      Display other/more information" \
3112      "\n        -n      Don't resolve names" \
3113      "\n        -t      Tcp sockets" \
3114      "\n        -u      Udp sockets" \
3115      "\n        -w      Raw sockets" \
3116      "\n        -x      Unix sockets" \
3117      "\n        -r      Display routing table" \
3118         IF_FEATURE_NETSTAT_WIDE( \
3119      "\n        -W      Display with no column truncation" \
3120         ) \
3121         IF_FEATURE_NETSTAT_PRG( \
3122      "\n        -p      Display PID/Program name for sockets" \
3123         )
3124
3125 #define nice_trivial_usage \
3126        "[-n ADJUST] [PROG [ARGS]]"
3127 #define nice_full_usage "\n\n" \
3128        "Run PROG with modified scheduling priority\n" \
3129      "\nOptions:" \
3130      "\n        -n ADJUST       Adjust priority by ADJUST" \
3131
3132 #define nmeter_trivial_usage \
3133        "format_string"
3134 #define nmeter_full_usage "\n\n" \
3135        "Monitor system in real time\n\n" \
3136        "Format specifiers:\n" \
3137        "%Nc or %[cN]    Monitor CPU. N - bar size, default 10\n" \
3138        "                (displays: S:system U:user N:niced D:iowait I:irq i:softirq)\n" \
3139        "%[niface]       Monitor network interface 'iface'\n" \
3140        "%m              Monitor allocated memory\n" \
3141        "%[mf]           Monitor free memory\n" \
3142        "%[mt]           Monitor total memory\n" \
3143        "%s              Monitor allocated swap\n" \
3144        "%f              Monitor number of used file descriptors\n" \
3145        "%Ni             Monitor total/specific IRQ rate\n" \
3146        "%x              Monitor context switch rate\n" \
3147        "%p              Monitor forks\n" \
3148        "%[pn]           Monitor # of processes\n" \
3149        "%b              Monitor block io\n" \
3150        "%Nt             Show time (with N decimal points)\n" \
3151        "%Nd             Milliseconds between updates (default:1000)\n" \
3152        "%r              Print <cr> instead of <lf> at EOL" \
3153
3154 #define nmeter_example_usage \
3155        "nmeter '%250d%t %20c int %i bio %b mem %m forks%p'"
3156
3157 #define nohup_trivial_usage \
3158        "PROG [ARGS]"
3159 #define nohup_full_usage "\n\n" \
3160        "Run PROG immune to hangups, with output to a non-tty"
3161 #define nohup_example_usage \
3162        "$ nohup make &"
3163
3164 #define nslookup_trivial_usage \
3165        "[HOST] [SERVER]"
3166 #define nslookup_full_usage "\n\n" \
3167        "Query the nameserver for the IP address of the given HOST\n" \
3168        "optionally using a specified DNS server"
3169 #define nslookup_example_usage \
3170        "$ nslookup localhost\n" \
3171        "Server:     default\n" \
3172        "Address:    default\n" \
3173        "\n" \
3174        "Name:       debian\n" \
3175        "Address:    127.0.0.1\n"
3176
3177 #define od_trivial_usage \
3178        "[-aBbcDdeFfHhIiLlOovXx] " IF_DESKTOP("[-t TYPE] ") "[FILE]"
3179 #define od_full_usage "\n\n" \
3180        "Write an unambiguous representation, octal bytes by default, of FILE\n" \
3181        "to standard output. With no FILE or when FILE is -, read standard input."
3182
3183 #define openvt_trivial_usage \
3184        "[-c N] [-sw] [PROG [ARGS]]"
3185 #define openvt_full_usage "\n\n" \
3186        "Start PROG on a new virtual terminal\n" \
3187      "\nOptions:" \
3188      "\n        -c N    Use specified VT" \
3189      "\n        -s      Switch to the VT" \
3190 /*   "\n        -l      Run PROG as login shell (by prepending '-')" */ \
3191      "\n        -w      Wait for PROG to exit" \
3192
3193 #define openvt_example_usage \
3194        "openvt 2 /bin/ash\n"
3195
3196 #define parse_trivial_usage \
3197        "[-n maxtokens] [-m mintokens] [-d delims] [-f flags] file ..."
3198 #define parse_full_usage "\n\n" \
3199        "[-n maxtokens] [-m mintokens] [-d delims] [-f flags] file ..."
3200
3201 #define passwd_trivial_usage \
3202        "[OPTIONS] [USER]"
3203 #define passwd_full_usage "\n\n" \
3204        "Change USER's password. If no USER is specified,\n" \
3205        "changes the password for the current user.\n" \
3206      "\nOptions:" \
3207      "\n        -a      Algorithm to use for password (choices: des, md5)" /* ", sha1)" */ \
3208      "\n        -d      Delete password for the account" \
3209      "\n        -l      Lock (disable) account" \
3210      "\n        -u      Unlock (re-enable) account" \
3211
3212 #define chpasswd_trivial_usage \
3213         IF_LONG_OPTS("[--md5|--encrypted]") IF_NOT_LONG_OPTS("[-m|-e]")
3214 #define chpasswd_full_usage "\n\n" \
3215        "Read user:password information from stdin " \
3216        "and update /etc/passwd accordingly.\n" \
3217      "\nOptions:" \
3218         IF_LONG_OPTS( \
3219      "\n        -e,--encrypted  Supplied passwords are in encrypted form" \
3220      "\n        -m,--md5        Use MD5 encryption instead of DES" \
3221         ) \
3222         IF_NOT_LONG_OPTS( \
3223      "\n        -e      Supplied passwords are in encrypted form" \
3224      "\n        -m      Use MD5 encryption instead of DES" \
3225         )
3226
3227 #define patch_trivial_usage \
3228        "[-p NUM] [-i DIFF] [-R] [-N]"
3229 #define patch_full_usage "\n\n" \
3230        "        -p NUM  Strip NUM leading components from file names" \
3231      "\n        -i DIFF Read DIFF instead of stdin" \
3232      "\n        -R      Reverse patch" \
3233      "\n        -N      Ignore already applied patches" \
3234
3235 #define patch_example_usage \
3236        "$ patch -p1 < example.diff\n" \
3237        "$ patch -p0 -i example.diff"
3238
3239 #define pgrep_trivial_usage \
3240        "[-flnovx] [-s SID|-P PPID|PATTERN]"
3241 #define pgrep_full_usage "\n\n" \
3242        "Display process(es) selected by regex PATTERN\n" \
3243      "\nOptions:" \
3244      "\n        -l      Show command name too" \
3245      "\n        -f      Match against entire command line" \
3246      "\n        -n      Show the newest process only" \
3247      "\n        -o      Show the oldest process only" \
3248      "\n        -v      Negate the match" \
3249      "\n        -x      Match whole name (not substring)" \
3250      "\n        -s      Match session ID (0 for current)" \
3251      "\n        -P      Match parent process ID" \
3252
3253 #if (ENABLE_FEATURE_PIDOF_SINGLE || ENABLE_FEATURE_PIDOF_OMIT)
3254 #define pidof_trivial_usage \
3255        "[OPTIONS] [NAME...]"
3256 #define USAGE_PIDOF "\n\nOptions:"
3257 #else
3258 #define pidof_trivial_usage \
3259        "[NAME...]"
3260 #define USAGE_PIDOF /* none */
3261 #endif
3262 #define pidof_full_usage "\n\n" \
3263        "List PIDs of all processes with names that match NAMEs" \
3264         USAGE_PIDOF \
3265         IF_FEATURE_PIDOF_SINGLE( \
3266      "\n        -s      Show only one PID") \
3267         IF_FEATURE_PIDOF_OMIT( \
3268      "\n        -o PID  Omit given pid" \
3269      "\n                Use %PPID to omit pid of pidof's parent") \
3270
3271 #define pidof_example_usage \
3272        "$ pidof init\n" \
3273        "1\n" \
3274         IF_FEATURE_PIDOF_OMIT( \
3275        "$ pidof /bin/sh\n20351 5973 5950\n") \
3276         IF_FEATURE_PIDOF_OMIT( \
3277        "$ pidof /bin/sh -o %PPID\n20351 5950")
3278
3279 #if !ENABLE_FEATURE_FANCY_PING
3280 #define ping_trivial_usage \
3281        "host"
3282 #define ping_full_usage "\n\n" \
3283        "Send ICMP ECHO_REQUEST packets to network hosts"
3284 #define ping6_trivial_usage \
3285        "host"
3286 #define ping6_full_usage "\n\n" \
3287        "Send ICMP ECHO_REQUEST packets to network hosts"
3288 #else
3289 #define ping_trivial_usage \
3290        "[OPTIONS] HOST"
3291 #define ping_full_usage "\n\n" \
3292        "Send ICMP ECHO_REQUEST packets to network hosts\n" \
3293      "\nOptions:" \
3294      "\n        -4, -6          Force IPv4 or IPv6 hostname resolution" \
3295      "\n        -c CNT          Send only CNT pings" \
3296      "\n        -s SIZE         Send SIZE data bytes in packets (default:56)" \
3297      "\n        -I IFACE/IP     Use interface or IP address as source" \
3298      "\n        -W SEC          Seconds to wait for the first response (default:10)" \
3299      "\n                        (after all -c CNT packets are sent)" \
3300      "\n        -w SEC          Seconds until ping exits (default:infinite)" \
3301      "\n                        (can exit earlier with -c CNT)" \
3302      "\n        -q              Quiet, only displays output at start" \
3303      "\n                        and when finished" \
3304
3305 #define ping6_trivial_usage \
3306        "[OPTIONS] HOST"
3307 #define ping6_full_usage "\n\n" \
3308        "Send ICMP ECHO_REQUEST packets to network hosts\n" \
3309      "\nOptions:" \
3310      "\n        -c CNT          Send only CNT pings" \
3311      "\n        -s SIZE         Send SIZE data bytes in packets (default:56)" \
3312      "\n        -I IFACE/IP     Use interface or IP address as source" \
3313      "\n        -q              Quiet, only displays output at start" \
3314      "\n                        and when finished" \
3315
3316 #endif
3317 #define ping_example_usage \
3318        "$ ping localhost\n" \
3319        "PING slag (127.0.0.1): 56 data bytes\n" \
3320        "64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=20.1 ms\n" \
3321        "\n" \
3322        "--- debian ping statistics ---\n" \
3323        "1 packets transmitted, 1 packets received, 0% packet loss\n" \
3324        "round-trip min/avg/max = 20.1/20.1/20.1 ms\n"
3325 #define ping6_example_usage \
3326        "$ ping6 ip6-localhost\n" \
3327        "PING ip6-localhost (::1): 56 data bytes\n" \
3328        "64 bytes from ::1: icmp6_seq=0 ttl=64 time=20.1 ms\n" \
3329        "\n" \
3330        "--- ip6-localhost ping statistics ---\n" \
3331        "1 packets transmitted, 1 packets received, 0% packet loss\n" \
3332        "round-trip min/avg/max = 20.1/20.1/20.1 ms\n"
3333
3334 #define pipe_progress_trivial_usage NOUSAGE_STR
3335 #define pipe_progress_full_usage ""
3336
3337 #define pivot_root_trivial_usage \
3338        "NEW_ROOT PUT_OLD"
3339 #define pivot_root_full_usage "\n\n" \
3340        "Move the current root file system to PUT_OLD and make NEW_ROOT\n" \
3341        "the new root file system"
3342
3343 #define pkill_trivial_usage \
3344        "[-l|-SIGNAL] [-fnovx] [-s SID|-P PPID|PATTERN]"
3345 #define pkill_full_usage "\n\n" \
3346        "Send a signal to process(es) selected by regex PATTERN\n" \
3347      "\nOptions:" \
3348      "\n        -l      List all signals" \
3349      "\n        -f      Match against entire command line" \
3350      "\n        -n      Signal the newest process only" \
3351      "\n        -o      Signal the oldest process only" \
3352      "\n        -v      Negate the match" \
3353      "\n        -x      Match whole name (not substring)" \
3354      "\n        -s      Match session ID (0 for current)" \
3355      "\n        -P      Match parent process ID" \
3356
3357 #define popmaildir_trivial_usage \
3358        "[OPTIONS] Maildir [connection-helper ...]"
3359 #define popmaildir_full_usage "\n\n" \
3360        "Fetch content of remote mailbox to local maildir\n" \
3361      "\nOptions:" \
3362      "\n        -b              Binary mode. Ignored" \
3363      "\n        -d              Debug. Ignored" \
3364      "\n        -m              Show used memory. Ignored" \
3365      "\n        -V              Show version. Ignored" \
3366      "\n        -c              Use tcpclient. Ignored" \
3367      "\n        -a              Use APOP protocol. Implied. If server supports APOP -> use it" \
3368      "\n        -s              Skip authorization" \
3369      "\n        -T              Get messages with TOP instead with RETR" \
3370      "\n        -k              Keep retrieved messages on the server" \
3371      "\n        -t timeout      Set network timeout" \
3372      IF_FEATURE_POPMAILDIR_DELIVERY( \
3373      "\n        -F \"program arg1 arg2 ...\"    Filter by program. May be multiple" \
3374      "\n        -M \"program arg1 arg2 ...\"    Deliver by program" \
3375      ) \
3376      "\n        -R size         Remove old messages on the server >= size (in bytes). Ignored" \
3377      "\n        -Z N1-N2        Remove messages from N1 to N2 (dangerous). Ignored" \
3378      "\n        -L size         Do not retrieve new messages >= size (in bytes). Ignored" \
3379      "\n        -H lines        Type specified number of lines of a message. Ignored"
3380 #define popmaildir_example_usage \
3381        "$ popmaildir -k ~/Maildir -- nc pop.drvv.ru 110 [<password_file]\n" \
3382        "$ popmaildir ~/Maildir -- openssl s_client -quiet -connect pop.gmail.com:995 [<password_file]\n"
3383
3384 #define poweroff_trivial_usage \
3385        "[-d delay] [-n] [-f]"
3386 #define poweroff_full_usage "\n\n" \
3387        "Halt and shut off power\n" \
3388      "\nOptions:" \
3389      "\n        -d      Delay interval for halting" \
3390      "\n        -n      No call to sync()" \
3391      "\n        -f      Force power off (don't go through init)" \
3392
3393 #define printenv_trivial_usage \
3394        "[VARIABLES...]"
3395 #define printenv_full_usage "\n\n" \
3396        "Print all or part of environment.\n" \
3397        "If no environment VARIABLE specified, print them all."
3398
3399 #define printf_trivial_usage \
3400        "FORMAT [ARGUMENT...]"
3401 #define printf_full_usage "\n\n" \
3402        "Format and print ARGUMENT(s) according to FORMAT,\n" \
3403        "where FORMAT controls the output exactly as in C printf"
3404 #define printf_example_usage \
3405        "$ printf \"Val=%d\\n\" 5\n" \
3406        "Val=5\n"
3407
3408
3409 #if ENABLE_DESKTOP
3410
3411 #define ps_trivial_usage \
3412        ""
3413 #define ps_full_usage "\n\n" \
3414        "Report process status\n" \
3415      "\nOptions:" \
3416      "\n        -o col1,col2=header     Select columns for display" \
3417
3418 #else /* !ENABLE_DESKTOP */
3419
3420 #if !ENABLE_SELINUX && !ENABLE_FEATURE_PS_WIDE
3421 #define USAGE_PS "\nThis version of ps accepts no options"
3422 #else
3423 #define USAGE_PS "\nOptions:"
3424 #endif
3425
3426 #define ps_trivial_usage \
3427        ""
3428 #define ps_full_usage "\n\n" \
3429        "Report process status\n" \
3430         USAGE_PS \
3431         IF_SELINUX( \
3432      "\n        -Z      Show SE Linux context" \
3433         ) \
3434         IF_FEATURE_PS_WIDE( \
3435      "\n        w       Wide output" \
3436         )
3437
3438 #endif /* ENABLE_DESKTOP */
3439
3440 #define ps_example_usage \
3441        "$ ps\n" \
3442        "  PID  Uid      Gid State Command\n" \
3443        "    1 root     root     S init\n" \
3444        "    2 root     root     S [kflushd]\n" \
3445        "    3 root     root     S [kupdate]\n" \
3446        "    4 root     root     S [kpiod]\n" \
3447        "    5 root     root     S [kswapd]\n" \
3448        "  742 andersen andersen S [bash]\n" \
3449        "  743 andersen andersen S -bash\n" \
3450        "  745 root     root     S [getty]\n" \
3451        " 2990 andersen andersen R ps\n" \
3452
3453 #define pscan_trivial_usage \
3454        "[-cb] [-p MIN_PORT] [-P MAX_PORT] [-t TIMEOUT] [-T MIN_RTT] HOST"
3455 #define pscan_full_usage "\n\n" \
3456        "Scan a host, print all open ports\n" \
3457      "\nOptions:" \
3458      "\n        -c      Show closed ports too" \
3459      "\n        -b      Show blocked ports too" \
3460      "\n        -p      Scan from this port (default 1)" \
3461      "\n        -P      Scan up to this port (default 1024)" \
3462      "\n        -t      Timeout (default 5000 ms)" \
3463      "\n        -T      Minimum rtt (default 5 ms, increase for congested hosts)" \
3464
3465 #define pwd_trivial_usage \
3466        ""
3467 #define pwd_full_usage "\n\n" \
3468        "Print the full filename of the current working directory"
3469 #define pwd_example_usage \
3470        "$ pwd\n" \
3471        "/root\n"
3472
3473 #define raidautorun_trivial_usage \
3474        "DEVICE"
3475 #define raidautorun_full_usage "\n\n" \
3476        "Tell the kernel to automatically search and start RAID arrays"
3477 #define raidautorun_example_usage \
3478        "$ raidautorun /dev/md0"
3479
3480 #define rdate_trivial_usage \
3481        "[-sp] HOST"
3482 #define rdate_full_usage "\n\n" \
3483        "Get and possibly set the system date and time from a remote HOST\n" \
3484      "\nOptions:" \
3485      "\n        -s      Set the system date and time (default)" \
3486      "\n        -p      Print the date and time" \
3487
3488 #define rdev_trivial_usage \
3489        ""
3490 #define rdev_full_usage "\n\n" \
3491        "Print the device node associated with the filesystem mounted at '/'"
3492 #define rdev_example_usage \
3493        "$ rdev\n" \
3494        "/dev/mtdblock9 /\n"
3495
3496 #define readahead_trivial_usage \
3497        "[FILE]..."
3498 #define readahead_full_usage "\n\n" \
3499        "Preload FILE(s) in RAM cache so that subsequent reads for those" \
3500        "files do not block on disk I/O"
3501
3502 #define readlink_trivial_usage \
3503         IF_FEATURE_READLINK_FOLLOW("[-fnv] ") "FILE"
3504 #define readlink_full_usage "\n\n" \
3505        "Display the value of a symlink" \
3506         IF_FEATURE_READLINK_FOLLOW( "\n" \
3507      "\nOptions:" \
3508      "\n        -f      Canonicalize by following all symlinks" \
3509      "\n        -n      Don't add newline" \
3510      "\n        -v      Verbose" \
3511         ) \
3512
3513 #define readprofile_trivial_usage \
3514        "[OPTIONS]"
3515 #define readprofile_full_usage "\n\n" \
3516        "Options:" \
3517      "\n        -m mapfile      (Default: /boot/System.map)" \
3518      "\n        -p profile      (Default: /proc/profile)" \
3519      "\n        -M mult         Set the profiling multiplier to mult" \
3520      "\n        -i              Print only info about the sampling step" \
3521      "\n        -v              Verbose" \
3522      "\n        -a              Print all symbols, even if count is 0" \
3523      "\n        -b              Print individual histogram-bin counts" \
3524      "\n        -s              Print individual counters within functions" \
3525      "\n        -r              Reset all the counters (root only)" \
3526      "\n        -n              Disable byte order auto-detection" \
3527
3528 #define realpath_trivial_usage \
3529        "pathname..."
3530 #define realpath_full_usage "\n\n" \
3531        "Return the absolute pathnames of given argument"
3532
3533 #define reboot_trivial_usage \
3534        "[-d delay] [-n] [-f]"
3535 #define reboot_full_usage "\n\n" \
3536        "Reboot the system\n" \
3537      "\nOptions:" \
3538      "\n        -d      Delay interval for rebooting" \
3539      "\n        -n      No call to sync()" \
3540      "\n        -f      Force reboot (don't go through init)" \
3541
3542 #define reformime_trivial_usage \
3543        "[OPTIONS] [FILE]..."
3544 #define reformime_full_usage "\n\n" \
3545        "Parse MIME-encoded message\n" \
3546      "\nOptions:" \
3547      "\n        -x prefix       Extract content of MIME sections to files" \
3548      "\n        -X prog [args]  Filter content of MIME sections through prog." \
3549      "\n                        Must be the last option" \
3550      "\n" \
3551      "\nOther options are silently ignored." \
3552
3553 #define renice_trivial_usage \
3554        "{{-n INCREMENT} | PRIORITY} [[-p | -g | -u] ID...]"
3555 #define renice_full_usage "\n\n" \
3556        "Change priority of running processes\n" \
3557      "\nOptions:" \
3558      "\n        -n      Adjust current nice value (smaller is faster)" \
3559      "\n        -p      Process id(s) (default)" \
3560      "\n        -g      Process group id(s)" \
3561      "\n        -u      Process user name(s) and/or id(s)" \
3562
3563 #define scriptreplay_trivial_usage \
3564        "timingfile [typescript [divisor]]"
3565 #define scriptreplay_full_usage "\n\n" \
3566        "Play back typescripts, using timing information"
3567
3568 #define reset_trivial_usage \
3569        ""
3570 #define reset_full_usage "\n\n" \
3571        "Reset the screen"
3572
3573 #define resize_trivial_usage \
3574        ""
3575 #define resize_full_usage "\n\n" \
3576        "Resize the screen"
3577
3578 #define restorecon_trivial_usage \
3579        "[-iFnrRv] [-e excludedir]... [-o filename] [-f filename | pathname]"
3580 #define restorecon_full_usage "\n\n" \
3581        "Reset security contexts of files in pathname\n" \
3582      "\n        -i              Ignore files that do not exist" \
3583      "\n        -f file         File with list of files to process. Use - for stdin" \
3584      "\n        -e directory    Directory to exclude" \
3585      "\n        -R,-r           Recurse directories" \
3586      "\n        -n              Don't change any file labels" \
3587      "\n        -o file         Save list of files with incorrect context" \
3588      "\n        -v              Verbose" \
3589      "\n        -vv             Show changed labels" \
3590      "\n        -F              Force reset of context to match file_context" \
3591      "\n                        for customizable files, or the user section," \
3592      "\n                        if it has changed" \
3593
3594 #define rm_trivial_usage \
3595        "[OPTIONS] FILE..."
3596 #define rm_full_usage "\n\n" \
3597        "Remove (unlink) the FILE(s). Use '--' to\n" \
3598        "indicate that all following arguments are non-options.\n" \
3599      "\nOptions:" \
3600      "\n        -i      Always prompt before removing" \
3601      "\n        -f      Never prompt" \
3602      "\n        -r,-R   Remove directories recursively" \
3603
3604 #define rm_example_usage \
3605        "$ rm -rf /tmp/foo\n"
3606
3607 #define rmdir_trivial_usage \
3608        "[OPTIONS] DIRECTORY..."
3609 #define rmdir_full_usage "\n\n" \
3610        "Remove the DIRECTORY, if it is empty.\n" \
3611      "\nOptions:" \
3612      IF_FEATURE_RMDIR_LONG_OPTIONS( \
3613      "\n        -p|--parents    Include parents" \
3614      "\n        -ignore-fail-on-non-empty" \
3615      ) \
3616      IF_NOT_FEATURE_RMDIR_LONG_OPTIONS( \
3617      "\n        -p      Include parents" \
3618      )
3619
3620 #define rmdir_example_usage \
3621        "# rmdir /tmp/foo\n"
3622
3623 #define rmmod_trivial_usage \
3624        "[OPTIONS] [MODULE]..."
3625 #define rmmod_full_usage "\n\n" \
3626        "Unload the specified kernel modules from the kernel\n" \
3627      "\nOptions:" \
3628      "\n        -w      Wait until the module is no longer used" \
3629      "\n        -f      Force unloading" \
3630      "\n        -a      Remove all unused modules (recursively)" \
3631
3632 #define rmmod_example_usage \
3633        "$ rmmod tulip\n"
3634
3635 #define route_trivial_usage \
3636        "[{add|del|delete}]"
3637 #define route_full_usage "\n\n" \
3638        "Edit kernel routing tables\n" \
3639      "\nOptions:" \
3640      "\n        -n      Don't resolve names" \
3641      "\n        -e      Display other/more information" \
3642      "\n        -A inet" IF_FEATURE_IPV6("{6}") "       Select address family" \
3643
3644 #define rpm_trivial_usage \
3645        "-i -q[ildc]p package.rpm"
3646 #define rpm_full_usage "\n\n" \
3647        "Manipulate RPM packages\n" \
3648      "\nOptions:" \
3649      "\n        -i      Install package" \
3650      "\n        -q      Query package" \
3651      "\n        -p      Query uninstalled package" \
3652      "\n        -i      Show information" \
3653      "\n        -l      List contents" \
3654      "\n        -d      List documents" \
3655      "\n        -c      List config files" \
3656
3657 #define rpm2cpio_trivial_usage \
3658        "package.rpm"
3659 #define rpm2cpio_full_usage "\n\n" \
3660        "Output a cpio archive of the rpm file"
3661
3662 #define rtcwake_trivial_usage \
3663        "[-a | -l | -u] [-d DEV] [-m MODE] [-s SEC | -t TIME]"
3664 #define rtcwake_full_usage "\n\n" \
3665        "Enter a system sleep state until specified wakeup time\n" \
3666         IF_LONG_OPTS( \
3667      "\n        -a,--auto       Read clock mode from adjtime" \
3668      "\n        -l,--local      Clock is set to local time" \
3669      "\n        -u,--utc        Clock is set to UTC time" \
3670      "\n        -d,--device=DEV Specify the RTC device" \
3671      "\n        -m,--mode=MODE  Set the sleep state (default: standby)" \
3672      "\n        -s,--seconds=SEC Set the timeout in SEC seconds from now" \
3673      "\n        -t,--time=TIME  Set the timeout to TIME seconds from epoch" \
3674         ) \
3675         IF_NOT_LONG_OPTS( \
3676      "\n        -a      Read clock mode from adjtime" \
3677      "\n        -l      Clock is set to local time" \
3678      "\n        -u      Clock is set to UTC time" \
3679      "\n        -d DEV  Specify the RTC device" \
3680      "\n        -m MODE Set the sleep state (default: standby)" \
3681      "\n        -s SEC  Set the timeout in SEC seconds from now" \
3682      "\n        -t TIME Set the timeout to TIME seconds from epoch" \
3683         )
3684
3685 #define runcon_trivial_usage \
3686        "[-c] [-u USER] [-r ROLE] [-t TYPE] [-l RANGE] PROG [ARGS]\n" \
3687        "        runcon CONTEXT PROG [ARGS]"
3688 #define runcon_full_usage "\n\n" \
3689        "Run PROG in a different security context\n" \
3690      "\n        CONTEXT         Complete security context\n" \
3691         IF_FEATURE_RUNCON_LONG_OPTIONS( \
3692      "\n        -c,--compute    Compute process transition context before modifying" \
3693      "\n        -t,--type=TYPE  Type (for same role as parent)" \
3694      "\n        -u,--user=USER  User identity" \
3695      "\n        -r,--role=ROLE  Role" \
3696      "\n        -l,--range=RNG  Levelrange" \
3697         ) \
3698         IF_NOT_FEATURE_RUNCON_LONG_OPTIONS( \
3699      "\n        -c      Compute process transition context before modifying" \
3700      "\n        -t TYPE Type (for same role as parent)" \
3701      "\n        -u USER User identity" \
3702      "\n        -r ROLE Role" \
3703      "\n        -l RNG  Levelrange" \
3704         )
3705
3706 #define run_parts_trivial_usage \
3707        "[-t] "IF_FEATURE_RUN_PARTS_FANCY("[-l] ")"[-a ARG] [-u MASK] DIRECTORY"
3708 #define run_parts_full_usage "\n\n" \
3709        "Run a bunch of scripts in a directory\n" \
3710      "\nOptions:" \
3711      "\n        -t      Print what would be run, but don't actually run anything" \
3712      "\n        -a ARG  Pass ARG as argument for every program" \
3713      "\n        -u MASK Set the umask to MASK before running every program" \
3714         IF_FEATURE_RUN_PARTS_FANCY( \
3715      "\n        -l      Print names of all matching files even if they are not executable" \
3716         )
3717
3718 #define run_parts_example_usage \
3719        "$ run-parts -a start /etc/init.d\n" \
3720        "$ run-parts -a stop=now /etc/init.d\n\n" \
3721        "Let's assume you have a script foo/dosomething:\n" \
3722        "#!/bin/sh\n" \
3723        "for i in $*; do eval $i; done; unset i\n" \
3724        "case \"$1\" in\n" \
3725        "start*) echo starting something;;\n" \
3726        "stop*) set -x; shutdown -h $stop;;\n" \
3727        "esac\n\n" \
3728        "Running this yields:\n" \
3729        "$run-parts -a stop=+4m foo/\n" \
3730        "+ shutdown -h +4m"
3731
3732 #define runlevel_trivial_usage \
3733        "[utmp]"
3734 #define runlevel_full_usage "\n\n" \
3735        "Find the current and previous system runlevel.\n\n" \
3736        "If no utmp file exists or if no runlevel record can be found,\n" \
3737        "print \"unknown\""
3738 #define runlevel_example_usage \
3739        "$ runlevel /var/run/utmp\n" \
3740        "N 2"
3741
3742 #define runsv_trivial_usage \
3743        "dir"
3744 #define runsv_full_usage "\n\n" \
3745        "Start and monitor a service and optionally an appendant log service"
3746
3747 #define runsvdir_trivial_usage \
3748        "[-P] [-s SCRIPT] dir"
3749 #define runsvdir_full_usage "\n\n" \
3750        "Start a runsv process for each subdirectory. If it exits, restart it.\n" \
3751      "\n        -P              Put each runsv in a new session" \
3752      "\n        -s SCRIPT       Run SCRIPT <signo> after signal is processed" \
3753
3754 #define rx_trivial_usage \
3755        "FILE"
3756 #define rx_full_usage "\n\n" \
3757        "Receive a file using the xmodem protocol"
3758 #define rx_example_usage \
3759        "$ rx /tmp/foo\n"
3760
3761 #define script_trivial_usage \
3762        "[-afq" IF_SCRIPTREPLAY("t") "] [-c PROG] [OUTFILE]"
3763 #define script_full_usage "\n\n" \
3764        "Options:" \
3765      "\n        -a      Append output" \
3766      "\n        -c      Run PROG, not shell" \
3767      "\n        -f      Flush output after each write" \
3768      "\n        -q      Quiet" \
3769         IF_SCRIPTREPLAY( \
3770      "\n        -t      Send timing to stderr" \
3771         )
3772
3773 #define sed_trivial_usage \
3774        "[-efinr] SED_CMD [FILE]..."
3775 #define sed_full_usage "\n\n" \
3776        "Options:" \
3777      "\n        -e CMD  Add CMD to sed commands to be executed" \
3778      "\n        -f FILE Add FILE contents to sed commands to be executed" \
3779      "\n        -i      Edit files in-place" \
3780      "\n        -n      Suppress automatic printing of pattern space" \
3781      "\n        -r      Use extended regex syntax" \
3782      "\n" \
3783      "\nIf no -e or -f is given, the first non-option argument is taken as the sed" \
3784      "\ncommand to interpret. All remaining arguments are names of input files; if no" \
3785      "\ninput files are specified, then the standard input is read. Source files" \
3786      "\nwill not be modified unless -i option is given." \
3787
3788 #define sed_example_usage \
3789        "$ echo \"foo\" | sed -e 's/f[a-zA-Z]o/bar/g'\n" \
3790        "bar\n"
3791
3792 #define selinuxenabled_trivial_usage NOUSAGE_STR
3793 #define selinuxenabled_full_usage ""
3794
3795 #define sendmail_trivial_usage \
3796        "[OPTIONS] [RECIPIENT_EMAIL]..."
3797 #define sendmail_full_usage "\n\n" \
3798        "Read email from stdin and send it\n" \
3799      "\nStandard options:" \
3800      "\n        -t              Read additional recipients from message body" \
3801      "\n        -f sender       Sender (required)" \
3802      "\n        -o options      Various options. -oi implied, others are ignored" \
3803      "\n" \
3804      "\nBusybox specific options:" \
3805      "\n        -w seconds      Network timeout" \
3806      "\n        -H 'PROG ARGS'  Run connection helper" \
3807      "\n                        Examples:" \
3808      "\n                        -H 'exec openssl s_client -quiet -tls1 -starttls smtp" \
3809      "\n                                -connect smtp.gmail.com:25' <email.txt" \
3810      "\n                                [4<username_and_passwd.txt | -au<username> -ap<password>]" \
3811      "\n                        -H 'exec openssl s_client -quiet -tls1" \
3812      "\n                                -connect smtp.gmail.com:465' <email.txt" \
3813      "\n                                [4<username_and_passwd.txt | -au<username> -ap<password>]" \
3814      "\n        -S server[:port] Server" \
3815      "\n        -au<username>   Username for AUTH LOGIN" \
3816      "\n        -ap<password>   Password for AUTH LOGIN" \
3817      "\n        -am<method>     Authentication method. Ignored. LOGIN is implied" \
3818      "\n" \
3819      "\nOther options are silently ignored; -oi -t is implied" \
3820         IF_MAKEMIME( \
3821      "\nUse makemime applet to create message with attachments" \
3822         )
3823
3824 #define seq_trivial_usage \
3825        "[-w] [-s SEP] [FIRST [INC]] LAST"
3826 #define seq_full_usage "\n\n" \
3827        "Print numbers from FIRST to LAST, in steps of INC.\n" \
3828        "FIRST, INC default to 1\n" \
3829      "\nOptions:" \
3830      "\n        -w      Pad to last with leading zeros" \
3831      "\n        -s SEP  String separator" \
3832
3833 #define sestatus_trivial_usage \
3834        "[-vb]"
3835 #define sestatus_full_usage "\n\n" \
3836        "        -v      Verbose" \
3837      "\n        -b      Display current state of booleans" \
3838
3839 #define setconsole_trivial_usage \
3840        "[-r" IF_FEATURE_SETCONSOLE_LONG_OPTIONS("|--reset") "] [DEVICE]"
3841 #define setconsole_full_usage "\n\n" \
3842        "Redirect system console output to DEVICE (default: /dev/tty)\n" \
3843      "\nOptions:" \
3844      "\n        -r      Reset output to /dev/console" \
3845
3846 #define setenforce_trivial_usage \
3847        "[Enforcing | Permissive | 1 | 0]"
3848 #define setenforce_full_usage ""
3849
3850 #define setfiles_trivial_usage \
3851        "[-dnpqsvW] [-e dir]... [-o file] [-r alt_root_path]" \
3852         IF_FEATURE_SETFILES_CHECK_OPTION( \
3853        " [-c policyfile] spec_file" \
3854         ) \
3855        " pathname"
3856 #define setfiles_full_usage "\n\n" \
3857        "Reset file contexts under pathname according to spec_file\n" \
3858         IF_FEATURE_SETFILES_CHECK_OPTION( \
3859      "\n        -c file Check the validity of the contexts against the specified binary policy" \
3860         ) \
3861      "\n        -d      Show which specification matched each file" \
3862      "\n        -l      Log changes in file labels to syslog" \
3863      "\n        -n      Don't change any file labels" \
3864      "\n        -q      Suppress warnings" \
3865      "\n        -r dir  Use an altenate root path" \
3866      "\n        -e dir  Exclude directory" \
3867      "\n        -F      Force reset of context to match file_context for customizable files" \
3868      "\n        -o file Save list of files with incorrect context" \
3869      "\n        -s      Take a list of files from standard input (instead of command line)" \
3870      "\n        -v      Show changes in file labels, if type or role are changing" \
3871      "\n        -vv     Show changes in file labels, if type, role, or user are changing" \
3872      "\n        -W      Display warnings about entries that had no matching files" \
3873
3874 #define setfont_trivial_usage \
3875        "FONT [-m MAPFILE] [-C TTY]"
3876 #define setfont_full_usage "\n\n" \
3877        "Load a console font\n" \
3878      "\nOptions:" \
3879      "\n        -m MAPFILE      Load console screen map" \
3880      "\n        -C TTY          Affect TTY instead of /dev/tty" \
3881
3882 #define setfont_example_usage \
3883        "$ setfont -m koi8-r /etc/i18n/fontname\n"
3884
3885 #define setkeycodes_trivial_usage \
3886        "SCANCODE KEYCODE..."
3887 #define setkeycodes_full_usage "\n\n" \
3888        "Set entries into the kernel's scancode-to-keycode map,\n" \
3889        "allowing unusual keyboards to generate usable keycodes.\n\n" \
3890        "SCANCODE may be either xx or e0xx (hexadecimal),\n" \
3891        "and KEYCODE is given in decimal" \
3892
3893 #define setkeycodes_example_usage \
3894        "$ setkeycodes e030 127\n"
3895
3896 #define setlogcons_trivial_usage \
3897        "N"
3898 #define setlogcons_full_usage "\n\n" \
3899        "Redirect the kernel output to console N (0 for current)"
3900
3901 #define setsebool_trivial_usage \
3902        "boolean value"
3903
3904 #define setsebool_full_usage "\n\n" \
3905        "Change boolean setting"
3906
3907 #define setsid_trivial_usage \
3908        "PROG [ARG...]"
3909 #define setsid_full_usage "\n\n" \
3910        "Run PROG in a new session. PROG will have no controlling terminal\n" \
3911        "and will not be affected by keyboard signals (Ctrl-C etc).\n" \
3912        "See setsid(2) for details." \
3913
3914 #define last_trivial_usage \
3915        ""IF_FEATURE_LAST_FANCY("[-HW] [-f file]")
3916 #define last_full_usage "\n\n" \
3917        "Show listing of the last users that logged into the system" \
3918         IF_FEATURE_LAST_FANCY( "\n" \
3919      "\nOptions:" \
3920 /*   "\n        -H      Show header line" */ \
3921      "\n        -W      Display with no host column truncation" \
3922      "\n        -f file Read from file instead of /var/log/wtmp" \
3923         )
3924
3925 #define showkey_trivial_usage \
3926        "[-a | -k | -s]"
3927 #define showkey_full_usage "\n\n" \
3928        "Show keys pressed\n" \
3929      "\nOptions:" \
3930      "\n        -a      Display decimal/octal/hex values of the keys" \
3931      "\n        -k      Display interpreted keycodes (default)" \
3932      "\n        -s      Display raw scan-codes" \
3933
3934 #define slattach_trivial_usage \
3935        "[-cehmLF] [-s SPEED] [-p PROTOCOL] DEVICE"
3936 #define slattach_full_usage "\n\n" \
3937        "Attach network interface(s) to serial line(s)\n" \
3938      "\nOptions:" \
3939      "\n        -p PROT Set protocol (slip, cslip, slip6, clisp6 or adaptive)" \
3940      "\n        -s SPD  Set line speed" \
3941      "\n        -e      Exit after initializing device" \
3942      "\n        -h      Exit when the carrier is lost" \
3943      "\n        -c PROG Run PROG when the line is hung up" \
3944      "\n        -m      Do NOT initialize the line in raw 8 bits mode" \
3945      "\n        -L      Enable 3-wire operation" \
3946      "\n        -F      Disable RTS/CTS flow control" \
3947
3948 #define sleep_trivial_usage \
3949         IF_FEATURE_FANCY_SLEEP("[") "N" IF_FEATURE_FANCY_SLEEP("]...")
3950 #define sleep_full_usage "\n\n" \
3951         IF_NOT_FEATURE_FANCY_SLEEP("Pause for N seconds") \
3952         IF_FEATURE_FANCY_SLEEP( \
3953        "Pause for a time equal to the total of the args given, where each arg can\n" \
3954        "have an optional suffix of (s)econds, (m)inutes, (h)ours, or (d)ays")
3955 #define sleep_example_usage \
3956        "$ sleep 2\n" \
3957        "[2 second delay results]\n" \
3958         IF_FEATURE_FANCY_SLEEP( \
3959        "$ sleep 1d 3h 22m 8s\n" \
3960        "[98528 second delay results]\n")
3961
3962 #define sort_trivial_usage \
3963        "[-nru" \
3964         IF_FEATURE_SORT_BIG("gMcszbdfimSTokt] [-o FILE] [-k start[.offset][opts][,end[.offset][opts]] [-t CHAR") \
3965        "] [FILE]..."
3966 #define sort_full_usage "\n\n" \
3967        "Sort lines of text\n" \
3968      "\nOptions:" \
3969         IF_FEATURE_SORT_BIG( \
3970      "\n        -b      Ignore leading blanks" \
3971      "\n        -c      Check whether input is sorted" \
3972      "\n        -d      Dictionary order (blank or alphanumeric only)" \
3973      "\n        -f      Ignore case" \
3974      "\n        -g      General numerical sort" \
3975      "\n        -i      Ignore unprintable characters" \
3976      "\n        -k      Sort key" \
3977      "\n        -M      Sort month" \
3978         ) \
3979      "\n        -n      Sort numbers" \
3980         IF_FEATURE_SORT_BIG( \
3981      "\n        -o      Output to file" \
3982      "\n        -k      Sort by key" \
3983      "\n        -t CHAR Key separator" \
3984         ) \
3985      "\n        -r      Reverse sort order" \
3986         IF_FEATURE_SORT_BIG( \
3987      "\n        -s      Stable (don't sort ties alphabetically)" \
3988         ) \
3989      "\n        -u      Suppress duplicate lines" \
3990         IF_FEATURE_SORT_BIG( \
3991      "\n        -z      Lines are terminated by NUL, not newline" \
3992      "\n        -mST    Ignored for GNU compatibility") \
3993
3994 #define sort_example_usage \
3995        "$ echo -e \"e\\nf\\nb\\nd\\nc\\na\" | sort\n" \
3996        "a\n" \
3997        "b\n" \
3998        "c\n" \
3999        "d\n" \
4000        "e\n" \
4001        "f\n" \
4002         IF_FEATURE_SORT_BIG( \
4003                 "$ echo -e \"c 3\\nb 2\\nd 2\" | $SORT -k 2,2n -k 1,1r\n" \
4004                 "d 2\n" \
4005                 "b 2\n" \
4006                 "c 3\n" \
4007         ) \
4008        ""
4009
4010 #define split_trivial_usage \
4011        "[OPTIONS] [INPUT [PREFIX]]"
4012 #define split_full_usage "\n\n" \
4013        "Options:" \
4014      "\n        -b n[k|m]       Split by bytes" \
4015      "\n        -l n            Split by lines" \
4016      "\n        -a n            Use n letters as suffix" \
4017
4018 #define split_example_usage \
4019        "$ split TODO foo\n" \
4020        "$ cat TODO | split -a 2 -l 2 TODO_\n"
4021
4022 #define start_stop_daemon_trivial_usage \
4023        "[OPTIONS] [-S|-K] ... [-- arguments...]"
4024 #define start_stop_daemon_full_usage "\n\n" \
4025        "Search for matching processes, and then\n" \
4026        "-K: stop all matching processes.\n" \
4027        "-S: start a process unless a matching process is found.\n" \
4028         IF_FEATURE_START_STOP_DAEMON_LONG_OPTIONS( \
4029      "\nProcess matching:" \
4030      "\n        -u,--user USERNAME|UID  Match only this user's processes" \
4031      "\n        -n,--name NAME          Match processes with NAME" \
4032      "\n                                in comm field in /proc/PID/stat" \
4033      "\n        -x,--exec EXECUTABLE    Match processes with this command" \
4034      "\n                                in /proc/PID/cmdline" \
4035      "\n        -p,--pidfile FILE       Match a process with PID from the file" \
4036      "\n        All specified conditions must match" \
4037      "\n-S only:" \
4038      "\n        -x,--exec EXECUTABLE    Program to run" \
4039      "\n        -a,--startas NAME       Zeroth argument" \
4040      "\n        -b,--background         Background" \
4041         IF_FEATURE_START_STOP_DAEMON_FANCY( \
4042      "\n        -N,--nicelevel N        Change nice level" \
4043         ) \
4044      "\n        -c,--chuid USER[:[GRP]] Change to user/group" \
4045      "\n        -m,--make-pidfile       Write PID to the pidfile specified by -p" \
4046      "\n-K only:" \
4047      "\n        -s,--signal SIG         Signal to send" \
4048      "\n        -t,--test               Match only, exit with 0 if a process is found" \
4049      "\nOther:" \
4050         IF_FEATURE_START_STOP_DAEMON_FANCY( \
4051      "\n        -o,--oknodo             Exit with status 0 if nothing is done" \
4052      "\n        -v,--verbose            Verbose" \
4053         ) \
4054      "\n        -q,--quiet              Quiet" \
4055         ) \
4056         IF_NOT_FEATURE_START_STOP_DAEMON_LONG_OPTIONS( \
4057      "\nProcess matching:" \
4058      "\n        -u USERNAME|UID Match only this user's processes" \
4059      "\n        -n NAME         Match processes with NAME" \
4060      "\n                        in comm field in /proc/PID/stat" \
4061      "\n        -x EXECUTABLE   Match processes with this command" \
4062      "\n                        command in /proc/PID/cmdline" \
4063      "\n        -p FILE         Match a process with PID from the file" \
4064      "\n        All specified conditions must match" \
4065      "\n-S only:" \
4066      "\n        -x EXECUTABLE   Program to run" \
4067      "\n        -a NAME         Zeroth argument" \
4068      "\n        -b              Background" \
4069         IF_FEATURE_START_STOP_DAEMON_FANCY( \
4070      "\n        -N N            Change nice level" \
4071         ) \
4072      "\n        -c USER[:[GRP]] Change to user/group" \
4073      "\n        -m              Write PID to the pidfile specified by -p" \
4074      "\n-K only:" \
4075      "\n        -s SIG          Signal to send" \
4076      "\n        -t              Match only, exit with 0 if a process is found" \
4077      "\nOther:" \
4078         IF_FEATURE_START_STOP_DAEMON_FANCY( \
4079      "\n        -o              Exit with status 0 if nothing is done" \
4080      "\n        -v              Verbose" \
4081         ) \
4082      "\n        -q              Quiet" \
4083         ) \
4084
4085 #define stat_trivial_usage \
4086        "[OPTIONS] FILE..."
4087 #define stat_full_usage "\n\n" \
4088        "Display file (default) or filesystem status\n" \
4089      "\nOptions:" \
4090         IF_FEATURE_STAT_FORMAT( \
4091      "\n        -c fmt  Use the specified format" \
4092         ) \
4093      "\n        -f      Display filesystem status" \
4094      "\n        -L      Dereference links" \
4095      "\n        -t      Display info in terse form" \
4096         IF_SELINUX( \
4097      "\n        -Z      Print security context" \
4098         ) \
4099         IF_FEATURE_STAT_FORMAT( \
4100        "\n\nValid format sequences for files:\n" \
4101        " %a     Access rights in octal\n" \
4102        " %A     Access rights in human readable form\n" \
4103        " %b     Number of blocks allocated (see %B)\n" \
4104        " %B     The size in bytes of each block reported by %b\n" \
4105        " %d     Device number in decimal\n" \
4106        " %D     Device number in hex\n" \
4107        " %f     Raw mode in hex\n" \
4108        " %F     File type\n" \
4109        " %g     Group ID of owner\n" \
4110        " %G     Group name of owner\n" \
4111        " %h     Number of hard links\n" \
4112        " %i     Inode number\n" \
4113        " %n     File name\n" \
4114        " %N     Quoted file name with dereference if symlink\n" \
4115        " %o     I/O block size\n" \
4116        " %s     Total size, in bytes\n" \
4117        " %t     Major device type in hex\n" \
4118        " %T     Minor device type in hex\n" \
4119        " %u     User ID of owner\n" \
4120        " %U     User name of owner\n" \
4121        " %x     Time of last access\n" \
4122        " %X     Time of last access as seconds since Epoch\n" \
4123        " %y     Time of last modification\n" \
4124        " %Y     Time of last modification as seconds since Epoch\n" \
4125        " %z     Time of last change\n" \
4126        " %Z     Time of last change as seconds since Epoch\n" \
4127        "\nValid format sequences for file systems:\n" \
4128        " %a     Free blocks available to non-superuser\n" \
4129        " %b     Total data blocks in file system\n" \
4130        " %c     Total file nodes in file system\n" \
4131        " %d     Free file nodes in file system\n" \
4132        " %f     Free blocks in file system\n" \
4133         IF_SELINUX( \
4134        " %C     Security context in SELinux\n" \
4135         ) \
4136        " %i     File System ID in hex\n" \
4137        " %l     Maximum length of filenames\n" \
4138        " %n     File name\n" \
4139        " %s     Block size (for faster transfer)\n" \
4140        " %S     Fundamental block size (for block counts)\n" \
4141        " %t     Type in hex\n" \
4142        " %T     Type in human readable form" \
4143         ) \
4144
4145 #define strings_trivial_usage \
4146        "[-afo] [-n LEN] [FILE]..."
4147 #define strings_full_usage "\n\n" \
4148        "Display printable strings in a binary file\n" \
4149      "\nOptions:" \
4150      "\n        -a      Scan whole file (default)" \
4151      "\n        -f      Precede strings with filenames" \
4152      "\n        -n LEN  At least LEN characters form a string (default 4)" \
4153      "\n        -o      Precede strings with decimal offsets" \
4154
4155 #define stty_trivial_usage \
4156        "[-a|g] [-F DEVICE] [SETTING]..."
4157 #define stty_full_usage "\n\n" \
4158        "Without arguments, prints baud rate, line discipline,\n" \
4159        "and deviations from stty sane\n" \
4160      "\nOptions:" \
4161      "\n        -F DEVICE       Open device instead of stdin" \
4162      "\n        -a              Print all current settings in human-readable form" \
4163      "\n        -g              Print in stty-readable form" \
4164      "\n        [SETTING]       See manpage" \
4165
4166 #define su_trivial_usage \
4167        "[OPTIONS] [-] [username]"
4168 #define su_full_usage "\n\n" \
4169        "Change user id or become root\n" \
4170      "\nOptions:" \
4171      "\n        -p, -m  Preserve environment" \
4172      "\n        -c CMD  Command to pass to 'sh -c'" \
4173      "\n        -s SH   Shell to use instead of default shell" \
4174
4175 #define sulogin_trivial_usage \
4176        "[OPTIONS] [TTY]"
4177 #define sulogin_full_usage "\n\n" \
4178        "Single user login\n" \
4179      "\nOptions:" \
4180      "\n        -t N    Timeout" \
4181
4182 #define sum_trivial_usage \
4183        "[-rs] [FILE]..."
4184 #define sum_full_usage "\n\n" \
4185        "Checksum and count the blocks in a file\n" \
4186      "\nOptions:" \
4187      "\n        -r      Use BSD sum algorithm (1K blocks)" \
4188      "\n        -s      Use System V sum algorithm (512byte blocks)" \
4189
4190 #define sv_trivial_usage \
4191        "[-v] [-w sec] command service..."
4192 #define sv_full_usage "\n\n" \
4193        "Control services monitored by runsv supervisor.\n" \
4194        "Commands (only first character is enough):\n" \
4195        "\n" \
4196        "status: query service status\n" \
4197        "up: if service isn't running, start it. If service stops, restart it\n" \
4198        "once: like 'up', but if service stops, don't restart it\n" \
4199        "down: send TERM and CONT signals. If ./run exits, start ./finish\n" \
4200        "        if it exists. After it stops, do not restart service\n" \
4201        "exit: send TERM and CONT signals to service and log service. If they exit,\n" \
4202        "        runsv exits too\n" \
4203        "pause, cont, hup, alarm, interrupt, quit, 1, 2, term, kill: send\n" \
4204        "STOP, CONT, HUP, ALRM, INT, QUIT, USR1, USR2, TERM, KILL signal to service" \
4205
4206 #define svlogd_trivial_usage \
4207        "[-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir..."
4208 #define svlogd_full_usage "\n\n" \
4209        "Continuously read log data from standard input, optionally " \
4210        "filter log messages, and write the data to one or more automatically " \
4211        "rotated logs" \
4212
4213 #define swapoff_trivial_usage \
4214        "[-a] [DEVICE]"
4215 #define swapoff_full_usage "\n\n" \
4216        "Stop swapping on DEVICE\n" \
4217      "\nOptions:" \
4218      "\n        -a      Stop swapping on all swap devices" \
4219
4220 #define swapon_trivial_usage \
4221        "[-a]" IF_FEATURE_SWAPON_PRI(" [-p pri]") " [DEVICE]"
4222 #define swapon_full_usage "\n\n" \
4223        "Start swapping on DEVICE\n" \
4224      "\nOptions:" \
4225      "\n        -a      Start swapping on all swap devices" \
4226         IF_FEATURE_SWAPON_PRI( \
4227      "\n        -p pri  Set swap device priority" \
4228         ) \
4229
4230 #define switch_root_trivial_usage \
4231        "[-c /dev/console] NEW_ROOT NEW_INIT [ARGS]"
4232 #define switch_root_full_usage "\n\n" \
4233        "Free initramfs and switch to another root fs:\n" \
4234        "chroot to NEW_ROOT, delete all in /, move NEW_ROOT to /,\n" \
4235        "execute NEW_INIT. PID must be 1. NEW_ROOT must be a mountpoint.\n" \
4236      "\nOptions:" \
4237      "\n        -c DEV  Reopen stdio to DEV after switch" \
4238
4239 #define sync_trivial_usage \
4240        ""
4241 #define sync_full_usage "\n\n" \
4242        "Write all buffered blocks to disk"
4243
4244 #define fsync_trivial_usage \
4245        "[OPTIONS] FILE..."
4246 #define fsync_full_usage \
4247        "Write files' buffered blocks to disk\n" \
4248      "\nOptions:" \
4249      "\n        -d      Avoid syncing metadata"
4250
4251 #define sysctl_trivial_usage \
4252        "[OPTIONS] [VALUE]..."
4253 #define sysctl_full_usage "\n\n" \
4254        "Configure kernel parameters at runtime\n" \
4255      "\nOptions:" \
4256      "\n        -n      Don't print key names" \
4257      "\n        -e      Don't warn about unknown keys" \
4258      "\n        -w      Change sysctl setting" \
4259      "\n        -p FILE Load sysctl settings from FILE (default /etc/sysctl.conf)" \
4260      "\n        -a      Display all values" \
4261      "\n        -A      Display all values in table form" \
4262
4263 #define sysctl_example_usage \
4264        "sysctl [-n] [-e] variable...\n" \
4265        "sysctl [-n] [-e] -w variable=value...\n" \
4266        "sysctl [-n] [-e] -a\n" \
4267        "sysctl [-n] [-e] -p file        (default /etc/sysctl.conf)\n" \
4268        "sysctl [-n] [-e] -A\n"
4269
4270 #define syslogd_trivial_usage \
4271        "[OPTIONS]"
4272 #define syslogd_full_usage "\n\n" \
4273        "System logging utility.\n" \
4274        "Note that this version of syslogd ignores /etc/syslog.conf.\n" \
4275      "\nOptions:" \
4276      "\n        -n              Run in foreground" \
4277      "\n        -O FILE         Log to given file (default:/var/log/messages)" \
4278      "\n        -l n            Set local log level" \
4279      "\n        -S              Smaller logging output" \
4280         IF_FEATURE_ROTATE_LOGFILE( \
4281      "\n        -s SIZE         Max size (KB) before rotate (default:200KB, 0=off)" \
4282      "\n        -b NUM          Number of rotated logs to keep (default:1, max=99, 0=purge)") \
4283         IF_FEATURE_REMOTE_LOG( \
4284      "\n        -R HOST[:PORT]  Log to IP or hostname on PORT (default PORT=514/UDP)" \
4285      "\n        -L              Log locally and via network (default is network only if -R)") \
4286         IF_FEATURE_SYSLOGD_DUP( \
4287      "\n        -D              Drop duplicates") \
4288         IF_FEATURE_IPC_SYSLOG( \
4289      "\n        -C[size(KiB)]   Log to shared mem buffer (read it using logread)") \
4290         /* NB: -Csize shouldn't have space (because size is optional) */
4291 /*   "\n        -m MIN          Minutes between MARK lines (default:20, 0=off)" */
4292
4293 #define syslogd_example_usage \
4294        "$ syslogd -R masterlog:514\n" \
4295        "$ syslogd -R 192.168.1.1:601\n"
4296
4297 #define tac_trivial_usage \
4298         "[FILE]..."
4299 #define tac_full_usage "\n\n" \
4300         "Concatenate FILE(s) and print them in reverse"
4301
4302 #define tail_trivial_usage \
4303        "[OPTIONS] [FILE]..."
4304 #define tail_full_usage "\n\n" \
4305        "Print last 10 lines of each FILE to standard output.\n" \
4306        "With more than one FILE, precede each with a header giving the\n" \
4307        "file name. With no FILE, or when FILE is -, read standard input.\n" \
4308      "\nOptions:" \
4309         IF_FEATURE_FANCY_TAIL( \
4310      "\n        -c N[kbm]       Output the last N bytes") \
4311      "\n        -n N[kbm]       Print last N lines instead of last 10" \
4312      "\n        -f              Output data as the file grows" \
4313         IF_FEATURE_FANCY_TAIL( \
4314      "\n        -q              Never output headers giving file names" \
4315      "\n        -s SEC          Wait SEC seconds between reads with -f" \
4316      "\n        -v              Always output headers giving file names" \
4317      "\n" \
4318      "\nIf the first character of N (bytes or lines) is a '+', output begins with" \
4319      "\nthe Nth item from the start of each file, otherwise, print the last N items" \
4320      "\nin the file. N bytes may be suffixed by k (x1024), b (x512), or m (1024^2)." ) \
4321
4322 #define tail_example_usage \
4323        "$ tail -n 1 /etc/resolv.conf\n" \
4324        "nameserver 10.0.0.1\n"
4325
4326 #define tar_trivial_usage \
4327        "-[" IF_FEATURE_TAR_CREATE("c") IF_FEATURE_SEAMLESS_GZ("z") \
4328         IF_FEATURE_SEAMLESS_BZ2("j") IF_FEATURE_SEAMLESS_LZMA("a") \
4329         IF_FEATURE_SEAMLESS_Z("Z") "xtvO] " \
4330         IF_FEATURE_TAR_FROM("[-X FILE] ") \
4331        "[-f TARFILE] [-C DIR] [FILE(s)]..."
4332 #define tar_full_usage "\n\n" \
4333        "Create, extract, or list files from a tar file\n" \
4334      "\nOptions:" \
4335         IF_FEATURE_TAR_CREATE( \
4336      "\n        c       Create") \
4337      "\n        x       Extract" \
4338      "\n        t       List" \
4339      "\nArchive format selection:" \
4340         IF_FEATURE_SEAMLESS_GZ( \
4341      "\n        z       Filter the archive through gzip" \
4342         ) \
4343         IF_FEATURE_SEAMLESS_BZ2( \
4344      "\n        j       Filter the archive through bzip2" \
4345         ) \
4346         IF_FEATURE_SEAMLESS_LZMA( \
4347      "\n        a       Filter the archive through lzma" \
4348         ) \
4349         IF_FEATURE_SEAMLESS_Z( \
4350      "\n        Z       Filter the archive through compress" \
4351         ) \
4352      "\nFile selection:" \
4353      "\n        f       Name of TARFILE or \"-\" for stdin" \
4354      "\n        O       Extract to stdout" \
4355         IF_FEATURE_TAR_FROM( \
4356      "\n        exclude File to exclude" \
4357      "\n        X       File with names to exclude" \
4358         ) \
4359      "\n        C       Change to directory DIR before operation" \
4360      "\n        v       Verbose" \
4361
4362 #define tar_example_usage \
4363        "$ zcat /tmp/tarball.tar.gz | tar -xf -\n" \
4364        "$ tar -cf /tmp/tarball.tar /usr/local\n"
4365
4366 #define taskset_trivial_usage \
4367        "[-p] [MASK] [PID | PROG [ARGS]]"
4368 #define taskset_full_usage "\n\n" \
4369        "Set or get CPU affinity\n" \
4370      "\nOptions:" \
4371      "\n        -p      Operate on an existing PID" \
4372
4373 #define taskset_example_usage \
4374        "$ taskset 0x7 ./dgemm_test&\n" \
4375        "$ taskset -p 0x1 $!\n" \
4376        "pid 4790's current affinity mask: 7\n" \
4377        "pid 4790's new affinity mask: 1\n" \
4378        "$ taskset 0x7 /bin/sh -c './taskset -p 0x1 $$'\n" \
4379        "pid 6671's current affinity mask: 1\n" \
4380        "pid 6671's new affinity mask: 1\n" \
4381        "$ taskset -p 1\n" \
4382        "pid 1's current affinity mask: 3\n"
4383
4384 #define tee_trivial_usage \
4385        "[OPTIONS] [FILE]..."
4386 #define tee_full_usage "\n\n" \
4387        "Copy standard input to each FILE, and also to standard output\n" \
4388      "\nOptions:" \
4389      "\n        -a      Append to the given FILEs, do not overwrite" \
4390      "\n        -i      Ignore interrupt signals (SIGINT)" \
4391
4392 #define tee_example_usage \
4393        "$ echo \"Hello\" | tee /tmp/foo\n" \
4394        "$ cat /tmp/foo\n" \
4395        "Hello\n"
4396
4397 #if ENABLE_FEATURE_TELNET_AUTOLOGIN
4398 #define telnet_trivial_usage \
4399        "[-a] [-l USER] HOST [PORT]"
4400 #define telnet_full_usage "\n\n" \
4401        "Connect to telnet server\n" \
4402      "\nOptions:" \
4403      "\n        -a      Automatic login with $USER variable" \
4404      "\n        -l USER Automatic login as USER" \
4405
4406 #else
4407 #define telnet_trivial_usage \
4408        "HOST [PORT]"
4409 #define telnet_full_usage "\n\n" \
4410        "Connect to telnet server"
4411 #endif
4412
4413 #define telnetd_trivial_usage \
4414        "[OPTIONS]"
4415 #define telnetd_full_usage "\n\n" \
4416        "Handle incoming telnet connections" \
4417         IF_NOT_FEATURE_TELNETD_STANDALONE(" via inetd") "\n" \
4418      "\nOptions:" \
4419      "\n        -l LOGIN        Exec LOGIN on connect" \
4420      "\n        -f issue_file   Display issue_file instead of /etc/issue" \
4421      "\n        -K              Close connection as soon as login exits" \
4422      "\n                        (normally wait until all programs close slave pty)" \
4423         IF_FEATURE_TELNETD_STANDALONE( \
4424      "\n        -p PORT         Port to listen on" \
4425      "\n        -b ADDR         Address to bind to" \
4426      "\n        -F              Run in foreground" \
4427      "\n        -i              Run as inetd subservice" \
4428         )
4429
4430 /* "test --help" does not print help (POSIX compat), only "[ --help" does.
4431  * We display "<applet> EXPRESSION ]" here (not "<applet> EXPRESSION") */
4432 #define test_trivial_usage \
4433        "EXPRESSION ]"
4434 #define test_full_usage "\n\n" \
4435        "Check file types, compare values etc. Return a 0/1 exit code\n" \
4436        "depending on logical value of EXPRESSION"
4437 #define test_example_usage \
4438        "$ test 1 -eq 2\n" \
4439        "$ echo $?\n" \
4440        "1\n" \
4441        "$ test 1 -eq 1\n" \
4442        "$ echo $?\n" \
4443        "0\n" \
4444        "$ [ -d /etc ]\n" \
4445        "$ echo $?\n" \
4446        "0\n" \
4447        "$ [ -d /junk ]\n" \
4448        "$ echo $?\n" \
4449        "1\n"
4450
4451 #define tc_trivial_usage \
4452         /*"[OPTIONS] "*/"OBJECT CMD [dev STRING]"
4453 #define tc_full_usage "\n\n" \
4454         "OBJECT: {qdisc|class|filter}\n" \
4455         "CMD: {add|del|change|replace|show}\n" \
4456         "\n" \
4457         "qdisc [ handle QHANDLE ] [ root |"IF_FEATURE_TC_INGRESS(" ingress |")" parent CLASSID ]\n" \
4458         /* "[ estimator INTERVAL TIME_CONSTANT ]\n" */ \
4459         "       [ [ QDISC_KIND ] [ help | OPTIONS ] ]\n" \
4460         "       QDISC_KIND := { [p|b]fifo | tbf | prio | cbq | red | etc. }\n" \
4461         "qdisc show [ dev STRING ]"IF_FEATURE_TC_INGRESS(" [ingress]")"\n" \
4462         "class [ classid CLASSID ] [ root | parent CLASSID ]\n" \
4463         "       [ [ QDISC_KIND ] [ help | OPTIONS ] ]\n" \
4464         "class show [ dev STRING ] [ root | parent CLASSID ]\n" \
4465         "filter [ pref PRIO ] [ protocol PROTO ]\n" \
4466         /* "\t[ estimator INTERVAL TIME_CONSTANT ]\n" */ \
4467         "       [ root | classid CLASSID ] [ handle FILTERID ]\n" \
4468         "       [ [ FILTER_TYPE ] [ help | OPTIONS ] ]\n" \
4469         "filter show [ dev STRING ] [ root | parent CLASSID ]"
4470
4471 #define tcpsvd_trivial_usage \
4472        "[-hEv] [-c N] [-C N[:MSG]] [-b N] [-u USER] [-l NAME] IP PORT PROG"
4473 /* with not-implemented options: */
4474 /*     "[-hpEvv] [-c N] [-C N[:MSG]] [-b N] [-u USER] [-l NAME] [-i DIR|-x CDB] [-t SEC] IP PORT PROG" */
4475 #define tcpsvd_full_usage "\n\n" \
4476        "Create TCP socket, bind  to IP:PORT and listen\n" \
4477        "for incoming connection. Run PROG for each connection.\n" \
4478      "\nIP              IP to listen on. '0' = all" \
4479      "\nPORT            Port to listen on" \
4480      "\nPROG [ARGS]     Program to run" \
4481      "\n-l NAME         Local hostname (else looks up local hostname in DNS)" \
4482      "\n-u USER[:GROUP] Change to user/group after bind" \
4483      "\n-c N            Handle up to N connections simultaneously" \
4484      "\n-b N            Allow a backlog of approximately N TCP SYNs" \
4485      "\n-C N[:MSG]      Allow only up to N connections from the same IP" \
4486      "\n                New connections from this IP address are closed" \
4487      "\n                immediately. MSG is written to the peer before close" \
4488      "\n-h              Look up peer's hostname" \
4489      "\n-E              Do not set up environment variables" \
4490      "\n-v              Verbose" \
4491
4492 #define udpsvd_trivial_usage \
4493        "[-hEv] [-c N] [-u USER] [-l NAME] IP PORT PROG"
4494 #define udpsvd_full_usage "\n\n" \
4495        "Create UDP socket, bind to IP:PORT and wait\n" \
4496        "for incoming packets. Run PROG for each packet,\n" \
4497        "redirecting all further packets with same peer ip:port to it\n" \
4498      "\nIP              IP to listen on. '0' = all" \
4499      "\nPORT            Port to listen on" \
4500      "\nPROG [ARGS]     Program to run" \
4501      "\n-l NAME         Local hostname (else looks up local hostname in DNS)" \
4502      "\n-u USER[:GROUP] Change to user/group after bind" \
4503      "\n-c N            Handle up to N connections simultaneously" \
4504      "\n-h              Look up peer's hostname" \
4505      "\n-E              Do not set up environment variables" \
4506      "\n-v              Verbose" \
4507
4508 #define tftp_trivial_usage \
4509        "[OPTIONS] HOST [PORT]"
4510 #define tftp_full_usage "\n\n" \
4511        "Transfer a file from/to tftp server\n" \
4512      "\nOptions:" \
4513      "\n        -l FILE Local FILE" \
4514      "\n        -r FILE Remote FILE" \
4515         IF_FEATURE_TFTP_GET( \
4516      "\n        -g      Get file" \
4517         ) \
4518         IF_FEATURE_TFTP_PUT( \
4519      "\n        -p      Put file" \
4520         ) \
4521         IF_FEATURE_TFTP_BLOCKSIZE( \
4522      "\n        -b SIZE Transfer blocks of SIZE octets" \
4523         )
4524
4525 #define tftpd_trivial_usage \
4526        "[-cr] [-u USER] [DIR]"
4527 #define tftpd_full_usage "\n\n" \
4528        "Transfer a file on tftp client's request.\n" \
4529        "\n" \
4530        "tftpd should be used as an inetd service.\n" \
4531        "tftpd's line for inetd.conf:\n" \
4532        "        69 dgram udp nowait root tftpd tftpd /files/to/serve\n" \
4533        "It also can be ran from udpsvd:\n" \
4534        "        udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" \
4535      "\nOptions:" \
4536      "\n        -r      Prohibit upload" \
4537      "\n        -c      Allow file creation via upload" \
4538      "\n        -u      Access files as USER" \
4539
4540 #define time_trivial_usage \
4541        "[OPTIONS] PROG [ARGS]"
4542 #define time_full_usage "\n\n" \
4543        "Run PROG. When it finishes, its resource usage is displayed.\n" \
4544      "\nOptions:" \
4545      "\n        -v      Verbose" \
4546
4547 #define timeout_trivial_usage \
4548         "[-t SECS] [-s SIG] PROG [ARGS]"
4549 #define timeout_full_usage "\n\n" \
4550        "Runs PROG. Sends SIG to it if it is not gone in SECS seconds.\n" \
4551        "Defaults: SECS: 10, SIG: TERM." \
4552
4553 #define top_trivial_usage \
4554        "[-b] [-nCOUNT] [-dSECONDS]"
4555 #define top_full_usage "\n\n" \
4556        "Provide a view of process activity in real time.\n" \
4557        "Read the status of all processes from /proc each SECONDS\n" \
4558        "and show the status for however many processes will fit on the screen." \
4559
4560 #define touch_trivial_usage \
4561        "[-c] [-d DATE] FILE [FILE]..."
4562 #define touch_full_usage "\n\n" \
4563        "Update the last-modified date on the given FILE[s]\n" \
4564      "\nOptions:" \
4565      "\n        -c      Do not create files" \
4566      "\n        -d DT   Date/time to use" \
4567
4568 #define touch_example_usage \
4569        "$ ls -l /tmp/foo\n" \
4570        "/bin/ls: /tmp/foo: No such file or directory\n" \
4571        "$ touch /tmp/foo\n" \
4572        "$ ls -l /tmp/foo\n" \
4573        "-rw-rw-r--    1 andersen andersen        0 Apr 15 01:11 /tmp/foo\n"
4574
4575 #define tr_trivial_usage \
4576        "[-cds] STRING1 [STRING2]"
4577 #define tr_full_usage "\n\n" \
4578        "Translate, squeeze, and/or delete characters from\n" \
4579        "standard input, writing to standard output\n" \
4580      "\nOptions:" \
4581      "\n        -c      Take complement of STRING1" \
4582      "\n        -d      Delete input characters coded STRING1" \
4583      "\n        -s      Squeeze multiple output characters of STRING2 into one character" \
4584
4585 #define tr_example_usage \
4586        "$ echo \"gdkkn vnqkc\" | tr [a-y] [b-z]\n" \
4587        "hello world\n"
4588
4589 #define traceroute_trivial_usage \
4590        "[-FIldnrv] [-f 1st_ttl] [-m max_ttl] [-p port#] [-q nqueries]\n" \
4591        "        [-s src_addr] [-t tos] [-w wait] [-g gateway] [-i iface]\n" \
4592        "        [-z pausemsecs] HOST [data size]"
4593 #define traceroute_full_usage "\n\n" \
4594        "Trace the route to HOST\n" \
4595      "\nOptions:" \
4596      "\n        -F      Set the don't fragment bit" \
4597      "\n        -I      Use ICMP ECHO instead of UDP datagrams" \
4598      "\n        -l      Display the ttl value of the returned packet" \
4599      "\n        -d      Set SO_DEBUG options to socket" \
4600      "\n        -n      Print hop addresses numerically rather than symbolically" \
4601      "\n        -r      Bypass the normal routing tables and send directly to a host" \
4602      "\n        -v      Verbose" \
4603      "\n        -m max_ttl      Max time-to-live (max number of hops)" \
4604      "\n        -p port#        Base UDP port number used in probes" \
4605      "\n                        (default is 33434)" \
4606      "\n        -q nqueries     Number of probes per 'ttl' (default 3)" \
4607      "\n        -s src_addr     IP address to use as the source address" \
4608      "\n        -t tos          Type-of-service in probe packets (default 0)" \
4609      "\n        -w wait         Time in seconds to wait for a response" \
4610      "\n                        (default 3 sec)" \
4611      "\n        -g              Loose source route gateway (8 max)" \
4612
4613 #define true_trivial_usage \
4614        ""
4615 #define true_full_usage "\n\n" \
4616        "Return an exit code of TRUE (0)"
4617 #define true_example_usage \
4618        "$ true\n" \
4619        "$ echo $?\n" \
4620        "0\n"
4621
4622 #define tty_trivial_usage \
4623        ""
4624 #define tty_full_usage "\n\n" \
4625        "Print file name of standard input's terminal" \
4626         IF_INCLUDE_SUSv2( "\n" \
4627      "\nOptions:" \
4628      "\n        -s      Print nothing, only return exit status" \
4629         )
4630 #define tty_example_usage \
4631        "$ tty\n" \
4632        "/dev/tty2\n"
4633
4634 #define ttysize_trivial_usage \
4635        "[w] [h]"
4636 #define ttysize_full_usage "\n\n" \
4637        "Print dimension(s) of standard input's terminal, on error return 80x25"
4638
4639 #define tunctl_trivial_usage \
4640        "[-f device] ([-t name] | -d name)" IF_FEATURE_TUNCTL_UG(" [-u owner] [-g group] [-b]")
4641 #define tunctl_full_usage "\n\n" \
4642        "Create or delete tun interfaces" \
4643      "\nOptions:" \
4644      "\n        -f name         tun device (/dev/net/tun)" \
4645      "\n        -t name         Create iface 'name'" \
4646      "\n        -d name         Delete iface 'name'" \
4647 IF_FEATURE_TUNCTL_UG( \
4648      "\n        -u owner        Set iface owner" \
4649      "\n        -g group        Set iface group" \
4650      "\n        -b              Brief output" \
4651 )
4652 #define tunctl_example_usage \
4653        "# tunctl\n" \
4654        "# tunctl -d tun0\n"
4655
4656 #define tune2fs_trivial_usage \
4657        "[-c max-mounts-count] [-e errors-behavior] [-g group] " \
4658        "[-i interval[d|m|w]] [-j] [-J journal-options] [-l] [-s sparse-flag] " \
4659        "[-m reserved-blocks-percent] [-o [^]mount-options[,...]] " \
4660        "[-r reserved-blocks-count] [-u user] [-C mount-count] " \
4661        "[-L volume-label] [-M last-mounted-dir] [-O [^]feature[,...]] " \
4662        "[-T last-check-time] [-U UUID] device"
4663 #define tune2fs_full_usage "\n\n" \
4664        "Adjust filesystem options on ext[23] filesystems"
4665
4666 #define udhcpc_trivial_usage \
4667        "[-Cfbnqtvo] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]\n" \
4668        "        [-p pidfile] [-r IP] [-s script] [-O dhcp-option]..." IF_FEATURE_UDHCP_PORT(" [-P N]")
4669 #define udhcpc_full_usage "\n\n" \
4670         IF_LONG_OPTS( \
4671        "        -V,--vendorclass=CLASSID        Vendor class identifier" \
4672      "\n        -i,--interface=INTERFACE        Interface to use (default eth0)" \
4673      "\n        -H,-h,--hostname=HOSTNAME       Client hostname" \
4674      "\n        -c,--clientid=CLIENTID  Client identifier" \
4675      "\n        -C,--clientid-none      Suppress default client identifier" \
4676      "\n        -p,--pidfile=file       Create pidfile" \
4677      "\n        -r,--request=IP         IP address to request" \
4678      "\n        -s,--script=file        Run file at DHCP events (default "CONFIG_UDHCPC_DEFAULT_SCRIPT")" \
4679      "\n        -t,--retries=N          Send up to N request packets" \
4680      "\n        -T,--timeout=N          Try to get a lease for N seconds (default 3)" \
4681      "\n        -A,--tryagain=N         Wait N seconds (default 20) after failure" \
4682      "\n        -O,--request-option=OPT Request DHCP option OPT (cumulative)" \
4683      "\n        -o,--no-default-options Do not request any options (unless -O is also given)" \
4684      "\n        -f,--foreground Run in foreground" \
4685         USE_FOR_MMU( \
4686      "\n        -b,--background Background if lease is not immediately obtained" \
4687         ) \
4688      "\n        -S,--syslog     Log to syslog too" \
4689      "\n        -n,--now        Exit with failure if lease is not immediately obtained" \
4690      "\n        -q,--quit       Quit after obtaining lease" \
4691      "\n        -R,--release    Release IP on quit" \
4692         IF_FEATURE_UDHCP_PORT( \
4693      "\n        -P,--client-port N  Use port N instead of default 68" \
4694         ) \
4695         IF_FEATURE_UDHCPC_ARPING( \
4696      "\n        -a,--arping     Use arping to validate offered address" \
4697         ) \
4698         ) \
4699         IF_NOT_LONG_OPTS( \
4700        "        -V CLASSID      Vendor class identifier" \
4701      "\n        -i INTERFACE    Interface to use (default: eth0)" \
4702      "\n        -H,-h HOSTNAME  Client hostname" \
4703      "\n        -c CLIENTID     Client identifier" \
4704      "\n        -C              Suppress default client identifier" \
4705      "\n        -p file         Create pidfile" \
4706      "\n        -r IP           IP address to request" \
4707      "\n        -s file         Run file at DHCP events (default "CONFIG_UDHCPC_DEFAULT_SCRIPT")" \
4708      "\n        -t N            Send up to N request packets" \
4709      "\n        -T N            Try to get a lease for N seconds (default 3)" \
4710      "\n        -A N            Wait N seconds (default 20) after failure" \
4711      "\n        -O OPT          Request DHCP option OPT (cumulative)" \
4712      "\n        -o              Do not request any options (unless -O is also given)" \
4713      "\n        -f              Run in foreground" \
4714         USE_FOR_MMU( \
4715      "\n        -b              Background if lease is not immediately obtained" \
4716         ) \
4717      "\n        -S              Log to syslog too" \
4718      "\n        -n              Exit with failure if lease is not immediately obtained" \
4719      "\n        -q              Quit after obtaining lease" \
4720      "\n        -R              Release IP on quit" \
4721         IF_FEATURE_UDHCP_PORT( \
4722      "\n        -P N            Use port N instead of default 68" \
4723         ) \
4724         IF_FEATURE_UDHCPC_ARPING( \
4725      "\n        -a              Use arping to validate offered address" \
4726         ) \
4727         )
4728
4729 #define udhcpd_trivial_usage \
4730        "[-fS]" IF_FEATURE_UDHCP_PORT(" [-P N]") " [configfile]" \
4731
4732 #define udhcpd_full_usage "\n\n" \
4733        "DHCP server\n" \
4734      "\n        -f      Run in foreground" \
4735      "\n        -S      Log to syslog too" \
4736         IF_FEATURE_UDHCP_PORT( \
4737      "\n        -P N    Use port N instead of default 67" \
4738         )
4739
4740 #define umount_trivial_usage \
4741        "[flags] FILESYSTEM|DIRECTORY"
4742 #define umount_full_usage "\n\n" \
4743        "Unmount file systems\n" \
4744      "\nOptions:" \
4745         IF_FEATURE_UMOUNT_ALL( \
4746      "\n        -a      Unmount all file systems" IF_FEATURE_MTAB_SUPPORT(" in /etc/mtab") \
4747         ) \
4748         IF_FEATURE_MTAB_SUPPORT( \
4749      "\n        -n      Don't erase /etc/mtab entries" \
4750         ) \
4751      "\n        -r      Try to remount devices as read-only if mount is busy" \
4752      "\n        -l      Lazy umount (detach filesystem)" \
4753      "\n        -f      Force umount (i.e., unreachable NFS server)" \
4754         IF_FEATURE_MOUNT_LOOP( \
4755      "\n        -d      Free loop device if it has been used" \
4756         )
4757
4758 #define umount_example_usage \
4759        "$ umount /dev/hdc1\n"
4760
4761 #define uname_trivial_usage \
4762        "[-amnrspv]"
4763 #define uname_full_usage "\n\n" \
4764        "Print system information.\n" \
4765      "\nOptions:" \
4766      "\n        -a      Print all" \
4767      "\n        -m      The machine (hardware) type" \
4768      "\n        -n      Hostname" \
4769      "\n        -r      OS release" \
4770      "\n        -s      OS name (default)" \
4771      "\n        -p      Processor type" \
4772      "\n        -v      OS version" \
4773
4774 #define uname_example_usage \
4775        "$ uname -a\n" \
4776        "Linux debian 2.4.23 #2 Tue Dec 23 17:09:10 MST 2003 i686 GNU/Linux\n"
4777
4778 #define uncompress_trivial_usage \
4779        "[-c] [-f] [name...]"
4780 #define uncompress_full_usage "\n\n" \
4781        "Uncompress .Z file[s]\n" \
4782      "\nOptions:" \
4783      "\n        -c      Extract to stdout" \
4784      "\n        -f      Overwrite an existing file" \
4785
4786 #define unexpand_trivial_usage \
4787        "[-f][-a][-t NUM] [FILE|-]"
4788 #define unexpand_full_usage "\n\n" \
4789        "Convert spaces to tabs, writing to standard output.\n" \
4790      "\nOptions:" \
4791         IF_FEATURE_UNEXPAND_LONG_OPTIONS( \
4792      "\n        -a,--all        Convert all blanks" \
4793      "\n        -f,--first-only Convert only leading blanks" \
4794      "\n        -t,--tabs=N     Tabstops every N chars" \
4795         ) \
4796         IF_NOT_FEATURE_UNEXPAND_LONG_OPTIONS( \
4797      "\n        -a      Convert all blanks" \
4798      "\n        -f      Convert only leading blanks" \
4799      "\n        -t N    Tabstops every N chars" \
4800         )
4801
4802 #define uniq_trivial_usage \
4803        "[-fscduw]... [INPUT [OUTPUT]]"
4804 #define uniq_full_usage "\n\n" \
4805        "Discard duplicate lines\n" \
4806      "\nOptions:" \
4807      "\n        -c      Prefix lines by the number of occurrences" \
4808      "\n        -d      Only print duplicate lines" \
4809      "\n        -u      Only print unique lines" \
4810      "\n        -f N    Skip first N fields" \
4811      "\n        -s N    Skip first N chars (after any skipped fields)" \
4812      "\n        -w N    Compare N characters in line" \
4813
4814 #define uniq_example_usage \
4815        "$ echo -e \"a\\na\\nb\\nc\\nc\\na\" | sort | uniq\n" \
4816        "a\n" \
4817        "b\n" \
4818        "c\n"
4819
4820 #define unzip_trivial_usage \
4821        "[-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]"
4822 #define unzip_full_usage "\n\n" \
4823        "Extract files from ZIP archives\n" \
4824      "\nOptions:" \
4825      "\n        -l      List archive contents (with -q for short form)" \
4826      "\n        -n      Never overwrite existing files (default)" \
4827      "\n        -o      Overwrite files without prompting" \
4828      "\n        -p      Send output to stdout" \
4829      "\n        -q      Quiet" \
4830      "\n        -x      Exclude these files" \
4831      "\n        -d      Extract files into this directory" \
4832
4833 #define uptime_trivial_usage \
4834        ""
4835 #define uptime_full_usage "\n\n" \
4836        "Display the time since the last boot"
4837
4838 #define uptime_example_usage \
4839        "$ uptime\n" \
4840        "  1:55pm  up  2:30, load average: 0.09, 0.04, 0.00\n"
4841
4842 #define usleep_trivial_usage \
4843        "N"
4844 #define usleep_full_usage "\n\n" \
4845        "Pause for N microseconds"
4846
4847 #define usleep_example_usage \
4848        "$ usleep 1000000\n" \
4849        "[pauses for 1 second]\n"
4850
4851 #define uudecode_trivial_usage \
4852        "[-o outfile] [infile]"
4853 #define uudecode_full_usage "\n\n" \
4854        "Uudecode a file\n" \
4855        "Finds outfile name in uuencoded source unless -o is given"
4856
4857 #define uudecode_example_usage \
4858        "$ uudecode -o busybox busybox.uu\n" \
4859        "$ ls -l busybox\n" \
4860        "-rwxr-xr-x   1 ams      ams        245264 Jun  7 21:35 busybox\n"
4861
4862 #define uuencode_trivial_usage \
4863        "[-m] [infile] stored_filename"
4864 #define uuencode_full_usage "\n\n" \
4865        "Uuencode a file to stdout\n" \
4866      "\nOptions:" \
4867      "\n        -m      Use base64 encoding per RFC1521" \
4868
4869 #define uuencode_example_usage \
4870        "$ uuencode busybox busybox\n" \
4871        "begin 755 busybox\n" \
4872        "<encoded file snipped>\n" \
4873        "$ uudecode busybox busybox > busybox.uu\n" \
4874        "$\n"
4875
4876 #define vconfig_trivial_usage \
4877        "COMMAND [OPTIONS]"
4878 #define vconfig_full_usage "\n\n" \
4879        "Create and remove virtual ethernet devices\n" \
4880      "\nOptions:" \
4881      "\n        add             [interface-name] [vlan_id]" \
4882      "\n        rem             [vlan-name]" \
4883      "\n        set_flag        [interface-name] [flag-num] [0 | 1]" \
4884      "\n        set_egress_map  [vlan-name] [skb_priority] [vlan_qos]" \
4885      "\n        set_ingress_map [vlan-name] [skb_priority] [vlan_qos]" \
4886      "\n        set_name_type   [name-type]" \
4887
4888 #define vi_trivial_usage \
4889        "[OPTIONS] [FILE]..."
4890 #define vi_full_usage "\n\n" \
4891        "Edit FILE\n" \
4892      "\nOptions:" \
4893         IF_FEATURE_VI_COLON( \
4894      "\n        -c      Initial command to run ($EXINIT also available)") \
4895         IF_FEATURE_VI_READONLY( \
4896      "\n        -R      Read-only - do not write to the file") \
4897      "\n        -H      Short help regarding available features" \
4898
4899 #define vlock_trivial_usage \
4900        "[OPTIONS]"
4901 #define vlock_full_usage "\n\n" \
4902        "Lock a virtual terminal. A password is required to unlock.\n" \
4903      "\nOptions:" \
4904      "\n        -a      Lock all VTs" \
4905
4906 #define volname_trivial_usage \
4907        "[DEVICE]"
4908 #define volname_full_usage "\n\n" \
4909        "Show CD volume name of the DEVICE (default /dev/cdrom)"
4910
4911 #define watch_trivial_usage \
4912        "[-n seconds] [-t] PROG [ARGS]"
4913 #define watch_full_usage "\n\n" \
4914        "Run PROG periodically\n" \
4915      "\nOptions:" \
4916      "\n        -n      Loop period in seconds (default 2)" \
4917      "\n        -t      Don't print header" \
4918
4919 #define watch_example_usage \
4920        "$ watch date\n" \
4921        "Mon Dec 17 10:31:40 GMT 2000\n" \
4922        "Mon Dec 17 10:31:42 GMT 2000\n" \
4923        "Mon Dec 17 10:31:44 GMT 2000"
4924
4925 #define watchdog_trivial_usage \
4926        "[-t N[ms]] [-T N[ms]] [-F] DEV"
4927 #define watchdog_full_usage "\n\n" \
4928        "Periodically write to watchdog device DEV\n" \
4929      "\nOptions:" \
4930      "\n        -T N    Reboot after N seconds if not reset (default 60)" \
4931      "\n        -t N    Reset every N seconds (default 30)" \
4932      "\n        -F      Run in foreground" \
4933      "\n" \
4934      "\nUse 500ms to specify period in milliseconds" \
4935
4936 #define wc_trivial_usage \
4937        "[OPTIONS] [FILE]..."
4938 #define wc_full_usage "\n\n" \
4939        "Print line, word, and byte counts for each FILE, and a total line if\n" \
4940        "more than one FILE is specified. With no FILE, read standard input.\n" \
4941      "\nOptions:" \
4942      "\n        -c      Print the byte counts" \
4943      "\n        -l      Print the newline counts" \
4944      "\n        -L      Print the length of the longest line" \
4945      "\n        -w      Print the word counts" \
4946
4947 #define wc_example_usage \
4948        "$ wc /etc/passwd\n" \
4949        "     31      46    1365 /etc/passwd\n"
4950
4951 #define wget_trivial_usage \
4952         IF_FEATURE_WGET_LONG_OPTIONS( \
4953        "[-c|--continue] [-s|--spider] [-q|--quiet] [-O|--output-document file]\n" \
4954        "        [--header 'header: value'] [-Y|--proxy on/off] [-P DIR]\n" \
4955        "        [-U|--user-agent agent] url" \
4956         ) \
4957         IF_NOT_FEATURE_WGET_LONG_OPTIONS( \
4958        "[-csq] [-O file] [-Y on/off] [-P DIR] [-U agent] url" \
4959         )
4960 #define wget_full_usage "\n\n" \
4961        "Retrieve files via HTTP or FTP\n" \
4962      "\nOptions:" \
4963      "\n        -s      Spider mode - only check file existence" \
4964      "\n        -c      Continue retrieval of aborted transfer" \
4965      "\n        -q      Quiet" \
4966      "\n        -P      Set directory prefix to DIR" \
4967      "\n        -O      Save to filename ('-' for stdout)" \
4968      "\n        -U      Adjust 'User-Agent' field" \
4969      "\n        -Y      Use proxy ('on' or 'off')" \
4970
4971 #define which_trivial_usage \
4972        "[COMMAND]..."
4973 #define which_full_usage "\n\n" \
4974        "Locate a COMMAND"
4975 #define which_example_usage \
4976        "$ which login\n" \
4977        "/bin/login\n"
4978
4979 #define who_trivial_usage \
4980        "[-a]"
4981 #define who_full_usage "\n\n" \
4982        "Show who is logged on\n" \
4983      "\nOptions:" \
4984      "\n        -a      show all" \
4985
4986 #define whoami_trivial_usage \
4987        ""
4988 #define whoami_full_usage "\n\n" \
4989        "Print the user name associated with the current effective user id"
4990
4991 #define xargs_trivial_usage \
4992        "[OPTIONS] [PROG [ARGS]]"
4993 #define xargs_full_usage "\n\n" \
4994        "Run PROG on every item given by standard input\n" \
4995      "\nOptions:" \
4996         IF_FEATURE_XARGS_SUPPORT_CONFIRMATION( \
4997      "\n        -p      Ask user whether to run each command") \
4998      "\n        -r      Do not run command if input is empty" \
4999         IF_FEATURE_XARGS_SUPPORT_ZERO_TERM( \
5000      "\n        -0      Input is separated by NUL characters") \
5001      "\n        -t      Print the command on stderr before execution" \
5002      "\n        -e[STR] STR stops input processing" \
5003      "\n        -n N    Pass no more than N args to PROG" \
5004      "\n        -s N    Pass command line of no more than N bytes" \
5005         IF_FEATURE_XARGS_SUPPORT_TERMOPT( \
5006      "\n        -x      Exit if size is exceeded") \
5007
5008 #define xargs_example_usage \
5009        "$ ls | xargs gzip\n" \
5010        "$ find . -name '*.c' -print | xargs rm\n"
5011
5012 #define yes_trivial_usage \
5013        "[OPTIONS] [STRING]"
5014 #define yes_full_usage "\n\n" \
5015        "Repeatedly output a line with STRING, or 'y'"
5016
5017 #define zcat_trivial_usage \
5018        "FILE"
5019 #define zcat_full_usage "\n\n" \
5020        "Uncompress to stdout"
5021
5022 #define zcip_trivial_usage \
5023        "[OPTIONS] IFACE SCRIPT"
5024 #define zcip_full_usage "\n\n" \
5025        "Manage a ZeroConf IPv4 link-local address\n" \
5026      "\nOptions:" \
5027      "\n        -f              Run in foreground" \
5028      "\n        -q              Quit after obtaining address" \
5029      "\n        -r 169.254.x.x  Request this address first" \
5030      "\n        -v              Verbose" \
5031      "\n" \
5032      "\nWith no -q, runs continuously monitoring for ARP conflicts," \
5033      "\nexits only on I/O errors (link down etc)" \
5034
5035
5036 #endif