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