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