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