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