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