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