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