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