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