f1b4b351a7505dee213da3bdc5f11cbfa3ffebed
[oweals/busybox.git] / include / usage.h
1 /* vi: set sw=4 ts=4: */
2 #ifndef __BB_USAGE_H__
3 #define __BB_USAGE_H__
4
5 #define addgroup_trivial_usage \
6         "[-g GID] group_name [user_name]"
7 #define addgroup_full_usage \
8         "Adds a group to the system\n\n" \
9         "Options:\n" \
10         "\t-g GID\t\tspecify gid"
11
12 #define adduser_trivial_usage \
13         "[OPTIONS] user_name"
14 #define adduser_full_usage \
15         "Adds a user to the system\n\n" \
16         "Options:\n" \
17         "\t-h DIR\t\tAssign home directory DIR\n" \
18         "\t-g GECOS\tAssign gecos field GECOS\n" \
19         "\t-s SHELL\tAssign login shell SHELL\n" \
20         "\t-G\t\tAdd the user to existing group GROUP\n" \
21         "\t-S\t\tcreate a system user (ignored)\n" \
22         "\t-D\t\tDo not assign a password (logins still possible via ssh)\n" \
23         "\t-H\t\tDo not create the home directory"
24
25 #define adjtimex_trivial_usage \
26         "[-q] [-o offset] [-f frequency] [-p timeconstant] [-t tick]"
27 #define adjtimex_full_usage \
28         "Reads and optionally sets system timebase parameters.\n" \
29         "See adjtimex(2).\n\n" \
30         "Options:\n" \
31         "\t-q\t\tquiet mode - do not print\n" \
32         "\t-o offset\ttime offset, microseconds\n" \
33         "\t-f frequency\tfrequency adjust, integer kernel units (65536 is 1ppm)\n" \
34         "\t\t\t(positive values make the system clock run fast)\n" \
35         "\t-t tick\t\tmicroseconds per tick, usually 10000\n" \
36         "\t-p timeconstant"
37
38 #define ar_trivial_usage \
39         "[-o] [-v] [-p] [-t] [-x] ARCHIVE FILES"
40 #define ar_full_usage \
41         "Extract or list FILES from an ar archive.\n\n" \
42         "Options:\n" \
43         "\t-o\t\tpreserve original dates\n" \
44         "\t-p\t\textract to stdout\n" \
45         "\t-t\t\tlist\n" \
46         "\t-x\t\textract\n" \
47         "\t-v\t\tverbosely list files processed"
48
49 #define arping_trivial_usage \
50         "[-fqbDUA] [-c count] [-w timeout] [-i device] [-s sender] target"
51 #define arping_full_usage \
52         "Ping hosts by ARP requests/replies.\n\n" \
53         "Options:\n" \
54         "\t-f\t\tQuit on first ARP reply\n" \
55         "\t-q\t\tBe quiet\n" \
56         "\t-b\t\tKeep broadcasting, don't go unicast\n" \
57         "\t-D\t\tDuplicated address detection mode\n" \
58         "\t-U\t\tUnsolicited ARP mode, update your neighbours\n" \
59         "\t-A\t\tARP answer mode, update your neighbours\n" \
60         "\t-c count\tStop after sending count ARP request packets\n" \
61         "\t-w timeout\tTime to wait for ARP reply, in seconds\n" \
62         "\t-i device\tOutgoing interface name, default is eth0\n" \
63         "\t-s sender\tSet specific sender IP address\n" \
64         "\ttarget\t\tTarget IP address of ARP request"
65
66 #define ash_trivial_usage \
67         "[FILE]...\n" \
68         "or: ash -c command [args]..."
69 #define ash_full_usage \
70         "The ash shell (command interpreter)"
71
72 #define awk_trivial_usage \
73         "[OPTION]... [program-text] [FILE ...]"
74 #define awk_full_usage \
75         "Options:\n" \
76         "\t-v var=val\tassign value 'val' to variable 'var'\n" \
77         "\t-F sep\t\tuse 'sep' as field separator\n" \
78         "\t-f progname\tread program source from file 'progname'"
79
80 #define basename_trivial_usage \
81         "FILE [SUFFIX]"
82 #define basename_full_usage \
83         "Strips directory path and suffixes from FILE.\n" \
84         "If specified, also removes any trailing SUFFIX."
85 #define basename_example_usage \
86         "$ basename /usr/local/bin/foo\n" \
87         "foo\n" \
88         "$ basename /usr/local/bin/\n" \
89         "bin\n" \
90         "$ basename /foo/bar.txt .txt\n" \
91         "bar"
92
93 #define bunzip2_trivial_usage \
94         "[OPTION]... [FILE]"
95 #define bunzip2_full_usage \
96         "Uncompress FILE (or standard input if FILE is '-' or omitted).\n\n" \
97         "Options:\n" \
98         "\t-c\tWrite output to standard output\n" \
99         "\t-f\tForce"
100
101 #define busybox_notes_usage \
102         "Hello world!\n"
103
104 #define bzcat_trivial_usage \
105         "FILE"
106 #define bzcat_full_usage \
107         "Uncompress to stdout."
108
109 #define unlzma_trivial_usage \
110         "[OPTION]... [FILE]"
111 #define unlzma_full_usage \
112         "Uncompress FILE (or standard input if FILE is '-' or omitted).\n\n" \
113         "Options:\n" \
114         "\t-c\tWrite output to standard output\n" \
115         "\t-f\tForce"
116
117 #define lzmacat_trivial_usage \
118         "FILE"
119 #define lzmacat_full_usage \
120         "Uncompress to stdout."
121
122 #define cal_trivial_usage \
123         "[-jy] [[month] year]"
124 #define cal_full_usage \
125         "Display a calendar.\n" \
126         "\nOptions:\n" \
127         "\t-j\tUse julian dates\n" \
128         "\t-y\tDisplay the entire year"
129
130 #define cat_trivial_usage \
131         "[-u] [FILE]..."
132 #define cat_full_usage \
133         "Concatenates FILE(s) and prints them to stdout.\n\n" \
134         "Options:\n" \
135         "\t-u\tignored since unbuffered i/o is always used"
136 #define cat_example_usage \
137         "$ cat /proc/uptime\n" \
138         "110716.72 17.67"
139
140 #define catv_trivial_usage \
141         "[-etv] [FILE]..."
142 #define catv_full_usage \
143         "Display nonprinting characters as ^x or M-x.\n\n"\
144         "\t-e\tEnd each line with $\n" \
145         "\t-t\tShow tabs as ^I\n" \
146         "\t-v\tDon't use ^x or M-x escapes."
147 #define chattr_trivial_usage \
148         "[-R] [-+=AacDdijsStTu] [-v version] files..."
149 #define chattr_full_usage \
150         "change file attributes on an ext2 fs\n\n" \
151         "Modifiers:\n" \
152         "\t-\tremove attributes\n" \
153         "\t+\tadd attributes\n" \
154         "\t=\tset attributes\n" \
155         "Attributes:\n" \
156         "\tA\tdon't track atime\n" \
157         "\ta\tappend mode only\n" \
158         "\tc\tenable compress\n" \
159         "\tD\twrite dir contents synchronously\n" \
160         "\td\tdo not backup with dump\n" \
161         "\ti\tcannot be modified (immutable)\n" \
162         "\tj\twrite all data to journal first\n" \
163         "\ts\tzero disk storage when deleted\n" \
164         "\tS\twrite file contents synchronously\n" \
165         "\tt\tdisable tail-merging of partial blocks with other files\n" \
166         "\tu\tallow file to be undeleted\n" \
167         "Options:\n" \
168         "\t-R\trecursively list subdirectories\n" \
169         "\t-v\tset the file's version/generation number"
170
171 #define chgrp_trivial_usage \
172         "[-Rh"USE_DESKTOP("cvf")"]... GROUP FILE..."
173 #define chgrp_full_usage \
174         "Change the group membership of each FILE to GROUP.\n" \
175         "\nOptions:\n" \
176         "\t-R\tChanges files and directories recursively\n" \
177         "\t-h\tDo not dereference symbolic links" \
178         USE_DESKTOP( \
179         "\n\t-c\tList changed files" \
180         "\n\t-v\tList all files" \
181         "\n\t-f\tHide errors" \
182         )
183 #define chgrp_example_usage \
184         "$ ls -l /tmp/foo\n" \
185         "-r--r--r--    1 andersen andersen        0 Apr 12 18:25 /tmp/foo\n" \
186         "$ chgrp root /tmp/foo\n" \
187         "$ ls -l /tmp/foo\n" \
188         "-r--r--r--    1 andersen root            0 Apr 12 18:25 /tmp/foo\n"
189
190 #define chmod_trivial_usage \
191         "[-R"USE_DESKTOP("cvf")"] MODE[,MODE]... FILE..."
192 #define chmod_full_usage \
193         "Each MODE is one or more of the letters ugoa, one of the\n" \
194         "symbols +-= and one or more of the letters rwxst.\n\n" \
195         "Options:\n" \
196         "\t-R\tChanges files and directories recursively" \
197         USE_DESKTOP( \
198         "\n\t-c\tList changed files" \
199         "\n\t-v\tList all files" \
200         "\n\t-f\tHide errors" \
201         )
202 #define chmod_example_usage \
203         "$ ls -l /tmp/foo\n" \
204         "-rw-rw-r--    1 root     root            0 Apr 12 18:25 /tmp/foo\n" \
205         "$ chmod u+x /tmp/foo\n" \
206         "$ ls -l /tmp/foo\n" \
207         "-rwxrw-r--    1 root     root            0 Apr 12 18:25 /tmp/foo*\n" \
208         "$ chmod 444 /tmp/foo\n" \
209         "$ ls -l /tmp/foo\n" \
210         "-r--r--r--    1 root     root            0 Apr 12 18:25 /tmp/foo\n"
211
212 #define chown_trivial_usage \
213         "[-Rh"USE_DESKTOP("cvf")"]...  OWNER[<.|:>[GROUP]] FILE..."
214 #define chown_full_usage \
215         "Change the owner and/or group of each FILE to OWNER and/or GROUP.\n" \
216         "\nOptions:\n" \
217         "\t-R\tChanges files and directories recursively\n" \
218         "\t-h\tDo not dereference symbolic links" \
219         USE_DESKTOP( \
220         "\n\t-c\tList changed files" \
221         "\n\t-v\tList all files" \
222         "\n\t-f\tHide errors" \
223         )
224 #define chown_example_usage \
225         "$ ls -l /tmp/foo\n" \
226         "-r--r--r--    1 andersen andersen        0 Apr 12 18:25 /tmp/foo\n" \
227         "$ chown root /tmp/foo\n" \
228         "$ ls -l /tmp/foo\n" \
229         "-r--r--r--    1 root     andersen        0 Apr 12 18:25 /tmp/foo\n" \
230         "$ chown root.root /tmp/foo\n" \
231         "ls -l /tmp/foo\n" \
232         "-r--r--r--    1 root     root            0 Apr 12 18:25 /tmp/foo\n"
233
234 #define chpst_trivial_usage \
235         "[-vP012] [-u user[:group]] [-U user[:group]] [-e dir] " \
236         "[-/ dir] [-n nice] [-m bytes] [-d bytes] [-o files] " \
237         "[-p processes] [-f bytes] [-c bytes] prog args"
238 #define chpst_full_usage \
239        "Change the process state and run specified program.\n\n" \
240        "-u user[:grp]   set uid and gid\n" \
241        "-U user[:grp]   set environment variables UID and GID\n" \
242        "-e dir          set environment variables as specified by files\n" \
243        "                in the directory: file=1st_line_of_file\n" \
244        "-/ dir          chroot to dir\n" \
245        "-n inc          add inc to nice value\n" \
246        "-m bytes        limit data segment, stack segment, locked physical pages,\n" \
247        "                and total of all segment per process to bytes bytes each\n" \
248        "-d bytes        limit data segment\n" \
249        "-o n            limit the number of open file descriptors per process to n\n" \
250        "-p n            limit number of processes per uid to n\n" \
251        "-f bytes        limit output file size to bytes bytes\n" \
252        "-c bytes        limit core file size to bytes bytes\n" \
253        "-v              verbose\n" \
254        "-P              run prog in a new process group\n" \
255        "-0              close standard input\n" \
256        "-1              close standard output\n" \
257        "-2              close standard error"
258 #define setuidgid_trivial_usage \
259         "account prog args"
260 #define setuidgid_full_usage \
261         "Sets uid and gid to account's uid and gid, removing all supplementary\n" \
262         "groups, then runs prog"
263 #define envuidgid_trivial_usage \
264         "account prog args"
265 #define envuidgid_full_usage \
266         "Sets $UID to account's uid and $GID to account's gid, then runs prog"
267 #define envdir_trivial_usage \
268         "dir prog args"
269 #define envdir_full_usage \
270         "Sets various environment variables as specified by files\n" \
271         "in the directory dir, then runs prog"
272 #define softlimit_trivial_usage \
273         "[-a allbytes] [-c corebytes] [-d databytes] [-f filebytes] " \
274         "[-l lockbytes] [-m membytes] [-o openfiles] [-p processes] " \
275         "[-r residentbytes] [-s stackbytes] [-t cpusecs] prog args"
276 #define softlimit_full_usage \
277         "Sets soft resource limits as specified by options, then runs prog\n" \
278         "\n" \
279         "-m n   Same as -d n -s n -l n -a n\n" \
280         "-d n   Limit the data segment per process to n bytes\n" \
281         "-s n   Limit the stack segment per process to n bytes\n" \
282         "-l n   Limit the locked physical pages per process to n bytes\n" \
283         "-a n   Limit the total of all segments per process to n bytes\n" \
284         "-o n   Limit  the number of open file descriptors per process to n\n" \
285         "-p n   Limit the number of processes per uid to n\n" \
286         "Options controlling file sizes:\n" \
287         "-f n   Limit output file sizes to n bytes\n" \
288         "-c n   Limit core file sizes to n bytes\n" \
289         "Efficiency opts:\n" \
290         "-r n   Limit the resident set size to n bytes. This limit is not\n" \
291         "       enforced unless physical memory is full\n" \
292         "-t n   Limit the CPU time to n seconds. This limit is not enforced\n" \
293         "       except that the process receives a SIGXCPU signal after n seconds\n" \
294         "\n" \
295         "Some options may have no effect on some operating systems\n" \
296         "n may be =, indicating that soft limit should be set equal to hard limit"
297
298 #define chroot_trivial_usage \
299         "NEWROOT [COMMAND...]"
300 #define chroot_full_usage \
301         "Run COMMAND with root directory set to NEWROOT."
302 #define chroot_example_usage \
303         "$ ls -l /bin/ls\n" \
304         "lrwxrwxrwx    1 root     root          12 Apr 13 00:46 /bin/ls -> /BusyBox\n" \
305         "# mount /dev/hdc1 /mnt -t minix\n" \
306         "# chroot /mnt\n" \
307         "# ls -l /bin/ls\n" \
308         "-rwxr-xr-x    1 root     root        40816 Feb  5 07:45 /bin/ls*\n"
309
310 #define chvt_trivial_usage \
311         "N"
312 #define chvt_full_usage \
313         "Changes the foreground virtual terminal to /dev/ttyN"
314
315 #define cksum_trivial_usage \
316         "FILES..."
317 #define cksum_full_usage \
318         "Calculates the CRC32 checksums of FILES."
319
320 #define clear_trivial_usage \
321         ""
322 #define clear_full_usage \
323         "Clear screen."
324
325 #define cmp_trivial_usage \
326         "[-l] [-s] FILE1 [FILE2]"
327 #define cmp_full_usage \
328         "Compares FILE1 vs stdin if FILE2 is not specified.\n\n" \
329         "Options:\n" \
330         "\t-l\tWrite the byte numbers (decimal) and values (octal)\n" \
331         "\t\t  for all differing bytes\n" \
332         "\t-s\tquiet mode - do not print"
333
334 #define comm_trivial_usage \
335         "[-123] FILE1 FILE2"
336 #define comm_full_usage \
337         "Compares FILE1 to FILE2, or to stdin if = is specified.\n\n" \
338         "Options:\n" \
339         "\t-1\tSuppress lines unique to FILE1\n" \
340         "\t-2\tSuppress lines unique to FILE2\n" \
341         "\t-3\tSuppress lines common to both files"
342
343 #define bbconfig_trivial_usage \
344         ""
345 #define bbconfig_full_usage \
346         "Print the config file which built busybox"
347
348 #define bbsh_trivial_usage \
349         "[FILE]...\n" \
350         "or: bbsh -c command [args]..."
351 #define bbsh_full_usage \
352         "The bbsh shell (command interpreter)"
353
354 #define cp_trivial_usage \
355         "[OPTION]... SOURCE DEST"
356 #define cp_full_usage \
357         "Copies SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.\n" \
358         "\n" \
359         "\t-a\tSame as -dpR\n" \
360         "\t-d,-P\tPreserve links\n" \
361         "\t-H,-L\tDereference all symlinks (implied by default)\n" \
362         "\t-p\tPreserve file attributes if possible\n" \
363         "\t-f\tforce, overwrite\n" \
364         "\t-i\tinteractive, prompt before overwrite\n" \
365         "\t-R,-r\tCopy directories recursively\n" \
366         "\t-l,-s\tCreate (sym)links"
367
368 #define cpio_trivial_usage \
369         "-[dimtuv][F cpiofile]"
370 #define cpio_full_usage \
371         "Extract or list files from a cpio archive\n" \
372         "Main operation mode:\n" \
373         "\td\t\tmake leading directories\n" \
374         "\ti\t\textract\n" \
375         "\tm\t\tpreserve mtime\n" \
376         "\tt\t\tlist\n" \
377         "\tv\t\tverbose\n" \
378         "\tu\t\tunconditional overwrite\n" \
379         "\tF\t\tinput from file"
380
381 #define crond_trivial_usage \
382         "-d[#] -c <crondir> -f -b"
383 #define crond_full_usage \
384         "\t-d [#] -l [#] -S -L logfile -f -b -c dir\n" \
385         "\t-d num\tdebug level\n" \
386         "\t-l num\tlog level (8 - default)\n" \
387         "\t-S\tlog to syslogd (default)\n" \
388         "\t-L file\tlog to file\n" \
389         "\t-f\trun in foreground\n" \
390         "\t-b\trun in background (default)\n" \
391         "\t-c dir\tworking dir"
392
393 #define crontab_trivial_usage \
394         "[-c dir] {file|-}|[-u|-l|-e|-d user]"
395 #define crontab_full_usage \
396         "\tfile <opts>  replace crontab from file\n" \
397         "\t-    <opts>  replace crontab from stdin\n" \
398         "\t-u user      specify user\n" \
399         "\t-l [user]    list crontab for user\n" \
400         "\t-e [user]    edit crontab for user\n" \
401         "\t-d [user]    delete crontab for user\n" \
402         "\t-c dir       specify crontab directory"
403
404
405 #define cut_trivial_usage \
406         "[OPTION]... [FILE]..."
407 #define cut_full_usage \
408         "Prints selected fields from each input FILE to standard output.\n\n" \
409         "Options:\n" \
410         "\t-b LIST\t\tOutput only bytes from LIST\n" \
411         "\t-c LIST\t\tOutput only characters from LIST\n" \
412         "\t-d CHAR\t\tUse CHAR instead of tab as the field delimiter\n" \
413         "\t-s\t\tOutput only the lines containing delimiter\n" \
414         "\t-f N\t\tPrint only these fields\n" \
415         "\t-n\t\tIgnored"
416 #define cut_example_usage \
417         "$ echo \"Hello world\" | cut -f 1 -d ' '\n" \
418         "Hello\n" \
419         "$ echo \"Hello world\" | cut -f 2 -d ' '\n" \
420         "world\n"
421
422 #define date_trivial_usage \
423         "[OPTION]... [MMDDhhmm[[CC]YY][.ss]] [+FORMAT]"
424 #define date_full_usage \
425         "Displays the current time in the given FORMAT, or sets the system date.\n" \
426         "\nOptions:\n" \
427         "\t-R\t\tOutputs RFC-822 compliant date string\n" \
428         "\t-d STRING\tDisplays time described by STRING, not `now'\n" \
429 USE_FEATURE_DATE_ISOFMT( \
430         "\t-I[TIMESPEC]\tOutputs an ISO-8601 compliant date/time string\n" \
431         "\t\t\tTIMESPEC=`date' (or missing) for date only,\n" \
432         "\t\t\t`hours', `minutes', or `seconds' for date and,\n" \
433         "\t\t\ttime to the indicated precision\n" \
434         "\t-D hint\t\tUse 'hint' as date format, via strptime()\n" \
435 ) \
436         "\t-s\t\tSets time described by STRING\n" \
437         "\t-r FILE\t\tDisplays the last modification time of FILE\n" \
438         "\t-u\t\tPrints or sets Coordinated Universal Time"
439 #define date_example_usage \
440         "$ date\n" \
441         "Wed Apr 12 18:52:41 MDT 2000\n"
442
443 #define dc_trivial_usage \
444         "expression ..."
445 #define dc_full_usage \
446         "This is a Tiny RPN calculator that understands the\n" \
447         "following operations: +, add, -, sub, *, mul, /, div, %, mod, " \
448         "**, exp, and, or, not, eor.\n" \
449         "For example: 'dc 2 2 add' -> 4, and 'dc 8 8 \\* 2 2 + /' -> 16.\n" \
450         "\nOptions:\n" \
451         "p - Prints the value on the top of the stack, without altering the stack\n" \
452         "f - Prints the entire contents of the stack without altering anything\n" \
453         "o - Pops the value off the top of the stack and uses it to set the output radix\n" \
454         "    Only 10 and 16 are supported"
455 #define dc_example_usage \
456         "$ dc 2 2 + p\n" \
457         "4\n" \
458         "$ dc 8 8 \\* 2 2 + / p\n" \
459         "16\n" \
460         "$ dc 0 1 and p\n" \
461         "0\n" \
462         "$ dc 0 1 or p\n" \
463         "1\n" \
464         "$ echo 72 9 div 8 mul p | dc\n" \
465         "64\n"
466
467 #define dd_trivial_usage \
468         "[if=FILE] [of=FILE] " USE_FEATURE_DD_IBS_OBS("[ibs=N] [obs=N] ") "[bs=N] [count=N] [skip=N]\n" \
469         "\t  [seek=N]" USE_FEATURE_DD_IBS_OBS(" [conv=notrunc|noerror|sync]")
470 #define dd_full_usage \
471         "Copy a file, converting and formatting according to options\n\n" \
472         "\tif=FILE\t\tread from FILE instead of stdin\n" \
473         "\tof=FILE\t\twrite to FILE instead of stdout\n" \
474         "\tbs=N\t\tread and write N bytes at a time\n" \
475         USE_FEATURE_DD_IBS_OBS("\tibs=N\t\tread N bytes at a time\n") \
476         USE_FEATURE_DD_IBS_OBS("\tobs=N\t\twrite N bytes at a time\n") \
477         "\tcount=N\t\tcopy only N input blocks\n" \
478         "\tskip=N\t\tskip N input blocks\n" \
479         "\tseek=N\t\tskip N output blocks\n" \
480         USE_FEATURE_DD_IBS_OBS( \
481                 "\tconv=notrunc\tdon't truncate output file\n" \
482                 "\tconv=noerror\tcontinue after read errors\n" \
483                 "\tconv=sync\tpad blocks with zeros\n" \
484         ) \
485         "\n" \
486         "Numbers may be suffixed by c (x1), w (x2), b (x512), kD (x1000), k (x1024),\n" \
487         "MD (x1000000), M (x1048576), GD (x1000000000) or G (x1073741824)"
488 #define dd_example_usage \
489         "$ dd if=/dev/zero of=/dev/ram1 bs=1M count=4\n" \
490         "4+0 records in\n" \
491         "4+0 records out\n"
492
493 #define deallocvt_trivial_usage \
494         "[N]"
495 #define deallocvt_full_usage \
496         "Deallocate unused virtual terminal /dev/ttyN"
497
498 #define delgroup_trivial_usage \
499         "GROUP"
500 #define delgroup_full_usage \
501         "Deletes group GROUP from the system"
502
503 #define deluser_trivial_usage \
504         "USER"
505 #define deluser_full_usage \
506         "Deletes user USER from the system"
507
508 #define devfsd_trivial_usage \
509         "mntpnt [-v]" \
510         USE_DEVFSD_FG_NP("[-fg][-np]" )
511 #define devfsd_full_usage \
512         "Optional daemon for managing devfs permissions and old device name symlinks.\n" \
513         "\nOptions:\n" \
514         "\tmntpnt\tThe mount point where devfs is mounted.\n\n" \
515         "\t-v\tPrint the protocol version numbers for devfsd\n" \
516         "\t\tand the kernel-side protocol version and exits." \
517         USE_DEVFSD_FG_NP( "\n\n\t-fg\tRun the daemon in the foreground.\n\n" \
518         "\t-np\tExit  after  parsing  the configuration file\n" \
519         "\t\tand processing synthetic REGISTER events.\n" \
520         "\t\tDo not poll for events.")
521
522 #define df_trivial_usage \
523         "[-" USE_FEATURE_HUMAN_READABLE("hm") "k] [FILESYSTEM ...]"
524 #define df_full_usage \
525         "Print the filesystem space used and space available.\n\n" \
526         "Options:\n" \
527         USE_FEATURE_HUMAN_READABLE( \
528                 "\n\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \
529                 "\t-m\tprint sizes in megabytes\n" \
530                 "\t-k\tprint sizes in kilobytes(default)" \
531         ) \
532         SKIP_FEATURE_HUMAN_READABLE("\n\t-k\tignored")
533 #define df_example_usage \
534         "$ df\n" \
535         "Filesystem           1k-blocks      Used Available Use% Mounted on\n" \
536         "/dev/sda3              8690864   8553540    137324  98% /\n" \
537         "/dev/sda1                64216     36364     27852  57% /boot\n" \
538         "$ df /dev/sda3\n" \
539         "Filesystem           1k-blocks      Used Available Use% Mounted on\n" \
540         "/dev/sda3              8690864   8553540    137324  98% /\n"
541
542 #define diff_trivial_usage \
543         "[-abdiNqrTstw] [-L LABEL] [-S FILE] [-U LINES] FILE1 FILE2"
544 #define diff_full_usage \
545         "Compare files line by line and output the differences between them.\n" \
546         "This diff implementation only supports unified diffs.\n\n" \
547         "Options:\n" \
548         "\t-a\tTreat all files as text\n" \
549         "\t-b\tIgnore changes in the amount of whitespace\n" \
550         "\t-d\tTry hard to find a smaller set of changes\n" \
551         "\t-i\tIgnore case differences\n" \
552         "\t-L\tUse LABEL instead of the filename in the unified header\n" \
553         "\t-N\tTreat absent files as empty\n" \
554         "\t-q\tOutput only whether files differ\n" \
555         "\t-r\tRecursively compare any subdirectories\n" \
556         "\t-S\tStart with FILE when comparing directories\n" \
557         "\t-T\tMake tabs line up by prefixing a tab when necessary\n" \
558         "\t-s\tReport when two files are the same\n" \
559         "\t-t\tExpand tabs to spaces in output\n" \
560         "\t-U\tOutput LINES lines of context\n" \
561         "\t-w\tIgnore all whitespace\n"
562
563 #define dirname_trivial_usage \
564         "FILENAME"
565 #define dirname_full_usage \
566         "Strips non-directory suffix from FILENAME"
567 #define dirname_example_usage \
568         "$ dirname /tmp/foo\n" \
569         "/tmp\n" \
570         "$ dirname /tmp/foo/\n" \
571         "/tmp\n"
572
573 #define dmesg_trivial_usage \
574         "[-c] [-n LEVEL] [-s SIZE]"
575 #define dmesg_full_usage \
576         "Prints or controls the kernel ring buffer\n\n" \
577         "Options:\n" \
578         "\t-c\t\tClears the ring buffer's contents after printing\n" \
579         "\t-n LEVEL\tSets console logging level\n" \
580         "\t-s SIZE\t\tUse a buffer of size SIZE"
581
582 #define dnsd_trivial_usage \
583         "[-c config] [-t seconds] [-p port] [-i iface-ip] [-d]"
584 #define dnsd_full_usage \
585         "Small and static DNS server daemon\n\n" \
586         "Options:\n" \
587         "\t-c\t\tconfig filename\n" \
588         "\t-t\t\tTTL in seconds\n" \
589         "\t-p\t\tlistening port\n" \
590         "\t-i\t\tlistening iface ip (default all)\n" \
591         "\t-d\t\tdaemonize"
592
593 #define dos2unix_trivial_usage \
594         "[option] [FILE]"
595 #define dos2unix_full_usage \
596         "Converts FILE from dos format to unix format.  When no option\n" \
597         "is given, the input is converted to the opposite output format.\n" \
598         "When no file is given, uses stdin for input and stdout for output.\n\n" \
599         "Options:\n" \
600         "\t-u\toutput will be in UNIX format\n" \
601         "\t-d\toutput will be in DOS format"
602
603 #define dpkg_trivial_usage \
604         "[-ilCPru] [-F option] package_name"
605 #define dpkg_full_usage \
606         "dpkg is a utility to install, remove and manage Debian packages.\n\n" \
607         "Options:\n" \
608         "\t-i\t\tInstall the package\n" \
609         "\t-l\t\tList of installed packages\n" \
610         "\t-C\t\tConfigure an unpackaged package\n" \
611         "\t-F depends\tIgnore dependency problems\n" \
612         "\t-P\t\tPurge all files of a package\n" \
613         "\t-r\t\tRemove all but the configuration files for a package\n" \
614         "\t-u\t\tUnpack a package, but don't configure it"
615
616 #define dpkg_deb_trivial_usage \
617         "[-cefxX] FILE [argument]"
618 #define dpkg_deb_full_usage \
619         "Perform actions on Debian packages (.debs)\n\n" \
620         "Options:\n" \
621         "\t-c\tList contents of filesystem tree\n" \
622         "\t-e\tExtract control files to [argument] directory\n" \
623         "\t-f\tDisplay control field name starting with [argument]\n" \
624         "\t-x\tExtract packages filesystem tree to directory\n" \
625         "\t-X\tVerbose extract"
626 #define dpkg_deb_example_usage \
627         "$ dpkg-deb -X ./busybox_0.48-1_i386.deb /tmp\n"
628
629 #define du_trivial_usage \
630         "[-aHLdclsx" USE_FEATURE_HUMAN_READABLE("hm") "k] [FILE]..."
631 #define du_full_usage \
632         "Summarizes disk space used for each FILE and/or directory.\n" \
633         "Disk space is printed in units of " \
634         USE_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("1024") \
635         SKIP_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("512") \
636         " bytes.\n\n" \
637         "Options:\n" \
638         "\t-a\tshow sizes of files in addition to directories\n" \
639         "\t-H\tfollow symbolic links that are FILE command line args\n" \
640         "\t-L\tfollow all symbolic links encountered\n" \
641         "\t-d N\tlimit output to directories (and files with -a) of depth < N\n" \
642         "\t-c\toutput a grand total\n" \
643         "\t-l\tcount sizes many times if hard linked\n" \
644         "\t-s\tdisplay only a total for each argument\n" \
645         "\t-x\tskip directories on different filesystems\n" \
646         USE_FEATURE_HUMAN_READABLE( \
647                 "\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \
648                 "\t-m\tprint sizes in megabytes\n" \
649         ) \
650         "\t-k\tprint sizes in kilobytes" \
651         USE_FEATURE_DU_DEFAULT_BLOCKSIZE_1K("(default)")
652 #define du_example_usage \
653         "$ du\n" \
654         "16      ./CVS\n" \
655         "12      ./kernel-patches/CVS\n" \
656         "80      ./kernel-patches\n" \
657         "12      ./tests/CVS\n" \
658         "36      ./tests\n" \
659         "12      ./scripts/CVS\n" \
660         "16      ./scripts\n" \
661         "12      ./docs/CVS\n" \
662         "104     ./docs\n" \
663         "2417    .\n"
664
665 #define dumpkmap_trivial_usage \
666         "> keymap"
667 #define dumpkmap_full_usage \
668         "Prints out a binary keyboard translation table to standard output."
669 #define dumpkmap_example_usage \
670         "$ dumpkmap > keymap\n"
671
672 #define dumpleases_trivial_usage \
673         "[-r|-a] [-f LEASEFILE]"
674 #define dumpleases_full_usage \
675         "Displays the DHCP leases granted by udhcpd.\n\n" \
676         "Options:\n" \
677         "\t-f,\t--file=FILENAME\tLeases file to load\n" \
678         "\t-r,\t--remaining\tInterpret lease times as time remaining\n" \
679         "\t-a,\t--absolute\tInterpret lease times as expire time"
680
681 #define e2fsck_trivial_usage \
682         "[-panyrcdfvstDFSV] [-b superblock] [-B blocksize] " \
683         "[-I inode_buffer_blocks] [-P process_inode_size] " \
684         "[-l|-L bad_blocks_file] [-C fd] [-j external_journal] " \
685         "[-E extended-options] device"
686 #define e2fsck_full_usage \
687         "Check a Linux ext2/ext3 file system.\n\n" \
688         "Options:\n" \
689         "\t-p\tAutomatic repair (no questions)\n" \
690         "\t-n\tMake no changes to the filesystem\n" \
691         "\t-y\tAssume 'yes' to all questions\n" \
692         "\t-c\tCheck for bad blocks and add them to the badblock list\n" \
693         "\t-f\tForce checking even if filesystem is marked clean\n" \
694         "\t-v\tBe verbose\n" \
695         "\t-b superblock\tUse alternative superblock\n" \
696         "\t-B blocksize\tForce blocksize when looking for superblock\n" \
697         "\t-j journal\tSet location of the external journal\n" \
698         "\t-l file\tAdd to badblocks list\n" \
699         "\t-L file\tSet badblocks list"
700
701 #define echo_trivial_usage \
702         USE_FEATURE_FANCY_ECHO("[-neE] ") "[ARG ...]"
703 #define echo_full_usage \
704         "Prints the specified ARGs to stdout\n\n" \
705         USE_FEATURE_FANCY_ECHO( \
706                 "Options:\n" \
707                 "\t-n\tsuppress trailing newline\n" \
708                 "\t-e\tinterpret backslash-escaped characters (i.e., \\t=tab)\n" \
709                 "\t-E\tdisable interpretation of backslash-escaped characters" \
710         )
711 #define echo_example_usage \
712         "$ echo \"Erik is cool\"\n" \
713         "Erik is cool\n" \
714         USE_FEATURE_FANCY_ECHO("$  echo -e \"Erik\\nis\\ncool\"\n" \
715         "Erik\n" \
716         "is\n" \
717         "cool\n" \
718         "$ echo \"Erik\\nis\\ncool\"\n" \
719         "Erik\\nis\\ncool\n")
720
721 #define eject_trivial_usage \
722         "[-t] [-T] [DEVICE]"
723 #define eject_full_usage \
724         "Eject specified DEVICE (or default /dev/cdrom).\n\n" \
725         "Options:\n" \
726         "\t-t\tclose tray\n" \
727         "\t-T\topen/close tray (toggle)"
728
729 #define ed_trivial_usage ""
730 #define ed_full_usage ""
731
732 #define env_trivial_usage \
733         "[-iu] [-] [name=value]... [command]"
734 #define env_full_usage \
735         "Prints the current environment or runs a program after setting\n" \
736         "up the specified environment.\n\n" \
737         "Options:\n" \
738         "\t-, -i\tstart with an empty environment\n" \
739         "\t-u\tremove variable from the environment"
740
741 #define ether_wake_trivial_usage \
742         "[-b] [-i iface] [-p aa:bb:cc:dd[:ee:ff]] MAC"
743 #define ether_wake_full_usage \
744         "Send a magic packet to wake up sleeping machines.\n" \
745         "MAC must be a station address (00:11:22:33:44:55) or\n" \
746         "    a hostname with a known 'ethers' entry.\n\n" \
747         "Options:\n" \
748         "\t-b\t\tSend wake-up packet to the broadcast address\n" \
749         "\t-i iface\tUse interface ifname instead of the default \"eth0\"\n" \
750         "\t-p pass\tAppend the four or six byte password PW to the packet"
751
752 #define expr_trivial_usage \
753         "EXPRESSION"
754 #define expr_full_usage \
755         "Prints the value of EXPRESSION to standard output.\n\n" \
756         "EXPRESSION may be:\n" \
757         "\tARG1 |  ARG2 ARG1 if it is neither null nor 0, otherwise ARG2\n" \
758         "\tARG1 &  ARG2 ARG1 if neither argument is null or 0, otherwise 0\n" \
759         "\tARG1 <  ARG2 ARG1 is less than ARG2\n" \
760         "\tARG1 <= ARG2 ARG1 is less than or equal to ARG2\n" \
761         "\tARG1 =  ARG2 ARG1 is equal to ARG2\n" \
762         "\tARG1 != ARG2 ARG1 is unequal to ARG2\n" \
763         "\tARG1 >= ARG2 ARG1 is greater than or equal to ARG2\n" \
764         "\tARG1 >  ARG2 ARG1 is greater than ARG2\n" \
765         "\tARG1 +  ARG2 arithmetic sum of ARG1 and ARG2\n" \
766         "\tARG1 -  ARG2 arithmetic difference of ARG1 and ARG2\n" \
767         "\tARG1 *  ARG2 arithmetic product of ARG1 and ARG2\n" \
768         "\tARG1 /  ARG2 arithmetic quotient of ARG1 divided by ARG2\n" \
769         "\tARG1 %  ARG2 arithmetic remainder of ARG1 divided by ARG2\n" \
770         "\tSTRING : REGEXP             anchored pattern match of REGEXP in STRING\n" \
771         "\tmatch STRING REGEXP         same as STRING : REGEXP\n" \
772         "\tsubstr STRING POS LENGTH    substring of STRING, POS counted from 1\n" \
773         "\tindex STRING CHARS          index in STRING where any CHARS is found,\n" \
774         "\t                            or 0\n" \
775         "\tlength STRING               length of STRING\n" \
776         "\tquote TOKEN                 interpret TOKEN as a string, even if\n" \
777         "\t                            it is a keyword like `match' or an\n" \
778         "\t                            operator like `/'\n" \
779         "\t( EXPRESSION )              value of EXPRESSION\n\n" \
780         "Beware that many operators need to be escaped or quoted for shells.\n" \
781         "Comparisons are arithmetic if both ARGs are numbers, else\n" \
782         "lexicographical.  Pattern matches return the string matched between\n" \
783         "\\( and \\) or null; if \\( and \\) are not used, they return the number\n" \
784         "of characters matched or 0."
785
786 #define fakeidentd_trivial_usage \
787         "[-b ip] [STRING]"
788 #define fakeidentd_full_usage \
789         "Returns a set string to auth requests\n\n" \
790         "\t-b\tBind to ip address\n" \
791         "\tSTRING\tThe ident answer string (default is nobody)"
792
793 #define false_trivial_usage \
794         ""
795 #define false_full_usage \
796         "Return an exit code of FALSE (1)."
797 #define false_example_usage \
798         "$ false\n" \
799         "$ echo $?\n" \
800         "1\n"
801
802 #define fbset_trivial_usage \
803         "[options] [mode]"
804 #define fbset_full_usage \
805         "Show and modify frame buffer settings"
806 #define fbset_example_usage \
807         "$ fbset\n" \
808         "mode \"1024x768-76\"\n" \
809         "\t# D: 78.653 MHz, H: 59.949 kHz, V: 75.694 Hz\n" \
810         "\tgeometry 1024 768 1024 768 16\n" \
811         "\ttimings 12714 128 32 16 4 128 4\n" \
812         "\taccel false\n" \
813         "\trgba 5/11,6/5,5/0,0/0\n" \
814         "endmode\n"
815
816 #define fdflush_trivial_usage \
817         "DEVICE"
818 #define fdflush_full_usage \
819         "Forces floppy disk drive to detect disk change"
820
821 #define fdformat_trivial_usage \
822         "[-n] DEVICE"
823 #define fdformat_full_usage \
824         "Low-level formats a floppy disk\n\n" \
825         "Options:\n" \
826         "\t-n\tDon't verify after format"
827
828 #define fdisk_trivial_usage \
829         "[-luv] [-C CYLINDERS] [-H HEADS] [-S SECTORS] [-b SSZ] DISK"
830 #define fdisk_full_usage \
831         "Change partition table\n" \
832         "Options:\n" \
833         "\t-l  List partition table(s)\n" \
834         "\t-u  Give Start and End in sector (instead of cylinder) units\n" \
835         "\t-s PARTITION  Give partition size(s) in blocks\n" \
836         "\t-b 2048: (for certain MO disks) use 2048-byte sectors\n" \
837         "\t-C CYLINDERS  Set the number of cylinders\n" \
838         "\t-H HEADS  Set the number of heads\n" \
839         "\t-S SECTORS  Set the number of sectors\n" \
840         "\t-v  Give fdisk version"
841
842 #define find_trivial_usage \
843         "[PATH...] [EXPRESSION]"
844 #define find_full_usage \
845         "Search for files in a directory hierarchy.  The default PATH is\n" \
846         "the current directory; default EXPRESSION is '-print'\n" \
847         "\nEXPRESSION may consist of:\n" \
848         "\t-follow\t\tDereference symbolic links\n" \
849         "\t-name PATTERN\tFile name (leading directories removed) matches PATTERN\n" \
850         "\t-print\t\tPrint (default and assumed)\n" \
851         USE_FEATURE_FIND_PRINT0( \
852         "\t-print0\t\tDelimit output with null characters rather than\n\t\t\tnewlines" \
853 ) USE_FEATURE_FIND_TYPE( \
854         "\n\t-type X\t\tFiletype matches X (where X is one of: f,d,l,b,c,...)" \
855 ) USE_FEATURE_FIND_PERM( \
856         "\n\t-perm PERMS\tPermissions match any of (+NNN); all of (-NNN);\n\t\t\tor exactly (NNN)" \
857 ) USE_FEATURE_FIND_MTIME( \
858         "\n\t-mtime DAYS\tModified time is greater than (+N); less than (-N);\n\t\t\tor exactly (N) days" \
859 ) USE_FEATURE_FIND_MMIN( \
860         "\n\t-mmin MINS\tModified time is greater than (+N); less than (-N);\n\t\t\tor exactly (N) minutes" \
861 ) USE_FEATURE_FIND_NEWER( \
862         "\n\t-newer FILE\tModified time is more recent than FILE's" \
863 ) USE_FEATURE_FIND_INUM( \
864         "\n\t-inum N\t\tFile has inode number N" \
865 ) USE_FEATURE_FIND_EXEC( \
866         "\n\t-exec CMD\tExecute CMD with all instances of {} replaced by the" \
867         "\n\t\t\tfiles matching EXPRESSION")
868
869 #define find_example_usage \
870         "$ find / -name passwd\n" \
871         "/etc/passwd\n"
872
873 #define fold_trivial_usage \
874         "[-bs] [-w WIDTH] [FILE]"
875 #define fold_full_usage \
876         "Wrap input lines in each FILE (standard input by default), writing to\n" \
877         "standard output.\n\n" \
878         "Options:\n" \
879         "\t-b\tcount bytes rather than columns\n" \
880         "\t-s\tbreak at spaces\n" \
881         "\t-w\tuse WIDTH columns instead of 80"
882
883 #define free_trivial_usage \
884         ""
885 #define free_full_usage \
886         "Displays the amount of free and used system memory"
887 #define free_example_usage \
888         "$ free\n" \
889         "              total         used         free       shared      buffers\n" \
890         "  Mem:       257628       248724         8904        59644        93124\n" \
891         " Swap:       128516         8404       120112\n" \
892         "Total:       386144       257128       129016\n" \
893
894 #define freeramdisk_trivial_usage \
895         "DEVICE"
896 #define freeramdisk_full_usage \
897         "Frees all memory used by the specified ramdisk."
898 #define freeramdisk_example_usage \
899         "$ freeramdisk /dev/ram2\n"
900
901 #define fsck_trivial_usage \
902         "[-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]"
903 #define fsck_full_usage \
904         "Check and repair filesystems.\n\n" \
905         "Options:\n" \
906         "\t-A\tWalk /etc/fstab and check all filesystems\n" \
907         "\t-N\tDon't execute, just show what would be done\n" \
908         "\t-P\tWhen using -A, check filesystems in parallel\n" \
909         "\t-R\tWhen using -A, skip the root filesystem\n" \
910         "\t-T\tDon't show title on startup\n" \
911         "\t-V\tVerbose mode\n" \
912         "\t-C\tWrite status information to specified filedescriptor\n" \
913         "\t-t\tList of filesystem types to check"
914
915 #define fsck_minix_trivial_usage \
916         "[-larvsmf] /dev/name"
917 #define fsck_minix_full_usage \
918         "Performs a consistency check for MINIX filesystems.\n\n" \
919         "Options:\n" \
920         "\t-l\tLists all filenames\n" \
921         "\t-r\tPerform interactive repairs\n" \
922         "\t-a\tPerform automatic repairs\n" \
923         "\t-v\tverbose\n" \
924         "\t-s\tOutputs super-block information\n" \
925         "\t-m\tActivates MINIX-like \"mode not cleared\" warnings\n" \
926         "\t-f\tForce file system check"
927
928 #define ftpget_trivial_usage \
929         "[options] remote-host local-file remote-file"
930 #define ftpget_full_usage \
931         "Retrieve a remote file via FTP.\n\n" \
932         "Options:\n" \
933         "\t-c, --continue         Continue a previous transfer\n" \
934         "\t-v, --verbose          Verbose\n" \
935         "\t-u, --username         Username to be used\n" \
936         "\t-p, --password         Password to be used\n" \
937         "\t-P, --port             Port number to be used"
938
939 #define ftpput_trivial_usage \
940         "[options] remote-host remote-file local-file"
941 #define ftpput_full_usage \
942         "Store a local file on a remote machine via FTP.\n\n" \
943         "Options:\n" \
944         "\t-v, --verbose          Verbose\n" \
945         "\t-u, --username         Username to be used\n" \
946         "\t-p, --password         Password to be used\n" \
947         "\t-P, --port             Port number to be used"
948
949 #define fuser_trivial_usage \
950         "[options] file OR port/proto"
951 #define fuser_full_usage \
952         "Options:\n" \
953         "\t-m         Show all processes on the same mounted fs\n" \
954         "\t-k         Kill all processes that match.\n" \
955         "\t-s         Don't print or kill anything.\n" \
956         "\t-4         When using port/proto only search IPv4 space\n" \
957         "\t-6         When using port/proto only search IPv6 space\n" \
958         "\t-SIGNAL    When used with -k, this signal will be used to kill"
959
960 #define getopt_trivial_usage \
961         "[OPTIONS]..."
962 #define getopt_full_usage \
963         "Parse command options\n" \
964         "\t-a, --alternative            Allow long options starting with single -\n" \
965         "\t-l, --longoptions=longopts   Long options to be recognized\n" \
966         "\t-n, --name=progname          The name under which errors are reported\n" \
967         "\t-o, --options=optstring      Short options to be recognized\n" \
968         "\t-q, --quiet                  Disable error reporting by getopt(3)\n" \
969         "\t-Q, --quiet-output           No normal output\n" \
970         "\t-s, --shell=shell            Set shell quoting conventions\n" \
971         "\t-T, --test                   Test for getopt(1) version\n" \
972         "\t-u, --unquoted               Do not quote the output"
973 #define getopt_example_usage \
974         "$ cat getopt.test\n" \
975         "#!/bin/sh\n" \
976         "GETOPT=`getopt -o ab:c:: --long a-long,b-long:,c-long:: \\\n" \
977         "       -n 'example.busybox' -- \"$@\"`\n" \
978         "if [ $? != 0 ] ; then  exit 1 ; fi\n" \
979         "eval set -- \"$GETOPT\"\n" \
980         "while true ; do\n" \
981         " case $1 in\n" \
982         "   -a|--a-long) echo \"Option a\" ; shift ;;\n" \
983         "   -b|--b-long) echo \"Option b, argument `$2'\" ; shift 2 ;;\n" \
984         "   -c|--c-long)\n" \
985         "     case \"$2\" in\n" \
986         "       \"\") echo \"Option c, no argument\"; shift 2 ;;\n" \
987         "       *)  echo \"Option c, argument `$2'\" ; shift 2 ;;\n" \
988         "     esac ;;\n" \
989         "   --) shift ; break ;;\n" \
990         "   *) echo \"Internal error!\" ; exit 1 ;;\n" \
991         " esac\n" \
992         "done\n"
993
994 #define getty_trivial_usage \
995         "[OPTIONS]... baud_rate,... line [termtype]"
996 #define getty_full_usage \
997         "Opens a tty, prompts for a login name, then invokes /bin/login\n\n" \
998         "Options:\n" \
999         "\t-h\t\tEnable hardware (RTS/CTS) flow control\n" \
1000         "\t-i\t\tDo not display /etc/issue before running login\n" \
1001         "\t-L\t\tLocal line, so do not do carrier detect\n" \
1002         "\t-m\t\tGet baud rate from modem's CONNECT status message\n" \
1003         "\t-w\t\tWait for a CR or LF before sending /etc/issue\n" \
1004         "\t-n\t\tDo not prompt the user for a login name\n" \
1005         "\t-f issue_file\tDisplay issue_file instead of /etc/issue\n" \
1006         "\t-l login_app\tInvoke login_app instead of /bin/login\n" \
1007         "\t-t timeout\tTerminate after timeout if no username is read\n" \
1008         "\t-I initstring\tSets the init string to send before anything else\n" \
1009         "\t-H login_host\tLog login_host into the utmp file as the hostname"
1010
1011 #define grep_trivial_usage \
1012         "[-rihHnqvso" \
1013         USE_FEATURE_GREP_EGREP_ALIAS("E") \
1014         USE_FEATURE_GREP_CONTEXT("ABC") \
1015         "] PATTERN [FILEs...]"
1016 #define grep_full_usage \
1017         "Search for PATTERN in each FILE or standard input.\n\n" \
1018         "Options:\n" \
1019         "\t-H\tprefix output lines with filename where match was found\n" \
1020         "\t-h\tsuppress the prefixing filename on output\n" \
1021         "\t-r\trecurse subdirectories\n" \
1022         "\t-i\tignore case distinctions\n" \
1023         "\t-l\tlist names of files that match\n" \
1024         "\t-L\tlist names of files that do not match\n" \
1025         "\t-n\tprint line number with output lines\n" \
1026         "\t-q\tbe quiet. Returns 0 if PATTERN was found, 1 otherwise\n" \
1027         "\t-v\tselect non-matching lines\n" \
1028         "\t-s\tsuppress file open/read error messages\n" \
1029         "\t-c\tonly print count of matching lines\n" \
1030         "\t-f\tread PATTERN from file\n" \
1031         "\t-o\tshow only the part of a line that matches PATTERN\n" \
1032         "\t-e\tPATTERN is a regular expression\n" \
1033         "\t-F\tPATTERN is a set of newline-separated strings" \
1034         USE_FEATURE_GREP_EGREP_ALIAS("\n\t-E\tPATTERN is an extended regular expression") \
1035         USE_FEATURE_GREP_CONTEXT("\n\t-A\tprint NUM lines of trailing context") \
1036         USE_FEATURE_GREP_CONTEXT("\n\t-B\tprint NUM lines of leading context") \
1037         USE_FEATURE_GREP_CONTEXT("\n\t-C\tprint NUM lines of output context")
1038
1039 #define grep_example_usage \
1040         "$ grep root /etc/passwd\n" \
1041         "root:x:0:0:root:/root:/bin/bash\n" \
1042         "$ grep ^[rR]oo. /etc/passwd\n" \
1043         "root:x:0:0:root:/root:/bin/bash\n"
1044
1045 #define gunzip_trivial_usage \
1046         "[OPTION]... FILE"
1047 #define gunzip_full_usage \
1048         "Uncompress FILE (or standard input if FILE is '-').\n\n" \
1049         "Options:\n" \
1050         "\t-c\tWrite output to standard output\n" \
1051         "\t-f\tForce read when source is a terminal\n" \
1052         "\t-t\tTest compressed file integrity"
1053 #define gunzip_example_usage \
1054         "$ ls -la /tmp/BusyBox*\n" \
1055         "-rw-rw-r--    1 andersen andersen   557009 Apr 11 10:55 /tmp/BusyBox-0.43.tar.gz\n" \
1056         "$ gunzip /tmp/BusyBox-0.43.tar.gz\n" \
1057         "$ ls -la /tmp/BusyBox*\n" \
1058         "-rw-rw-r--    1 andersen andersen  1761280 Apr 14 17:47 /tmp/BusyBox-0.43.tar\n"
1059
1060 #define gzip_trivial_usage \
1061         "[OPTION]... [FILE]..."
1062 #define gzip_full_usage \
1063         "Compress FILE(s) with maximum compression.\n" \
1064         "When FILE is '-' or unspecified, reads standard input.  Implies -c.\n\n" \
1065         "Options:\n" \
1066         "\t-c\tWrite output to standard output instead of FILE.gz\n" \
1067         "\t-d\tDecompress\n" \
1068         "\t-f\tForce write when destination is a terminal"
1069 #define gzip_example_usage \
1070         "$ ls -la /tmp/busybox*\n" \
1071         "-rw-rw-r--    1 andersen andersen  1761280 Apr 14 17:47 /tmp/busybox.tar\n" \
1072         "$ gzip /tmp/busybox.tar\n" \
1073         "$ ls -la /tmp/busybox*\n" \
1074         "-rw-rw-r--    1 andersen andersen   554058 Apr 14 17:49 /tmp/busybox.tar.gz\n"
1075
1076 #define halt_trivial_usage \
1077         "[-d<delay>] [-n<nosync>] [-f<force>]"
1078 #define halt_full_usage \
1079         "Halt the system.\n" \
1080         "Options:\n" \
1081         "\t-d\t\tdelay interval for halting\n" \
1082         "\t-n\t\tno call to sync()\n" \
1083         "\t-f\t\tforce halt (don't go through init)"
1084
1085 #define hdparm_trivial_usage \
1086         "[options] [device] .."
1087 #define hdparm_full_usage \
1088         USE_FEATURE_HDPARM_GET_IDENTITY("\tIf no device name is specified try to read from stdin.\n") \
1089         "\nOptions:\n" \
1090         "\t-a   get/set fs readahead\n" \
1091         "\t-A   set drive read-lookahead flag (0/1)\n" \
1092         "\t-b   get/set bus state (0 == off, 1 == on, 2 == tristate)\n" \
1093         "\t-B   set Advanced Power Management setting (1-255)\n" \
1094         "\t-c   get/set IDE 32-bit IO setting\n" \
1095         "\t-C   check IDE power mode status\n" \
1096         USE_FEATURE_HDPARM_HDIO_GETSET_DMA("\t-d   get/set using_dma flag\n") \
1097         "\t-D   enable/disable drive defect-mgmt\n" \
1098         "\t-f   flush buffer cache for device on exit\n" \
1099         "\t-g   display drive geometry\n" \
1100         "\t-h   display terse usage information\n" \
1101         USE_FEATURE_HDPARM_GET_IDENTITY("\t-i   display drive identification\n") \
1102         USE_FEATURE_HDPARM_GET_IDENTITY("\t-I   detailed/current information directly from drive\n") \
1103         "\t-k   get/set keep_settings_over_reset flag (0/1)\n" \
1104         "\t-K   set drive keep_features_over_reset flag (0/1)\n" \
1105         "\t-L   set drive doorlock (0/1) (removable harddisks only)\n" \
1106         "\t-m   get/set multiple sector count\n" \
1107         "\t-n   get/set ignore-write-errors flag (0/1)\n" \
1108         "\t-p   set PIO mode on IDE interface chipset (0,1,2,3,4,...)\n" \
1109         "\t-P   set drive prefetch count\n" \
1110         "\t-q   change next setting quietly\n" \
1111         "\t-Q   get/set DMA tagged-queuing depth (if supported)\n" \
1112         "\t-r   get/set readonly flag (DANGEROUS to set)\n" \
1113         USE_FEATURE_HDPARM_HDIO_SCAN_HWIF("\t-R   register an IDE interface (DANGEROUS)\n") \
1114         "\t-S   set standby (spindown) timeout\n" \
1115         "\t-t   perform device read timings\n" \
1116         "\t-T   perform cache read timings\n" \
1117         "\t-u   get/set unmaskirq flag (0/1)\n" \
1118         USE_FEATURE_HDPARM_HDIO_UNREGISTER_HWIF("\t-U   un-register an IDE interface (DANGEROUS)\n") \
1119         "\t-v   defaults; same as -mcudkrag for IDE drives\n" \
1120         "\t-V   display program version and exit immediately\n" \
1121         USE_FEATURE_HDPARM_HDIO_DRIVE_RESET("\t-w   perform device reset (DANGEROUS)\n") \
1122         "\t-W   set drive write-caching flag (0/1) (DANGEROUS)\n" \
1123         USE_FEATURE_HDPARM_HDIO_TRISTATE_HWIF("\t-x   tristate device for hotswap (0/1) (DANGEROUS)\n") \
1124         "\t-X   set IDE xfer mode (DANGEROUS)\n" \
1125         "\t-y   put IDE drive in standby mode\n" \
1126         "\t-Y   put IDE drive to sleep\n" \
1127         "\t-Z   disable Seagate auto-powersaving mode\n" \
1128         "\t-z   re-read partition table"
1129
1130 #define head_trivial_usage \
1131         "[OPTION]... [FILE]..."
1132 #define head_full_usage \
1133         "Print first 10 lines of each FILE to standard output.\n" \
1134         "With more than one FILE, precede each with a header giving the\n" \
1135         "file name. With no FILE, or when FILE is -, read standard input.\n\n" \
1136         "Options:\n" \
1137         "\t-n NUM\t\tPrint first NUM lines instead of first 10" \
1138         USE_FEATURE_FANCY_HEAD( \
1139         "\n\t-c NUM\t\toutput the first NUM bytes\n" \
1140         "\t-q\t\tnever output headers giving file names\n" \
1141         "\t-v\t\talways output headers giving file names" )
1142 #define head_example_usage \
1143         "$ head -n 2 /etc/passwd\n" \
1144         "root:x:0:0:root:/root:/bin/bash\n" \
1145         "daemon:x:1:1:daemon:/usr/sbin:/bin/sh\n"
1146
1147 #define hexdump_trivial_usage \
1148         "[-[bcCdefnosvx]] [OPTION] FILE"
1149 #define hexdump_full_usage \
1150         "The hexdump utility is a filter which displays the specified files,\n" \
1151         "or the standard input, if no files are specified, in a user specified\n" \
1152         "format\n" \
1153         "\t-b\t\tOne-byte octal display\n" \
1154         "\t-c\t\tOne-byte character display\n" \
1155         "\t-C\t\tCanonical hex+ASCII, 16 bytes per line\n" \
1156         "\t-d\t\tTwo-byte decimal display\n" \
1157         "\t-e FORMAT STRING\n" \
1158         "\t-f FORMAT FILE\n" \
1159         "\t-n LENGTH\tInterpret only length bytes of input\n" \
1160         "\t-o\t\tTwo-byte octal display\n" \
1161         "\t-s OFFSET\tSkip offset byte\n" \
1162         "\t-v\t\tdisplay all input data\n" \
1163         "\t-x\t\tTwo-byte hexadecimal display"
1164
1165 #define hostid_trivial_usage \
1166         ""
1167 #define hostid_full_usage \
1168         "Print out a unique 32-bit identifier for the machine."
1169
1170 #define hostname_trivial_usage \
1171         "[OPTION] {hostname | -F FILE}"
1172 #define hostname_full_usage \
1173         "Get or set the hostname or DNS domain name. If a hostname is given\n" \
1174         "(or FILE with the -F parameter), the host name will be set.\n\n" \
1175         "Options:\n" \
1176         "\t-s\tShort\n" \
1177         "\t-i\tAddresses for the hostname\n" \
1178         "\t-d\tDNS domain name\n" \
1179         "\t-f\tFully qualified domain name\n" \
1180         "\t-F FILE\tUse the contents of FILE to specify the hostname"
1181 #define hostname_example_usage \
1182         "$ hostname\n" \
1183         "sage\n"
1184
1185 #define httpd_trivial_usage \
1186         "[-c <conf file>]" \
1187         " [-p <port>]" \
1188         " [-i] [-f]" \
1189         USE_FEATURE_HTTPD_SETUID(" [-u user[:grp]]") \
1190         USE_FEATURE_HTTPD_BASIC_AUTH(" [-r <realm>]") \
1191         USE_FEATURE_HTTPD_AUTH_MD5(" [-m pass]") \
1192         " [-h home]" \
1193         " [-d/-e <string>]"
1194 #define httpd_full_usage \
1195         "Listens for incoming http server requests.\n\n" \
1196         "Options:\n" \
1197         "\t-c FILE\t\tSpecifies configuration file. (default httpd.conf)\n" \
1198         "\t-p PORT\t\tServer port (default 80)\n" \
1199         "\t-i\t\tAssume that we are started from inetd\n" \
1200         "\t-f\t\tDo not daemonize\n" \
1201         USE_FEATURE_HTTPD_SETUID("\t-u USER[:GRP]\tSet uid/gid after binding to port\n") \
1202         USE_FEATURE_HTTPD_BASIC_AUTH("\t-r REALM\tAuthentication Realm for Basic Authentication\n") \
1203         USE_FEATURE_HTTPD_AUTH_MD5("\t-m PASS\t\tCrypt PASS with md5 algorithm\n") \
1204         "\t-h HOME\t\tSpecifies http HOME directory (default ./)\n" \
1205         "\t-e STRING\tHTML encode STRING\n" \
1206         "\t-d STRING\tURL decode STRING"
1207
1208 #define hwclock_trivial_usage \
1209         "[-r|--show] [-s|--hctosys] [-w|--systohc] [-l|--localtime] [-u|--utc]"
1210 #define hwclock_full_usage \
1211         "Query and set the hardware clock (RTC)\n\n" \
1212         "Options:\n" \
1213         "\t-r\tread hardware clock and print result\n" \
1214         "\t-s\tset the system time from the hardware clock\n" \
1215         "\t-w\tset the hardware clock to the current system time\n" \
1216         "\t-u\tthe hardware clock is kept in coordinated universal time\n" \
1217         "\t-l\tthe hardware clock is kept in local time"
1218
1219 #define id_trivial_usage \
1220         "[OPTIONS]... [USERNAME]"
1221 #define id_full_usage \
1222         "Print information for USERNAME or the current user\n\n" \
1223         "Options:\n" \
1224         USE_SELINUX("\t-c\tprints only the security context\n") \
1225         "\t-g\tprints only the group ID\n" \
1226         "\t-u\tprints only the user ID\n" \
1227         "\t-n\tprint a name instead of a number\n" \
1228         "\t-r\tprints the real user ID instead of the effective ID"
1229 #define id_example_usage \
1230         "$ id\n" \
1231         "uid=1000(andersen) gid=1000(andersen)\n"
1232
1233 #define ifconfig_trivial_usage \
1234         USE_FEATURE_IFCONFIG_STATUS("[-a]") " <interface> [<address>]"
1235 #define ifconfig_full_usage \
1236         "configure a network interface\n\n" \
1237         "Options:\n" \
1238         USE_FEATURE_IPV6("\t[add <address>[/<prefixlen>]]\n") \
1239         USE_FEATURE_IPV6("\t[del <address>[/<prefixlen>]]\n") \
1240         "\t[[-]broadcast [<address>]]  [[-]pointopoint [<address>]]\n" \
1241         "\t[netmask <address>]  [dstaddr <address>]\n" \
1242         USE_FEATURE_IFCONFIG_SLIP("\t[outfill <NN>] [keepalive <NN>]\n") \
1243         "\t" USE_FEATURE_IFCONFIG_HW("[hw ether <address>]  ") \
1244         "[metric <NN>]  [mtu <NN>]\n" \
1245         "\t[[-]trailers]  [[-]arp]  [[-]allmulti]\n" \
1246         "\t[multicast]  [[-]promisc]  [txqueuelen <NN>]  [[-]dynamic]\n" \
1247         USE_FEATURE_IFCONFIG_MEMSTART_IOADDR_IRQ("\t[mem_start <NN>]  [io_addr <NN>]  [irq <NN>]\n") \
1248         "\t[up|down] ..."
1249
1250 #define ifup_trivial_usage \
1251         "<-ahinv> <ifaces...>"
1252 #define ifup_full_usage \
1253         "ifup <options> <ifaces...>\n\n" \
1254         "Options:\n" \
1255         "\t-h\tthis help\n" \
1256         "\t-a\tde/configure all interfaces automatically\n" \
1257         "\t-i FILE\tuse FILE for interface definitions\n" \
1258         "\t-n\tprint out what would happen, but don't do it\n" \
1259         "\t\t\t(note that this option doesn't disable mappings)\n" \
1260         "\t-v\tprint out what would happen before doing it\n" \
1261         "\t-m\tdon't run any mappings\n" \
1262         "\t-f\tforce de/configuration"
1263
1264 #define ifdown_trivial_usage \
1265         "<-ahinv> <ifaces...>"
1266 #define ifdown_full_usage \
1267         "ifdown <options> <ifaces...>\n\n" \
1268         "Options:\n" \
1269         "\t-h\tthis help\n" \
1270         "\t-a\tde/configure all interfaces automatically\n" \
1271         "\t-i FILE\tuse FILE for interface definitions\n" \
1272         "\t-n\tprint out what would happen, but don't do it\n" \
1273         "\t\t(note that this option doesn't disable mappings)\n" \
1274         "\t-v\tprint out what would happen before doing it\n" \
1275         "\t-m\tdon't run any mappings\n" \
1276         "\t-f\tforce de/configuration"
1277
1278 #define inetd_trivial_usage \
1279         "[-f] [-q len] [conf]"
1280 #define inetd_full_usage \
1281         "Listens for network connections and launches programs\n\n" \
1282         "Option:\n" \
1283         "\t-f\tRun as a foreground progress\n" \
1284         "\t-q\tSets the size of the socket listen queue to\n" \
1285         "\t\tthe specified value. Default is 128"
1286
1287 #define init_trivial_usage \
1288         ""
1289 #define init_full_usage \
1290         "Init is the parent of all processes."
1291 #define init_notes_usage \
1292 "This version of init is designed to be run only by the kernel.\n" \
1293 "\n" \
1294 "BusyBox init doesn't support multiple runlevels.  The runlevels field of\n" \
1295 "the /etc/inittab file is completely ignored by BusyBox init. If you want\n" \
1296 "runlevels, use sysvinit.\n" \
1297 "\n" \
1298 "BusyBox init works just fine without an inittab.  If no inittab is found,\n" \
1299 "it has the following default behavior:\n" \
1300 "\n" \
1301 "       ::sysinit:/etc/init.d/rcS\n" \
1302 "       ::askfirst:/bin/sh\n" \
1303 "       ::ctrlaltdel:/sbin/reboot\n" \
1304 "       ::shutdown:/sbin/swapoff -a\n" \
1305 "       ::shutdown:/bin/umount -a -r\n" \
1306 "       ::restart:/sbin/init\n" \
1307 "\n" \
1308 "if it detects that /dev/console is _not_ a serial console, it will also run:\n" \
1309 "\n" \
1310 "       tty2::askfirst:/bin/sh\n" \
1311 "       tty3::askfirst:/bin/sh\n" \
1312 "       tty4::askfirst:/bin/sh\n" \
1313 "\n" \
1314 "If you choose to use an /etc/inittab file, the inittab entry format is as follows:\n" \
1315 "\n" \
1316 "       <id>:<runlevels>:<action>:<process>\n" \
1317 "\n" \
1318 "       <id>:\n" \
1319 "\n" \
1320 "               WARNING: This field has a non-traditional meaning for BusyBox init!\n" \
1321 "               The id field is used by BusyBox init to specify the controlling tty for\n" \
1322 "               the specified process to run on.  The contents of this field are\n" \
1323 "               appended to \"/dev/\" and used as-is.  There is no need for this field to\n" \
1324 "               be unique, although if it isn't you may have strange results.  If this\n" \
1325 "               field is left blank, the controlling tty is set to the console.  Also\n" \
1326 "               note that if BusyBox detects that a serial console is in use, then only\n" \
1327 "               entries whose controlling tty is either the serial console or /dev/null\n" \
1328 "               will be run.  BusyBox init does nothing with utmp.  We don't need no\n" \
1329 "               stinkin' utmp.\n" \
1330 "\n" \
1331 "       <runlevels>:\n" \
1332 "\n" \
1333 "               The runlevels field is completely ignored.\n" \
1334 "\n" \
1335 "       <action>:\n" \
1336 "\n" \
1337 "               Valid actions include: sysinit, respawn, askfirst, wait,\n" \
1338 "               once, restart, ctrlaltdel, and shutdown.\n" \
1339 "\n" \
1340 "               The available actions can be classified into two groups: actions\n" \
1341 "               that are run only once, and actions that are re-run when the specified\n" \
1342 "               process exits.\n" \
1343 "\n" \
1344 "               Run only-once actions:\n" \
1345 "\n" \
1346 "                       'sysinit' is the first item run on boot.  init waits until all\n" \
1347 "                       sysinit actions are completed before continuing.  Following the\n" \
1348 "                       completion of all sysinit actions, all 'wait' actions are run.\n" \
1349 "                       'wait' actions, like  'sysinit' actions, cause init to wait until\n" \
1350 "                       the specified task completes.  'once' actions are asynchronous,\n" \
1351 "                       therefore, init does not wait for them to complete.  'restart' is\n" \
1352 "                       the action taken to restart the init process.  By default this should\n" \
1353 "                       simply run /sbin/init, but can be a script which runs pivot_root or it\n" \
1354 "                       can do all sorts of other interesting things.  The 'ctrlaltdel' init\n" \
1355 "                       actions are run when the system detects that someone on the system\n" \
1356 "                       console has pressed the CTRL-ALT-DEL key combination.  Typically one\n" \
1357 "                       wants to run 'reboot' at this point to cause the system to reboot.\n" \
1358 "                       Finally the 'shutdown' action specifies the actions to taken when\n" \
1359 "                       init is told to reboot.  Unmounting filesystems and disabling swap\n" \
1360 "                       is a very good here\n" \
1361 "\n" \
1362 "               Run repeatedly actions:\n" \
1363 "\n" \
1364 "                       'respawn' actions are run after the 'once' actions.  When a process\n" \
1365 "                       started with a 'respawn' action exits, init automatically restarts\n" \
1366 "                       it.  Unlike sysvinit, BusyBox init does not stop processes from\n" \
1367 "                       respawning out of control.  The 'askfirst' actions acts just like\n" \
1368 "                       respawn, except that before running the specified process it\n" \
1369 "                       displays the line \"Please press Enter to activate this console.\"\n" \
1370 "                       and then waits for the user to press enter before starting the\n" \
1371 "                       specified process.\n" \
1372 "\n" \
1373 "               Unrecognized actions (like initdefault) will cause init to emit an\n" \
1374 "               error message, and then go along with its business.  All actions are\n" \
1375 "               run in the order they appear in /etc/inittab.\n" \
1376 "\n" \
1377 "       <process>:\n" \
1378 "\n" \
1379 "               Specifies the process to be executed and its command line.\n" \
1380 "\n" \
1381 "Example /etc/inittab file:\n" \
1382 "\n" \
1383 "       # This is run first except when booting in single-user mode.\n" \
1384 "       #\n" \
1385 "       ::sysinit:/etc/init.d/rcS\n" \
1386 "       \n" \
1387 "       # /bin/sh invocations on selected ttys\n" \
1388 "       #\n" \
1389 "       # Start an \"askfirst\" shell on the console (whatever that may be)\n" \
1390 "       ::askfirst:-/bin/sh\n" \
1391 "       # Start an \"askfirst\" shell on /dev/tty2-4\n" \
1392 "       tty2::askfirst:-/bin/sh\n" \
1393 "       tty3::askfirst:-/bin/sh\n" \
1394 "       tty4::askfirst:-/bin/sh\n" \
1395 "       \n" \
1396 "       # /sbin/getty invocations for selected ttys\n" \
1397 "       #\n" \
1398 "       tty4::respawn:/sbin/getty 38400 tty4\n" \
1399 "       tty5::respawn:/sbin/getty 38400 tty5\n" \
1400 "       \n" \
1401 "       \n" \
1402 "       # Example of how to put a getty on a serial line (for a terminal)\n" \
1403 "       #\n" \
1404 "       #::respawn:/sbin/getty -L ttyS0 9600 vt100\n" \
1405 "       #::respawn:/sbin/getty -L ttyS1 9600 vt100\n" \
1406 "       #\n" \
1407 "       # Example how to put a getty on a modem line.\n" \
1408 "       #::respawn:/sbin/getty 57600 ttyS2\n" \
1409 "       \n" \
1410 "       # Stuff to do when restarting the init process\n" \
1411 "       ::restart:/sbin/init\n" \
1412 "       \n" \
1413 "       # Stuff to do before rebooting\n" \
1414 "       ::ctrlaltdel:/sbin/reboot\n" \
1415 "       ::shutdown:/bin/umount -a -r\n" \
1416 "       ::shutdown:/sbin/swapoff -a\n"
1417
1418 #define insmod_trivial_usage \
1419         "[OPTION]... MODULE [symbol=value]..."
1420 #define insmod_full_usage \
1421         "Loads the specified kernel modules into the kernel.\n\n" \
1422         "Options:\n" \
1423         "\t-f\tForce module to load into the wrong kernel version\n" \
1424         "\t-k\tMake module autoclean-able\n" \
1425         "\t-v\tverbose output\n"  \
1426         "\t-q\tquiet output\n" \
1427         "\t-L\tLock to prevent simultaneous loads of a module\n" \
1428         USE_FEATURE_INSMOD_LOAD_MAP("\t-m\tOutput load map to stdout\n") \
1429         "\t-o NAME\tSet internal module name to NAME\n" \
1430         "\t-x\tdo not export externs"
1431
1432 #define install_trivial_usage \
1433         "[-cgmops] [sources] <dest|directory>"
1434 #define install_full_usage \
1435         "Copies files and set attributes\n\n" \
1436         "Options:\n" \
1437         "\t-c\tcopy the file, default\n" \
1438         "\t-d\tcreate directories\n" \
1439         "\t-g\tset group ownership\n" \
1440         "\t-m\tset permission modes\n" \
1441         "\t-o\tset ownership\n" \
1442         "\t-p\tpreserve date\n" \
1443         "\t-s\tstrip symbol tables"
1444
1445 #define ip_trivial_usage \
1446         "[ OPTIONS ] { address | link | route | tunnel } { COMMAND | help }"
1447 #define ip_full_usage \
1448         "ip [ OPTIONS ] OBJECT { COMMAND | help }\n" \
1449         "where  OBJECT := { link | addr | route | tunnel }\n" \
1450         "OPTIONS := { -f[amily] { inet | inet6 | link } | -o[neline] }"
1451
1452 #define ipaddr_trivial_usage \
1453         "{ {add|del} IFADDR dev STRING | {show|flush}\n" \
1454         "\t\t[ dev STRING ] [ to PREFIX ] }"
1455 #define ipaddr_full_usage \
1456         "ipaddr {add|delete} IFADDR dev STRING\n" \
1457         "ipaddr {show|flush} [ dev STRING ] [ scope SCOPE-ID ]\n" \
1458         "\t\t\t[ to PREFIX ] [ label PATTERN ]\n" \
1459         "\t\t\tIFADDR := PREFIX | ADDR peer PREFIX\n" \
1460         "\t\t\t[ broadcast ADDR ] [ anycast ADDR ]\n" \
1461         "\t\t\t[ label STRING ] [ scope SCOPE-ID ]\n" \
1462         "\t\t\tSCOPE-ID := [ host | link | global | NUMBER ]"
1463
1464 #define ipcalc_trivial_usage \
1465         "[OPTION]... <ADDRESS>[[/]<NETMASK>] [NETMASK]"
1466 #define ipcalc_full_usage \
1467         "Calculate IP network settings from a IP address\n\n" \
1468         "Options:\n" \
1469         "\t-b\t--broadcast\tDisplay calculated broadcast address\n" \
1470         "\t-n\t--network\tDisplay calculated network address\n" \
1471         "\t-m\t--netmask\tDisplay default netmask for IP" \
1472         USE_FEATURE_IPCALC_FANCY( \
1473         "\n\t-p\t--prefix\tDisplay the prefix for IP/NETMASK\n" \
1474         "\t-h\t--hostname\tDisplay first resolved host name\n" \
1475         "\t-s\t--silent\tDon't ever display error messages")
1476
1477 #define ipcrm_trivial_usage \
1478         "[-[MQS] key] [-[mqs] id]"
1479 #define ipcrm_full_usage \
1480         "The upper-case options MQS are used to remove a shared memory segment by a\n" \
1481         "segment by a shmkey value. The lower-case options mqs are used\n" \
1482         "to remove a segment by shmid value.\n" \
1483         "\t-[mM]\tRemove the memory segment after the last detach\n" \
1484         "\t-[qQ]\tRemove the message queue\n" \
1485         "\t-[sS]\tRemove the semaphore"
1486
1487 #define ipcs_trivial_usage \
1488         "[[-smq] -i shmid] | [[-asmq] [-tcplu]]"
1489 #define ipcs_full_usage \
1490         "\t-i\tspecify a specific resource id\n" \
1491         "Resource specification:\n" \
1492         "\t-m\tshared memory segments\n" \
1493         "\t-q\tmessage queues\n" \
1494         "\t-s\tsemaphore arrays\n" \
1495         "\t-a\tall (default)\n" \
1496         "Output format:\n" \
1497         "\t-t\ttime\n" \
1498         "\t-c\tcreator\n" \
1499         "\t-p\tpid\n" \
1500         "\t-l\tlimits\n" \
1501         "\t-u\tsummary"
1502
1503 #define iplink_trivial_usage \
1504         "{ set DEVICE { up | down | arp { on | off } | show [ DEVICE ] }"
1505 #define iplink_full_usage \
1506         "iplink set DEVICE { up | down | arp { on | off } |\n" \
1507         "\t\t\tdynamic { on | off } |\n" \
1508         "\t\t\tmtu MTU }\n" \
1509         "\tiplink show [ DEVICE ]"
1510
1511 #define iproute_trivial_usage \
1512         "{ list | flush | { add | del | change | append |\n" \
1513         "\t\treplace | monitor } ROUTE }"
1514 #define iproute_full_usage \
1515         "iproute { list | flush } SELECTOR\n" \
1516         "iproute get ADDRESS [ from ADDRESS iif STRING ]\n" \
1517         "\t\t\t[ oif STRING ]  [ tos TOS ]\n" \
1518         "\tiproute { add | del | change | append | replace | monitor } ROUTE\n" \
1519         "\t\t\tSELECTOR := [ root PREFIX ] [ match PREFIX ] [ proto RTPROTO ]\n" \
1520         "\t\t\tROUTE := [ TYPE ] PREFIX [ tos TOS ] [ proto RTPROTO ]"
1521
1522 #define iptunnel_trivial_usage \
1523         "{ add | change | del | show } [ NAME ]\n" \
1524         "\t\t[ mode { ipip | gre | sit } ]\n" \
1525         "\t\t[ remote ADDR ] [ local ADDR ] [ ttl TTL ]"
1526 #define iptunnel_full_usage \
1527         "iptunnel { add | change | del | show } [ NAME ]\n" \
1528         "\t\t\t[ mode { ipip | gre | sit } ] [ remote ADDR ] [ local ADDR ]\n" \
1529         "\t\t\t[ [i|o]seq ] [ [i|o]key KEY ] [ [i|o]csum ]\n" \
1530         "\t\t\t[ ttl TTL ] [ tos TOS ] [ [no]pmtudisc ] [ dev PHYS_DEV ]"
1531
1532 #define kill_trivial_usage \
1533         "[-l] [-signal] process-id [process-id ...]"
1534 #define kill_full_usage \
1535         "Send a signal (default is TERM) to the specified process(es).\n\n" \
1536         "Options:\n" \
1537         "\t-l\tList all signal names and numbers"
1538 #define kill_example_usage \
1539         "$ ps | grep apache\n" \
1540         "252 root     root     S [apache]\n" \
1541         "263 www-data www-data S [apache]\n" \
1542         "264 www-data www-data S [apache]\n" \
1543         "265 www-data www-data S [apache]\n" \
1544         "266 www-data www-data S [apache]\n" \
1545         "267 www-data www-data S [apache]\n" \
1546         "$ kill 252\n"
1547
1548 #define killall_trivial_usage \
1549         "[-l] [-q] [-signal] process-name [process-name ...]"
1550 #define killall_full_usage \
1551         "Send a signal (default is TERM) to the specified process(es).\n\n" \
1552         "Options:\n" \
1553         "\t-l\tList all signal names and numbers\n" \
1554         "\t-q\tDo not complain if no processes were killed"
1555 #define killall_example_usage \
1556         "$ killall apache\n"
1557
1558 #define killall5_trivial_usage \
1559         "[-l] [-signal]"
1560 #define killall5_full_usage \
1561         "Send a signal (default is TERM) to all processes outside current session.\n\n" \
1562         "Options:\n" \
1563         "\t-l\tList all signal names and numbers\n" \
1564
1565 #define klogd_trivial_usage \
1566         "[-c n] [-n]"
1567 #define klogd_full_usage \
1568         "Kernel logger.\n" \
1569         "Options:\n" \
1570         "\t-c n\tSets the default log level of console messages to n\n" \
1571         "\t-n\tRun as a foreground process"
1572
1573 #define length_trivial_usage \
1574         "STRING"
1575 #define length_full_usage \
1576         "Prints out the length of the specified STRING."
1577 #define length_example_usage \
1578         "$ length Hello\n" \
1579         "5\n"
1580
1581 #define less_trivial_usage \
1582         "[-EMNmh~?] FILE1 FILE2..."
1583 #define less_full_usage \
1584         "View a file or list of files. The position within files can be\n" \
1585         "changed, and files can be manipulated in various ways with the\n" \
1586         "following options:\n\n" \
1587         "\t-E\tQuit once the end of a file is reached\n" \
1588         "\t-M\tDisplay a status line containing the current line numbers\n" \
1589         "\t\tand the percentage through the file\n" \
1590         "\t-N\tPrefix line numbers to each line\n" \
1591         "\t-m\tDisplay a status line containing the percentage through the\n" \
1592         "\t\tfile\n" \
1593         "\t-~\tSuppress ~s displayed when input past the end of the file is\n" \
1594         "\t\treached.\n" \
1595         "\t-h, -?\tDisplay this help message"
1596
1597 #define setarch_trivial_usage \
1598         "<personality> <program> [args ...]"
1599 #define setarch_full_usage \
1600         "Personality may be:\n" \
1601         "\tlinux32\tSet 32bit uname emulation\n" \
1602         "\tlinux64\tSet 64bit uname emulation"
1603
1604 #define ln_trivial_usage \
1605         "[OPTION] TARGET... LINK_NAME|DIRECTORY"
1606 #define ln_full_usage \
1607         "Create a link named LINK_NAME or DIRECTORY to the specified TARGET\n" \
1608         "\nYou may use '--' to indicate that all following arguments are non-options.\n\n" \
1609         "Options:\n" \
1610         "\t-s\tmake symbolic links instead of hard links\n" \
1611         "\t-f\tremove existing destination files\n" \
1612         "\t-n\tno dereference symlinks - treat like normal file\n" \
1613         "\t-b\tmake a backup of the target (if exists) before link operation\n" \
1614         "\t-S suffix\tuse suffix instead of ~ when making backup files"
1615 #define ln_example_usage \
1616         "$ ln -s BusyBox /tmp/ls\n" \
1617         "$ ls -l /tmp/ls\n" \
1618         "lrwxrwxrwx    1 root     root            7 Apr 12 18:39 ls -> BusyBox*\n"
1619
1620 #define loadfont_trivial_usage \
1621         "< font"
1622 #define loadfont_full_usage \
1623         "Loads a console font from standard input."
1624 #define loadfont_example_usage \
1625         "$ loadfont < /etc/i18n/fontname\n"
1626
1627 #define loadkmap_trivial_usage \
1628         "< keymap"
1629 #define loadkmap_full_usage \
1630         "Loads a binary keyboard translation table from standard input."
1631 #define loadkmap_example_usage \
1632         "$ loadkmap < /etc/i18n/lang-keymap\n"
1633
1634 #define logger_trivial_usage \
1635         "[OPTION]... [MESSAGE]"
1636 #define logger_full_usage \
1637         "Write MESSAGE to the system log.  If MESSAGE is omitted, log stdin.\n\n" \
1638         "Options:\n" \
1639         "\t-s\tLog to stderr as well as the system log\n" \
1640         "\t-t TAG\tLog using the specified tag (defaults to user name)\n" \
1641         "\t-p PRIORITY\tEnter the message with the specified priority\n" \
1642         "\t\tThis may be numerical or a ``facility.level'' pair"
1643 #define logger_example_usage \
1644         "$ logger \"hello\"\n"
1645
1646 #define login_trivial_usage \
1647         "[OPTION]... [username] [ENV=VAR ...]"
1648 #define login_full_usage \
1649         "Begin a new session on the system\n\n" \
1650         "Options:\n" \
1651         "\t-f\tDo not authenticate (user already authenticated)\n" \
1652         "\t-h\tName of the remote host for this login\n" \
1653         "\t-p\tPreserve environment"
1654
1655 #define logname_trivial_usage \
1656         ""
1657 #define logname_full_usage \
1658         "Print the name of the current user."
1659 #define logname_example_usage \
1660         "$ logname\n" \
1661         "root\n"
1662
1663 #define logread_trivial_usage \
1664         "[OPTION]..."
1665 #define logread_full_usage \
1666         "Shows the messages from syslogd (using circular buffer).\n\n" \
1667         "Options:\n" \
1668         "\t-f\t\toutput data as the log grows"
1669
1670 #define losetup_trivial_usage \
1671         "[-o OFFSET] [-d] LOOPDEVICE [FILE]]"
1672 #define losetup_full_usage \
1673         "(Dis)associate LOOPDEVICE with FILE, or display current associations.\n\n" \
1674         "Options:\n" \
1675         "\t-d\t\tDisassociate LOOPDEVICE\n" \
1676         "\t-o OFFSET\tStart OFFSET bytes into FILE"
1677 #define losetup_notes_usage \
1678         "No arguments will display all current associations.\n" \
1679         "One argument (losetup /dev/loop1) will display the current association\n" \
1680         "(if any), or disassociate it (with -d).  The display shows the offset\n" \
1681         "and filename of the file the loop device is currently bound to.\n\n" \
1682         "Two arguments (losetup /dev/loop1 file.img) create a new association,\n" \
1683         "with an optional offset (-o 12345).  Encryption is not yet supported.\n\n"
1684
1685 #define ls_trivial_usage \
1686         "[-1Aa" USE_FEATURE_LS_TIMESTAMPS("c") "Cd" \
1687         USE_FEATURE_LS_TIMESTAMPS("e")  USE_FEATURE_LS_FILETYPES("F") "iln" \
1688         USE_FEATURE_LS_FILETYPES("p") USE_FEATURE_LS_FOLLOWLINKS("L") \
1689         USE_FEATURE_LS_RECURSIVE("R") USE_FEATURE_LS_SORTFILES("rS") "s" \
1690         USE_FEATURE_AUTOWIDTH("T") USE_FEATURE_LS_TIMESTAMPS("tu") \
1691         USE_FEATURE_LS_SORTFILES("v") USE_FEATURE_AUTOWIDTH("w") "x" \
1692         USE_FEATURE_LS_SORTFILES("X") USE_FEATURE_HUMAN_READABLE("h") "k" \
1693         USE_SELINUX("K") "] [filenames...]"
1694 #define ls_full_usage \
1695         "List directory contents\n\n" \
1696         "Options:\n" \
1697         "\t-1\tlist files in a single column\n" \
1698         "\t-A\tdo not list implied . and ..\n" \
1699         "\t-a\tdo not hide entries starting with .\n" \
1700         "\t-C\tlist entries by columns\n" \
1701         USE_FEATURE_LS_TIMESTAMPS("\t-c\twith -l: show ctime\n") \
1702         USE_FEATURE_LS_COLOR("\t--color[={always,never,auto}]\tto control coloring\n") \
1703         "\t-d\tlist directory entries instead of contents\n" \
1704         USE_FEATURE_LS_TIMESTAMPS("\t-e\tlist both full date and full time\n") \
1705         USE_FEATURE_LS_FILETYPES("\t-F\tappend indicator (one of */=@|) to entries\n") \
1706         "\t-i\tlist the i-node for each file\n" \
1707         "\t-l\tuse a long listing format\n" \
1708         "\t-n\tlist numeric UIDs and GIDs instead of names\n" \
1709         USE_FEATURE_LS_FILETYPES("\t-p\tappend indicator (one of /=@|) to entries\n") \
1710         USE_FEATURE_LS_FOLLOWLINKS("\t-L\tlist entries pointed to by symbolic links\n") \
1711         USE_FEATURE_LS_RECURSIVE("\t-R\tlist subdirectories recursively\n") \
1712         USE_FEATURE_LS_SORTFILES("\t-r\tsort the listing in reverse order\n") \
1713         USE_FEATURE_LS_SORTFILES("\t-S\tsort the listing by file size\n") \
1714         "\t-s\tlist the size of each file, in blocks\n" \
1715         USE_FEATURE_AUTOWIDTH("\t-T NUM\tassume Tabstop every NUM columns\n") \
1716         USE_FEATURE_LS_TIMESTAMPS("\t-t\twith -l: show modification time\n") \
1717         USE_FEATURE_LS_TIMESTAMPS("\t-u\twith -l: show access time\n") \
1718         USE_FEATURE_LS_SORTFILES("\t-v\tsort the listing by version\n") \
1719         USE_FEATURE_AUTOWIDTH("\t-w NUM\tassume the terminal is NUM columns wide\n") \
1720         "\t-x\tlist entries by lines instead of by columns\n" \
1721         USE_FEATURE_LS_SORTFILES("\t-X\tsort the listing by extension\n") \
1722         USE_FEATURE_HUMAN_READABLE( \
1723         "\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n") \
1724         USE_SELINUX("\t-k\tprint security context\n") \
1725         USE_SELINUX("\t-K\tprint security context in long format\n")
1726
1727 #define lsattr_trivial_usage \
1728         "[-Radlv] [files...]"
1729 #define lsattr_full_usage \
1730         "list file attributes on an ext2 fs\n\n" \
1731         "Options:\n" \
1732         "\t-R\trecursively list subdirectories\n" \
1733         "\t-a\tdo not hide entries starting with .\n" \
1734         "\t-d\tlist directory entries instead of contents\n" \
1735         "\t-l\tprint long flag names\n" \
1736         "\t-v\tlist the file's version/generation number"
1737
1738 #define lsmod_trivial_usage \
1739         ""
1740 #define lsmod_full_usage \
1741         "List the currently loaded kernel modules."
1742
1743 #ifdef CONFIG_FEATURE_MAKEDEVS_LEAF
1744 #define makedevs_trivial_usage \
1745         "NAME TYPE MAJOR MINOR FIRST LAST [s]"
1746 #define makedevs_full_usage \
1747         "Creates a range of block or character special files\n\n" \
1748         "TYPEs include:\n" \
1749         "\tb:\tMake a block (buffered) device.\n" \
1750         "\tc or u:\tMake a character (un-buffered) device.\n" \
1751         "\tp:\tMake a named pipe. MAJOR and MINOR are ignored for named pipes.\n\n" \
1752         "FIRST specifies the number appended to NAME to create the first device.\n" \
1753         "LAST specifies the number of the last item that should be created\n" \
1754         "If 's' is the last argument, the base device is created as well.\n\n" \
1755         "For example:\n" \
1756         "\tmakedevs /dev/ttyS c 4 66 2 63   ->  ttyS2-ttyS63\n" \
1757         "\tmakedevs /dev/hda b 3 0 0 8 s    ->  hda,hda1-hda8"
1758 #define makedevs_example_usage \
1759         "# makedevs /dev/ttyS c 4 66 2 63\n" \
1760         "[creates ttyS2-ttyS63]\n" \
1761         "# makedevs /dev/hda b 3 0 0 8 s\n" \
1762         "[creates hda,hda1-hda8]\n"
1763 #endif
1764
1765 #ifdef CONFIG_FEATURE_MAKEDEVS_TABLE
1766 #define makedevs_trivial_usage \
1767         "[-d device_table] rootdir"
1768 #define makedevs_full_usage \
1769         "Creates a range of special files as specified in a device table.\n" \
1770         "Device table entries take the form of:\n" \
1771         "<type> <mode> <uid> <gid> <major> <minor> <start> <inc> <count>\n" \
1772         "Where name is the file name,  type can be one of:\n" \
1773         "      f       A regular file\n" \
1774         "      d       Directory\n" \
1775         "      c       Character special device file\n" \
1776         "      b       Block special device file\n" \
1777         "      p       Fifo (named pipe)\n" \
1778         "uid is the user id for the target file, gid is the group id for the\n" \
1779         "target file.  The rest of the entries (major, minor, etc) apply to\n" \
1780         "to device special files.  A '-' may be used for blank entries."
1781 #define makedevs_example_usage \
1782         "For example:\n" \
1783         "<name>    <type> <mode><uid><gid><major><minor><start><inc><count>\n" \
1784         "/dev         d   755    0    0    -      -      -      -    -\n" \
1785         "/dev/console c   666    0    0    5      1      -      -    -\n" \
1786         "/dev/null    c   666    0    0    1      3      0      0    -\n" \
1787         "/dev/zero    c   666    0    0    1      5      0      0    -\n" \
1788         "/dev/hda     b   640    0    0    3      0      0      0    -\n" \
1789         "/dev/hda     b   640    0    0    3      1      1      1    15\n\n" \
1790         "Will Produce:\n" \
1791         "/dev\n" \
1792         "/dev/console\n" \
1793         "/dev/null\n" \
1794         "/dev/zero\n" \
1795         "/dev/hda\n" \
1796         "/dev/hda[0-15]\n"
1797 #endif
1798
1799 #define md5sum_trivial_usage \
1800         "[OPTION] [FILEs...]" \
1801         USE_FEATURE_MD5_SHA1_SUM_CHECK("\n   or: md5sum [OPTION] -c [FILE]")
1802 #define md5sum_full_usage \
1803         "Print" USE_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " MD5 checksums.\n\n" \
1804         "Options:\n" \
1805         "With no FILE, or when FILE is -, read standard input." \
1806         USE_FEATURE_MD5_SHA1_SUM_CHECK("\n\n" \
1807         "\t-c\tcheck MD5 sums against given list\n" \
1808         "\nThe following two options are useful only when verifying checksums:\n" \
1809         "\t-s\tdon't output anything, status code shows success\n" \
1810         "\t-w\twarn about improperly formatted MD5 checksum lines")
1811 #define md5sum_example_usage \
1812         "$ md5sum < busybox\n" \
1813         "6fd11e98b98a58f64ff3398d7b324003\n" \
1814         "$ md5sum busybox\n" \
1815         "6fd11e98b98a58f64ff3398d7b324003  busybox\n" \
1816         "$ md5sum -c -\n" \
1817         "6fd11e98b98a58f64ff3398d7b324003  busybox\n" \
1818         "busybox: OK\n" \
1819         "^D\n"
1820
1821 #define mdev_trivial_usage \
1822         "[-s]"
1823 #define mdev_full_usage \
1824         "\t-s\tScan /sys and populate /dev during system boot\n\n" \
1825         "Called with no options (via hotplug) it uses environment variables\n" \
1826         "to determine which device to add/remove."
1827 #define mdev_notes_usage "" \
1828 USE_FEATURE_MDEV_CONFIG( \
1829         "The mdev config file contains lines that look like:\n" \
1830         "  hd[a-z][0-9]* 0:3 660\n\n" \
1831         "That's device name (with regex match), uid:gid, and permissions.\n\n" \
1832         USE_FEATURE_MDEV_EXEC( \
1833                 "Optionally, that can be followed (on the same line) by a special character\n" \
1834                 "and a command line to run after creating/before deleting the corresponding\n" \
1835                 "device(s).  The environment variable $MDEV indicates the active device node\n" \
1836                 "(which is useful if it's a regex match).  For example:\n\n" \
1837                 "  hdc root:cdrom 660  *ln -s $MDEV cdrom\n\n" \
1838                 "The special characters are @ (run after creating), $ (run before deleting),\n" \
1839                 "and * (run both after creating and before deleting).  The commands run in\n" \
1840                 "the /dev directory, and use system() which calls /bin/sh.\n\n" \
1841         ) \
1842         "Config file parsing stops on the first matching line.  If no config\n"\
1843         "entry is matched, devices are created with default 0:0 660.  (Make\n"\
1844         "the last line match .* to override this.)\n\n" \
1845 )
1846
1847 #define mesg_trivial_usage \
1848         "[y|n]"
1849 #define mesg_full_usage \
1850         "mesg controls write access to your terminal\n" \
1851         "\ty\tAllow write access to your terminal\n" \
1852         "\tn\tDisallow write access to your terminal"
1853
1854 #define mkdir_trivial_usage \
1855         "[OPTION] DIRECTORY..."
1856 #define mkdir_full_usage \
1857         "Create the DIRECTORY(ies) if they do not already exist\n\n" \
1858         "Options:\n" \
1859         "\t-m\tset permission mode (as in chmod), not rwxrwxrwx - umask\n" \
1860         "\t-p\tno error if existing, make parent directories as needed"
1861 #define mkdir_example_usage \
1862         "$ mkdir /tmp/foo\n" \
1863         "$ mkdir /tmp/foo\n" \
1864         "/tmp/foo: File exists\n" \
1865         "$ mkdir /tmp/foo/bar/baz\n" \
1866         "/tmp/foo/bar/baz: No such file or directory\n" \
1867         "$ mkdir -p /tmp/foo/bar/baz\n"
1868
1869 #define mke2fs_trivial_usage \
1870         "[-c|-l filename] [-b block-size] [-f fragment-size] [-g blocks-per-group] " \
1871         "[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes] [-n] " \
1872         "[-m reserved-blocks-percentage] [-o creator-os] [-O feature[,...]] [-q] " \
1873         "[r fs-revision-level] [-E extended-options] [-v] [-F] [-L volume-label] " \
1874         "[-M last-mounted-directory] [-S] [-T filesystem-type] " \
1875         "device [blocks-count]"
1876 #define mke2fs_full_usage \
1877         "\t-b size\tblock size in bytes\n" \
1878         "\t-c\tcheck for bad blocks before creating\n" \
1879         "\t-E opts\tset extended options\n" \
1880         "\t-f size\tfragment size in bytes\n" \
1881         "\t-F\tforce (ignore sanity checks)\n" \
1882         "\t-g num\tnumber of blocks in a block group\n" \
1883         "\t-i ratio\tthe bytes/inode ratio\n" \
1884         "\t-j\tcreate a journal (ext3)\n" \
1885         "\t-J opts\tset journal options (size/device)\n" \
1886         "\t-l file\tread bad blocks list from file\n" \
1887         "\t-L lbl\tset the volume label\n" \
1888         "\t-m percent\tpercent of fs blocks to reserve for admin\n" \
1889         "\t-M dir\tset last mounted directory\n" \
1890         "\t-n\tdo not actually create anything\n" \
1891         "\t-N num\tnumber of inodes to create\n" \
1892         "\t-o os\tset the 'creator os' field\n" \
1893         "\t-O features\tdir_index/filetype/has_journal/journal_dev/sparse_super\n" \
1894         "\t-q\tquiet execution\n" \
1895         "\t-r rev\tset filesystem revision\n" \
1896         "\t-S\twrite superblock and group descriptors only\n" \
1897         "\t-T fs-type\tset usage type (news/largefile/largefile4)\n" \
1898         "\t-v\tverbose execution"
1899
1900 #define mkfifo_trivial_usage \
1901         "[OPTIONS] name"
1902 #define mkfifo_full_usage \
1903         "Creates a named pipe (identical to 'mknod name p')\n\n" \
1904         "Options:\n" \
1905         "\t-m\tcreate the pipe using the specified mode (default a=rw)"
1906
1907 #define mkfs_minix_trivial_usage \
1908         "[-c | -l filename] [-nXX] [-iXX] /dev/name [blocks]"
1909 #define mkfs_minix_full_usage \
1910         "Make a MINIX filesystem.\n\n" \
1911         "Options:\n" \
1912         "\t-c\t\tCheck the device for bad blocks\n" \
1913         "\t-n [14|30]\tSpecify the maximum length of filenames\n" \
1914         "\t-i INODES\tSpecify the number of inodes for the filesystem\n" \
1915         "\t-l FILENAME\tRead the bad blocks list from FILENAME\n" \
1916         "\t-v\t\tMake a Minix version 2 filesystem"
1917
1918 #define mknod_trivial_usage \
1919         "[OPTIONS] NAME TYPE MAJOR MINOR"
1920 #define mknod_full_usage \
1921         "Create a special file (block, character, or pipe).\n\n" \
1922         "Options:\n" \
1923         "\t-m\tcreate the special file using the specified mode (default a=rw)\n\n" \
1924         "TYPEs include:\n" \
1925         "\tb:\tMake a block (buffered) device\n" \
1926         "\tc or u:\tMake a character (un-buffered) device\n" \
1927         "\tp:\tMake a named pipe. MAJOR and MINOR are ignored for named pipes"
1928 #define mknod_example_usage \
1929         "$ mknod /dev/fd0 b 2 0\n" \
1930         "$ mknod -m 644 /tmp/pipe p\n"
1931
1932 #define mkswap_trivial_usage \
1933         "[-c] [-v0|-v1] device [block-count]"
1934 #define mkswap_full_usage \
1935         "Prepare a disk partition to be used as a swap partition.\n\n" \
1936         "Options:\n" \
1937         "\t-c\t\tCheck for read-ability\n" \
1938         "\t-v0\t\tMake version 0 swap [max 128 Megs]\n" \
1939         "\t-v1\t\tMake version 1 swap [big!] (default for kernels >\n\t\t\t2.1.117)\n" \
1940         "\tblock-count\tNumber of block to use (default is entire partition)"
1941
1942 #define mktemp_trivial_usage \
1943         "[-dq] TEMPLATE"
1944 #define mktemp_full_usage \
1945         "Creates a temporary file with its name based on TEMPLATE.\n" \
1946         "TEMPLATE is any name with six `Xs' (i.e., /tmp/temp.XXXXXX).\n\n" \
1947         "Options:\n" \
1948         "\t-d\t\tMake a directory instead of a file\n" \
1949         "\t-q\t\tFail silently if an error occurs"
1950 #define mktemp_example_usage \
1951         "$ mktemp /tmp/temp.XXXXXX\n" \
1952         "/tmp/temp.mWiLjM\n" \
1953         "$ ls -la /tmp/temp.mWiLjM\n" \
1954         "-rw-------    1 andersen andersen        0 Apr 25 17:10 /tmp/temp.mWiLjM\n"
1955
1956 #define modprobe_trivial_usage \
1957         "[-knqrsv] MODULE [symbol=value ...]"
1958 #define modprobe_full_usage \
1959         "Options:\n" \
1960         "\t-k\tMake module autoclean-able\n" \
1961         "\t-n\tJust show what would be done\n" \
1962         "\t-q\tQuiet output\n" \
1963         "\t-r\tRemove module (stacks) or do autoclean\n" \
1964         "\t-s\tReport via syslog instead of stderr\n" \
1965         "\t-v\tVerbose output"
1966 #define modprobe_notes_usage \
1967 "modprobe can (un)load a stack of modules, passing each module options (when\n" \
1968 "loading). modprobe uses a configuration file to determine what option(s) to\n" \
1969 "pass each module it loads.\n" \
1970 "\n" \
1971 "The configuration file is searched (in order) amongst:\n" \
1972 "\n" \
1973 "    /etc/modprobe.conf (2.6 only)\n" \
1974 "    /etc/modules.conf\n" \
1975 "    /etc/conf.modules (deprecated)\n" \
1976 "\n" \
1977 "They all have the same syntax (see below). If none is present, it is\n" \
1978 "_not_ an error; each loaded module is then expected to load without\n" \
1979 "options. Once a file is found, the others are tested for.\n" \
1980 "\n" \
1981 "/etc/modules.conf entry format:\n" \
1982 "\n" \
1983 "  alias <alias_name> <mod_name>\n" \
1984 "    Makes it possible to modprobe alias_name, when there is no such module.\n" \
1985 "    It makes sense if your mod_name is long, or you want a more representative\n" \
1986 "    name for that module (eg. 'scsi' in place of 'aha7xxx').\n" \
1987 "    This makes it also possible to use a different set of options (below) for\n" \
1988 "    the module and the alias.\n" \
1989 "    A module can be aliased more than once.\n" \
1990 "\n" \
1991 "  options <mod_name|alias_name> <symbol=value ...>\n" \
1992 "    When loading module mod_name (or the module aliased by alias_name), pass\n" \
1993 "    the \"symbol=value\" pairs as option to that module.\n" \
1994 "\n" \
1995 "Sample /etc/modules.conf file:\n" \
1996 "\n" \
1997 "  options tulip irq=3\n" \
1998 "  alias tulip tulip2\n" \
1999 "  options tulip2 irq=4 io=0x308\n" \
2000 "\n" \
2001 "Other functionality offered by 'classic' modprobe is not available in\n" \
2002 "this implementation.\n" \
2003 "\n" \
2004 "If module options are present both in the config file, and on the command line,\n" \
2005 "then the options from the command line will be passed to the module _after_\n" \
2006 "the options from the config file. That way, you can have defaults in the config\n" \
2007 "file, and override them for a specific usage from the command line.\n"
2008 #define modprobe_example_usage \
2009         "(with the above /etc/modules.conf):\n\n" \
2010         "$ modprobe tulip\n" \
2011         "   will load the module 'tulip' with default option 'irq=3'\n\n" \
2012         "$ modprobe tulip irq=5\n" \
2013         "   will load the module 'tulip' with option 'irq=5', thus overriding the default\n\n" \
2014         "$ modprobe tulip2\n" \
2015         "   will load the module 'tulip' with default options 'irq=4 io=0x308',\n" \
2016         "   which are the default for alias 'tulip2'\n\n" \
2017         "$ modprobe tulip2 irq=8\n" \
2018         "   will load the module 'tulip' with default options 'irq=4 io=0x308 irq=8',\n" \
2019         "   which are the default for alias 'tulip2' overridden by the option 'irq=8'\n\n" \
2020         "   from the command line\n\n" \
2021         "$ modprobe tulip2 irq=2 io=0x210\n" \
2022         "   will load the module 'tulip' with default options 'irq=4 io=0x308 irq=4 io=0x210',\n" \
2023         "   which are the default for alias 'tulip2' overridden by the options 'irq=2 io=0x210'\n\n" \
2024         "   from the command line\n"
2025
2026 #define more_trivial_usage \
2027         "[FILE ...]"
2028 #define more_full_usage \
2029         "More is a filter for viewing FILE one screenful at a time."
2030 #define more_example_usage \
2031         "$ dmesg | more\n"
2032
2033 #define mount_trivial_usage \
2034         "[flags] DEVICE NODE [-o options,more-options]"
2035 #define mount_full_usage \
2036         "Mount a filesystem.  Filesystem autodetection requires /proc be mounted.\n\n" \
2037         "Flags:\n"  \
2038         "\t-a:\t\tMount all filesystems in fstab\n" \
2039         USE_FEATURE_MTAB_SUPPORT( \
2040                 "\t-f:\t\t\"Fake\" Add entry to mount table but don't mount it\n" \
2041                 "\t-n:\t\tDon't write a mount table entry\n" \
2042         ) \
2043         "\t-o option:\tOne of many filesystem options, listed below\n" \
2044         "\t-r:\t\tMount the filesystem read-only\n" \
2045         "\t-t fs-type:\tSpecify the filesystem type\n" \
2046         "\t-w:\t\tMount for reading and writing (default)\n" \
2047         "\n" \
2048         "Options for use with the \"-o\" flag:\n" \
2049         USE_FEATURE_MOUNT_LOOP( \
2050                 "\tloop:\t\tIgnored (loop devices are autodetected)\n" \
2051         ) \
2052         USE_FEATURE_MOUNT_FLAGS( \
2053                 "\t[a]sync:\tWrites are asynchronous / synchronous\n" \
2054                 "\t[no]atime:\tDisable / enable updates to inode access times\n" \
2055                 "\t[no]diratime:\tDisable / enable atime updates to directories\n" \
2056                 "\t[no]dev:\tAllow use of special device files / disallow them\n" \
2057                 "\t[no]exec:\tAllow use of executable files / disallow them\n" \
2058                 "\t[no]suid:\tAllow set-user-id-root programs / disallow them\n" \
2059                 "\t[r]shared:\tConvert [recursively] to a shared subtree.\n" \
2060                 "\t[r]slave:\tConvert [recursively] to a slave subtree.\n" \
2061                 "\t[r]private:\tConvert [recursively] to a private subtree\n" \
2062                 "\t[un]bindable:\tMake mount point [un]able to be bind mounted.\n" \
2063                 "\tbind:\t\tBind a directory to an additional location\n" \
2064                 "\tmove:\t\tRelocate an existing mount point.\n" \
2065         ) \
2066         "\tremount:\tRe-mount a mounted filesystem, changing its flags\n" \
2067         "\tro/rw:\t\tMount for read-only / read-write\n" \
2068         "\nThere are EVEN MORE flags that are specific to each filesystem\n" \
2069         "You'll have to see the written documentation for those filesystems"
2070 #define mount_example_usage \
2071         "$ mount\n" \
2072         "/dev/hda3 on / type minix (rw)\n" \
2073         "proc on /proc type proc (rw)\n" \
2074         "devpts on /dev/pts type devpts (rw)\n" \
2075         "$ mount /dev/fd0 /mnt -t msdos -o ro\n" \
2076         "$ mount /tmp/diskimage /opt -t ext2 -o loop\n" \
2077         "$ mount cd_image.iso mydir\n"
2078 #define mount_notes_usage \
2079         "Returns 0 for success, number of failed mounts for -a, or errno for one mount."
2080
2081 #define mountpoint_trivial_usage \
2082         "[-q] <[-d] DIR | -x DEVICE>"
2083 #define mountpoint_full_usage \
2084         "mountpoint checks if the directory is a mountpoint\n\n" \
2085         "Options:\n"  \
2086         "\t-q:\t\tBe more quiet\n" \
2087         "\t-d:\t\tPrint major/minor device number of the filesystem\n" \
2088         "\t-x:\t\tPrint major/minor device number of the blockdevice"
2089 #define mountpoint_example_usage \
2090         "$ mountpoint /proc\n" \
2091         "/proc is not a mountpoint\n" \
2092         "$ mountpoint /sys\n" \
2093         "/sys is a mountpoint\n"
2094
2095 #define mt_trivial_usage \
2096         "[-f device] opcode value"
2097 #define mt_full_usage \
2098         "Control magnetic tape drive operation\n" \
2099         "\nAvailable Opcodes:\n\n" \
2100         "bsf bsfm bsr bss datacompression drvbuffer eof eom erase\n" \
2101         "fsf fsfm fsr fss load lock mkpart nop offline ras1 ras2\n" \
2102         "ras3 reset retension rewind rewoffline seek setblk setdensity\n" \
2103         "setpart tell unload unlock weof wset"
2104
2105 #define mv_trivial_usage \
2106         "[OPTION]... SOURCE DEST\n" \
2107         "or: mv [OPTION]... SOURCE... DIRECTORY"
2108 #define mv_full_usage \
2109         "Rename SOURCE to DEST, or move SOURCE(s) to DIRECTORY.\n\n" \
2110         "Options:\n" \
2111         "\t-f\tdon't prompt before overwriting\n" \
2112         "\t-i\tinteractive, prompt before overwrite"
2113 #define mv_example_usage \
2114         "$ mv /tmp/foo /bin/bar\n"
2115
2116 #define nameif_trivial_usage \
2117         "[-s] [-c FILE] [{IFNAME MACADDR}]"
2118 #define nameif_full_usage \
2119         "Nameif renames network interface while it in the down state.\n\n" \
2120         "Options:\n" \
2121         "\t-c FILE\t\tUse configuration file (default is /etc/mactab)\n" \
2122         "\t-s\t\tUse syslog (LOCAL0 facility)\n" \
2123         "\tIFNAME MACADDR\tnew_interface_name interface_mac_address"
2124 #define nameif_example_usage \
2125         "$ nameif -s dmz0 00:A0:C9:8C:F6:3F\n" \
2126         " or\n" \
2127         "$ nameif -c /etc/my_mactab_file\n" \
2128
2129 #if ENABLE_NC_SERVER || ENABLE_NC_EXTRA
2130 #define NC_BR1 "["
2131 #define NC_BR2 "]"
2132 #define NC_OPTIONS_STR "\n\nOptions:"
2133 #else
2134 #define NC_BR1
2135 #define NC_BR2
2136 #define NC_OPTIONS_STR
2137 #endif
2138
2139 #define nc_trivial_usage \
2140         NC_BR1 USE_NC_EXTRA("iw")USE_NC_SERVER("-l") NC_BR2 USE_NC_SERVER(" [-p PORT]") \
2141         " [" USE_NC_EXTRA("-f FILENAME|") "{IPADDR PORTNUM}]" USE_NC_EXTRA(" [-e COMMAND]")
2142 #define nc_full_usage \
2143         "Netcat opens a pipe to IP:port" USE_NC_EXTRA(" or file") \
2144         NC_OPTIONS_STR \
2145         USE_NC_EXTRA( \
2146                 "\n\t-e\texec rest of command line after connect\n" \
2147                 "\t-i SECS\tdelay interval for lines sent\n" \
2148                 "\t-w SECS\ttimeout for connect\n" \
2149                 "\t-f file\tuse file (ala /dev/ttyS0) instead of network" \
2150         ) \
2151         USE_NC_SERVER( \
2152                 "\n\t-l\tlisten mode, for inbound connects\n" \
2153                 USE_NC_EXTRA("\t\t(use -l twice with -e for persistent server)\n") \
2154                 "\t-p PORT\tlocal port number" \
2155         )
2156
2157 #define nc_notes_usage "" \
2158         USE_NC_EXTRA( \
2159                 "To use netcat as a terminal emulator on a serial port:\n\n" \
2160                 "$ stty 115200 -F /dev/ttyS0\n" \
2161                 "$ stty raw -echo -ctlecho && nc -f /dev/ttyS0\n" \
2162         ) ""
2163
2164 #define nc_example_usage \
2165         "$ nc foobar.somedomain.com 25\n" \
2166         "220 foobar ESMTP Exim 3.12 #1 Sat, 15 Apr 2000 00:03:02 -0600\n" \
2167         "help\n" \
2168         "214-Commands supported:\n" \
2169         "214-    HELO EHLO MAIL RCPT DATA AUTH\n" \
2170         "214     NOOP QUIT RSET HELP\n" \
2171         "quit\n" \
2172         "221 foobar closing connection\n"
2173
2174 #define netstat_trivial_usage \
2175         "[-laenrtuwx]"
2176 #define netstat_full_usage \
2177         "Netstat displays Linux networking information.\n\n" \
2178         "Options:\n" \
2179         "\t-l display listening server sockets\n" \
2180         "\t-a display all sockets (default: connected)\n" \
2181         "\t-e display other/more information\n" \
2182         "\t-n don't resolve names\n" \
2183         "\t-r display routing table\n" \
2184         "\t-t tcp sockets\n" \
2185         "\t-u udp sockets\n" \
2186         "\t-w raw sockets\n" \
2187         "\t-x unix sockets"
2188
2189 #define nice_trivial_usage \
2190         "[-n ADJUST] [COMMAND [ARG] ...]"
2191 #define nice_full_usage \
2192         "Nice runs a program with modified scheduling priority.\n\n" \
2193         "Options:\n" \
2194         "\t-n ADJUST\tAdjust the scheduling priority by ADJUST"
2195
2196 #define nmeter_trivial_usage \
2197         "format_string"
2198 #define nmeter_full_usage \
2199         "Nmeter monitors your system in real time.\n\n" \
2200         "Format specifiers:\n" \
2201         "%Nc or %[cN]   monitor CPU. N - bar size, default 10\n" \
2202         "               (displays: S:system U:user N:niced D:iowait I:irq i:softirq)\n" \
2203         "%[niface]      monitor network interface 'iface'\n" \
2204         "%m             monitor allocated memory\n" \
2205         "%[mf]          monitor free memory\n" \
2206         "%[mt]          monitor total memory\n" \
2207         "%s             monitor allocated swap\n" \
2208         "%f             monitor number of used file descriptors\n" \
2209         "%Ni            monitor total/specific IRQ rate\n" \
2210         "%x             monitor context switch rate\n" \
2211         "%p             monitor forks\n" \
2212         "%[pn]          monitor # of processes\n" \
2213         "%b             monitor block io\n" \
2214         "%Nt            show time (with N decimal points)\n" \
2215         "%Nd            milliseconds between updates (default=1000)\n" \
2216         "%r             print <cr> instead of <lf> at EOL"
2217 #define nmeter_example_usage \
2218         "nmeter '%250d%t %20c int %i bio %b mem %m forks%p'"
2219
2220 #define nohup_trivial_usage \
2221         "COMMAND [ARGS]"
2222 #define nohup_full_usage \
2223         "run a command immune to hangups, with output to a non-tty"
2224 #define nohup_example_usage \
2225         "$ nohup make &"
2226
2227 #define nslookup_trivial_usage \
2228         "[HOST] [SERVER]"
2229 #define nslookup_full_usage \
2230         "Queries the nameserver for the IP address of the given HOST\n" \
2231         "optionally using a specified DNS server"
2232 #define nslookup_example_usage \
2233         "$ nslookup localhost\n" \
2234         "Server:     default\n" \
2235         "Address:    default\n" \
2236         "\n" \
2237         "Name:       debian\n" \
2238         "Address:    127.0.0.1\n"
2239
2240 #define od_trivial_usage \
2241         "[-aBbcDdeFfHhIiLlOovXx] [FILE]"
2242 #define od_full_usage \
2243         "Write an unambiguous representation, octal bytes by default, of FILE\n" \
2244         "to standard output.  With no FILE, or when FILE is -, read standard input."
2245
2246 #define openvt_trivial_usage \
2247         "<vtnum> <COMMAND> [ARGS...]"
2248 #define openvt_full_usage \
2249         "Start a command on a new virtual terminal"
2250 #define openvt_example_usage \
2251         "openvt 2 /bin/ash\n"
2252
2253 #define passwd_trivial_usage \
2254         "[OPTION] [name]"
2255 #define passwd_full_usage \
2256         "Change a user password. If no name is specified,\n" \
2257         "changes the password for the current user.\n" \
2258         "Options:\n" \
2259         "\t-a\tDefine which algorithm shall be used for the password\n" \
2260         "\t\t\t(Choices: des, md5, sha1)\n" \
2261         "\t-d\tDelete the password for the specified user account\n" \
2262         "\t-l\tLocks (disables) the specified user account\n" \
2263         "\t-u\tUnlocks (re-enables) the specified user account"
2264
2265 #define patch_trivial_usage \
2266         "[-p<num>] [-i <diff>]"
2267 #define patch_full_usage \
2268         "\t-p <num>\tStrip <num> leading components from file names\n" \
2269         "\t-i <diff>\tRead <diff> instead of stdin"
2270 #define patch_example_usage \
2271         "$ patch -p1 < example.diff\n" \
2272         "$ patch -p0 -i example.diff"
2273
2274 #if (ENABLE_FEATURE_PIDOF_SINGLE || ENABLE_FEATURE_PIDOF_OMIT)
2275 #define USAGE_PIDOF "Options:"
2276 #else
2277 #define USAGE_PIDOF "\n\tThis version of pidof accepts no options."
2278 #endif
2279
2280 #define pidof_trivial_usage \
2281         "process-name [OPTION] [process-name ...]"
2282
2283 #define pidof_full_usage \
2284         "Lists the PIDs of all processes with names that match the\n" \
2285         "names on the command line.\n" \
2286         USAGE_PIDOF \
2287         USE_FEATURE_PIDOF_SINGLE("\n\t-s\t\tdisplay only a single PID") \
2288         USE_FEATURE_PIDOF_OMIT("\n\t-o\t\tomit given pid.") \
2289         USE_FEATURE_PIDOF_OMIT("\n\t\t\tUse %PPID to omit the parent pid of pidof itself")
2290 #define pidof_example_usage \
2291         "$ pidof init\n" \
2292         "1\n" \
2293         USE_FEATURE_PIDOF_OMIT("$ pidof /bin/sh\n20351 5973 5950\n") \
2294         USE_FEATURE_PIDOF_OMIT("$ pidof /bin/sh -o %PPID\n20351 5950")
2295
2296 #ifndef CONFIG_FEATURE_FANCY_PING
2297 #define ping_trivial_usage "host"
2298 #define ping_full_usage    "Send ICMP ECHO_REQUEST packets to network hosts"
2299 #else
2300 #define ping_trivial_usage \
2301         "[OPTION]... host"
2302 #define ping_full_usage \
2303         "Send ICMP ECHO_REQUEST packets to network hosts.\n\n" \
2304         "Options:\n" \
2305         "\t-c COUNT\tSend only COUNT pings\n" \
2306         "\t-s SIZE\t\tSend SIZE data bytes in packets (default=56)\n" \
2307         "\t-I IPADDR\tUse IPADDR as source address\n" \
2308         "\t-q\t\tQuiet mode, only displays output at start\n" \
2309         "\t\t\tand when finished"
2310 #endif
2311 #define ping_example_usage \
2312         "$ ping localhost\n" \
2313         "PING slag (127.0.0.1): 56 data bytes\n" \
2314         "64 bytes from 127.0.0.1: icmp_seq=0 ttl=255 time=20.1 ms\n" \
2315         "\n" \
2316         "--- debian ping statistics ---\n" \
2317         "1 packets transmitted, 1 packets received, 0% packet loss\n" \
2318         "round-trip min/avg/max = 20.1/20.1/20.1 ms\n"
2319
2320 #ifndef CONFIG_FEATURE_FANCY_PING6
2321 #define ping6_trivial_usage "host"
2322 #define ping6_full_usage    "Send ICMP ECHO_REQUEST packets to network hosts"
2323 #else
2324 #define ping6_trivial_usage \
2325         "[OPTION]... host"
2326 #define ping6_full_usage \
2327         "Send ICMP ECHO_REQUEST packets to network hosts.\n\n" \
2328         "Options:\n" \
2329         "\t-c COUNT\tSend only COUNT pings\n" \
2330         "\t-s SIZE\t\tSend SIZE data bytes in packets (default=56)\n" \
2331         "\t-q\t\tQuiet mode, only displays output at start\n" \
2332         "\t\t\tand when finished"
2333 #endif
2334 #define ping6_example_usage \
2335         "$ ping6 ip6-localhost\n" \
2336         "PING ip6-localhost (::1): 56 data bytes\n" \
2337         "64 bytes from ::1: icmp6_seq=0 ttl=64 time=20.1 ms\n" \
2338         "\n" \
2339         "--- ip6-localhost ping statistics ---\n" \
2340         "1 packets transmitted, 1 packets received, 0% packet loss\n" \
2341         "round-trip min/avg/max = 20.1/20.1/20.1 ms\n"
2342
2343 #define pivot_root_trivial_usage \
2344         "NEW_ROOT PUT_OLD"
2345 #define pivot_root_full_usage \
2346         "Move the current root file system to PUT_OLD and make NEW_ROOT\n" \
2347         "the new root file system."
2348
2349 #define poweroff_trivial_usage \
2350         "[-d<delay>] [-n<nosync>] [-f<force>]"
2351 #define poweroff_full_usage \
2352         "Halt and shut off power.\n" \
2353         "Options:\n" \
2354         "\t-d\t\tdelay interval for halting\n" \
2355         "\t-n\t\tno call to sync()\n" \
2356         "\t-f\t\tforce power off (don't go through init)"
2357
2358 #define printenv_trivial_usage \
2359         "[VARIABLES...]"
2360 #define printenv_full_usage \
2361         "print all or part of environment\n\n" \
2362         "If no environment VARIABLE specified, print them all."
2363
2364 #define printf_trivial_usage \
2365         "FORMAT [ARGUMENT...]"
2366 #define printf_full_usage \
2367         "Formats and prints ARGUMENT(s) according to FORMAT,\n" \
2368         "Where FORMAT controls the output exactly as in C printf."
2369 #define printf_example_usage \
2370         "$ printf \"Val=%d\\n\" 5\n" \
2371         "Val=5\n"
2372
2373
2374 #if ENABLE_DESKTOP
2375
2376 #define ps_trivial_usage \
2377         ""
2378 #define ps_full_usage \
2379         "Report process status\n" \
2380         "\nOptions:" \
2381         "\n\t-o col1,col2=header\tSelect columns for display" \
2382
2383 #else /* !ENABLE_DESKTOP */
2384
2385 #if !defined CONFIG_SELINUX && !ENABLE_FEATURE_PS_WIDE
2386 #define USAGE_PS "\n\tThis version of ps accepts no options."
2387 #else
2388 #define USAGE_PS "\nOptions:"
2389 #endif
2390
2391 #define ps_trivial_usage \
2392         ""
2393 #define ps_full_usage \
2394         "Report process status\n" \
2395         USAGE_PS \
2396         USE_SELINUX("\n\t-c\tshow SE Linux context") \
2397         USE_FEATURE_PS_WIDE("\n\tw\twide output")
2398
2399 #endif /* ENABLE_DESKTOP */
2400
2401 #define ps_example_usage \
2402         "$ ps\n" \
2403         "  PID  Uid      Gid State Command\n" \
2404         "    1 root     root     S init\n" \
2405         "    2 root     root     S [kflushd]\n" \
2406         "    3 root     root     S [kupdate]\n" \
2407         "    4 root     root     S [kpiod]\n" \
2408         "    5 root     root     S [kswapd]\n" \
2409         "  742 andersen andersen S [bash]\n" \
2410         "  743 andersen andersen S -bash\n" \
2411         "  745 root     root     S [getty]\n" \
2412         " 2990 andersen andersen R ps\n"
2413
2414
2415 #define pwd_trivial_usage \
2416         ""
2417 #define pwd_full_usage \
2418         "Print the full filename of the current working directory."
2419 #define pwd_example_usage \
2420         "$ pwd\n" \
2421         "/root\n"
2422
2423 #define raidautorun_trivial_usage \
2424         "DEVICE"
2425 #define raidautorun_full_usage \
2426         "Tells the kernel to automatically search and start RAID arrays"
2427 #define raidautorun_example_usage \
2428         "$ raidautorun /dev/md0"
2429
2430 #define rdate_trivial_usage \
2431         "[-sp] HOST"
2432 #define rdate_full_usage \
2433         "Get and possibly set the system date and time from a remote HOST.\n\n" \
2434         "Options:\n" \
2435         "\t-s\tSet the system date and time (default)\n" \
2436         "\t-p\tPrint the date and time"
2437
2438 #define readahead_trivial_usage \
2439         "[FILE]..."
2440 #define readahead_full_usage \
2441         "Preloads FILE(s) in RAM cache so that subsequent reads for those" \
2442         "files do not block on disk I/O."
2443
2444 #define readlink_trivial_usage \
2445         USE_FEATURE_READLINK_FOLLOW("[-f] ") "FILE"
2446 #define readlink_full_usage \
2447         "Displays the value of a symbolic link." \
2448         USE_FEATURE_READLINK_FOLLOW("\n\nOptions:\n" \
2449         "\t-f\tcanonicalize by following all symlinks")
2450
2451 #define readprofile_trivial_usage \
2452         "[OPTIONS]..."
2453 #define readprofile_full_usage \
2454         "Options:\n" \
2455         "\t -m <mapfile>  (default: /boot/System.map)\n" \
2456         "\t -p <profile>  (default: /proc/profile)\n" \
2457         "\t -M <mult>     set the profiling multiplier to <mult>\n" \
2458         "\t -i            print only info about the sampling step\n" \
2459         "\t -v            print verbose data\n" \
2460         "\t -a            print all symbols, even if count is 0\n" \
2461         "\t -b            print individual histogram-bin counts\n" \
2462         "\t -s            print individual counters within functions\n" \
2463         "\t -r            reset all the counters (root only)\n" \
2464         "\t -n            disable byte order auto-detection"
2465
2466 #define realpath_trivial_usage \
2467         "pathname  ..."
2468 #define realpath_full_usage \
2469         "Returns the absolute pathnames of given argument."
2470
2471 #define reboot_trivial_usage \
2472         "[-d<delay>] [-n<nosync>] [-f<force>]"
2473 #define reboot_full_usage \
2474         "Reboot the system.\n" \
2475         "Options:\n" \
2476         "\t-d\t\tdelay interval for rebooting\n" \
2477         "\t-n\t\tno call to sync()\n" \
2478         "\t-f\t\tforce reboot (don't go through init)"
2479
2480 #define renice_trivial_usage \
2481         "{{-n INCREMENT} | PRIORITY} [[ -p | -g | -u ] ID ...]"
2482 #define renice_full_usage \
2483         "Changes priority of running processes.\n\n" \
2484         "Options:\n" \
2485         "\t-n\tadjusts current nice value (smaller is faster)\n" \
2486         "\t-p\tprocess id(s) (default)\n" \
2487         "\t-g\tprocess group id(s)\n" \
2488         "\t-u\tprocess user name(s) and/or id(s)"
2489
2490 #define reset_trivial_usage \
2491         ""
2492 #define reset_full_usage \
2493         "Resets the screen."
2494
2495 #define resize_trivial_usage \
2496         ""
2497 #define resize_full_usage \
2498         "Resizes the screen."
2499
2500 #define rm_trivial_usage \
2501         "[OPTION]... FILE..."
2502 #define rm_full_usage \
2503         "Remove (unlink) the FILE(s).  You may use '--' to\n" \
2504         "indicate that all following arguments are non-options.\n\n" \
2505         "Options:\n" \
2506         "\t-i\t\talways prompt before removing each destination\n" \
2507         "\t-f\t\tremove existing destinations, never prompt\n" \
2508         "\t-r or -R\tremove the contents of directories recursively"
2509 #define rm_example_usage \
2510         "$ rm -rf /tmp/foo\n"
2511
2512 #define rmdir_trivial_usage \
2513         "[OPTION]... DIRECTORY..."
2514 #define rmdir_full_usage \
2515         "Remove the DIRECTORY(ies), if they are empty."
2516 #define rmdir_example_usage \
2517         "# rmdir /tmp/foo\n"
2518
2519 #define rmmod_trivial_usage \
2520         "[OPTION]... [MODULE]..."
2521 #define rmmod_full_usage \
2522         "Unloads the specified kernel modules from the kernel.\n\n" \
2523         "Options:\n" \
2524         "\t-a\tRemove all unused modules (recursively)"
2525 #define rmmod_example_usage \
2526         "$ rmmod tulip\n"
2527
2528 #define route_trivial_usage \
2529         "[{add|del|delete}]"
2530 #define route_full_usage \
2531         "Edit the kernel's routing tables.\n\n" \
2532         "Options:\n" \
2533         "\t-n\tDont resolve names\n" \
2534         "\t-e\tDisplay other/more information\n" \
2535         "\t-A inet" USE_FEATURE_IPV6("{6}") "\tSelect address family"
2536
2537 #define rpm_trivial_usage \
2538         "-i -q[ildc]p package.rpm"
2539 #define rpm_full_usage \
2540         "Manipulates RPM packages" \
2541         "\n\nOptions:" \
2542         "\n\t-i Install package" \
2543         "\n\t-q Query package" \
2544         "\n\t-p Query uninstalled package" \
2545         "\n\t-i Show information" \
2546         "\n\t-l List contents" \
2547         "\n\t-d List documents" \
2548         "\n\t-c List config files"
2549
2550 #define rpm2cpio_trivial_usage \
2551         "package.rpm"
2552 #define rpm2cpio_full_usage \
2553         "Outputs a cpio archive of the rpm file."
2554
2555 #define run_parts_trivial_usage \
2556         "[-t] [-a ARG] [-u MASK] DIRECTORY"
2557 #define run_parts_full_usage \
2558         "Run a bunch of scripts in a directory.\n\n" \
2559         "Options:\n" \
2560         "\t-t\tPrints what would be run, but does not actually run anything\n" \
2561         "\t-a ARG\tPass ARG as an argument for every program invoked\n" \
2562         "\t-u MASK\tSet the umask to MASK before executing every program"
2563
2564 #define runlevel_trivial_usage \
2565         "[utmp]"
2566 #define runlevel_full_usage \
2567         "Find the current and previous system runlevel.\n\n" \
2568         "If no utmp file exists or if no runlevel record can be found,\n" \
2569         "runlevel prints \"unknown\""
2570 #define runlevel_example_usage \
2571         "$ runlevel /var/run/utmp\n" \
2572         "N 2"
2573
2574 #define rx_trivial_usage \
2575         "FILE"
2576 #define rx_full_usage \
2577         "Receive a file using the xmodem protocol."
2578 #define rx_example_usage \
2579         "$ rx /tmp/foo\n"
2580
2581 #define sed_trivial_usage \
2582         "[-efinr] pattern [files...]"
2583 #define sed_full_usage \
2584         "Options:\n" \
2585         "\t-e script\tadd the script to the commands to be executed\n" \
2586         "\t-f scriptfile\tadd script-file contents to the\n" \
2587         "\t\t\tcommands to be executed\n" \
2588         "\t-i\t\tedit files in-place\n" \
2589         "\t-n\t\tsuppress automatic printing of pattern space\n" \
2590         "\t-r\t\tuse extended regular expression syntax\n" \
2591         "\n" \
2592         "If no -e or -f is given, the first non-option argument is taken as the sed\n" \
2593         "script to interpret. All remaining arguments are names of input files; if no\n" \
2594         "input files are specified, then the standard input is read.  Source files\n" \
2595         "will not be modified unless -i option is given."
2596
2597 #define sed_example_usage \
2598         "$ echo \"foo\" | sed -e 's/f[a-zA-Z]o/bar/g'\n" \
2599         "bar\n"
2600
2601 #define seq_trivial_usage \
2602         "[first [increment]] last"
2603 #define seq_full_usage \
2604         "Print numbers from FIRST to LAST, in steps of INCREMENT.\n" \
2605         "FIRST, INCREMENT default to 1\n" \
2606         "Arguments:\n" \
2607         "\tLAST\n" \
2608         "\tFIRST\tLAST\n" \
2609         "\tFIRST\tINCREMENT\tLAST"
2610
2611 #define setconsole_trivial_usage \
2612         "[-r|--reset] [DEVICE]"
2613 #define setconsole_full_usage \
2614         "Redirects system console output to DEVICE (default: /dev/tty).\n\n" \
2615         "Options:\n" \
2616         "\t-r\tReset output to /dev/console."
2617
2618 #define setkeycodes_trivial_usage \
2619         "SCANCODE KEYCODE ..."
2620 #define setkeycodes_full_usage \
2621         "Set entries into the kernel's scancode-to-keycode map,\n" \
2622         "allowing unusual keyboards to generate usable keycodes.\n\n" \
2623         "SCANCODE may be either xx or e0xx (hexadecimal),\n" \
2624         "and KEYCODE is given in decimal"
2625 #define setkeycodes_example_usage \
2626         "$ setkeycodes e030 127\n"
2627
2628 #define setlogcons_trivial_usage \
2629         "N"
2630 #define setlogcons_full_usage \
2631         "Redirects the kernel output to console N (0 for current)."
2632
2633 #define setsid_trivial_usage \
2634         "program [arg ...]"
2635 #define setsid_full_usage \
2636         "Runs any program in a new session by calling setsid() before\n" \
2637         "exec'ing the rest of its arguments.  See setsid(2) for details."
2638
2639 #define lash_trivial_usage \
2640         "[FILE]...\n" \
2641         "or: sh -c command [args]..."
2642 #define lash_full_usage \
2643         "The BusyBox LAme SHell (command interpreter)"
2644 #define lash_notes_usage \
2645         "This command does not yet have proper documentation.\n\n" \
2646         "Use lash just as you would use any other shell.  It properly handles pipes,\n" \
2647         "redirects, job control, can be used as the shell for scripts, and has a\n" \
2648         "sufficient set of builtins to do what is needed.  It does not (yet) support\n" \
2649         "Bourne Shell syntax.  If you need things like \"if-then-else\", \"while\", and such\n" \
2650         "use ash or bash.  If you just need a very simple and extremely small shell,\n" \
2651         "this will do the job."
2652
2653 #define last_trivial_usage \
2654         ""
2655 #define last_full_usage \
2656         "Shows listing of the last users that logged into the system"
2657
2658 #define sha1sum_trivial_usage \
2659         "[OPTION] [FILEs...]" \
2660         USE_FEATURE_MD5_SHA1_SUM_CHECK("\n   or: sha1sum [OPTION] -c [FILE]")
2661 #define sha1sum_full_usage \
2662         "Print" USE_FEATURE_MD5_SHA1_SUM_CHECK(" or check") " SHA1 checksums.\n\n" \
2663         "Options:\n" \
2664         "With no FILE, or when FILE is -, read standard input." \
2665         USE_FEATURE_MD5_SHA1_SUM_CHECK("\n\n" \
2666         "\t-c\tcheck SHA1 sums against given list\n" \
2667         "\nThe following two options are useful only when verifying checksums:\n" \
2668         "\t-s\tdon't output anything, status code shows success\n" \
2669         "\t-w\twarn about improperly formatted SHA1 checksum lines")
2670
2671 #define sleep_trivial_usage \
2672         USE_FEATURE_FANCY_SLEEP("[") "N" USE_FEATURE_FANCY_SLEEP("]...")
2673 #define sleep_full_usage \
2674         SKIP_FEATURE_FANCY_SLEEP("Pause for N seconds.") \
2675         USE_FEATURE_FANCY_SLEEP( \
2676         "Pause for a time equal to the total of the args given, where each arg can\n" \
2677         "\t\thave an optional suffix of (s)econds, (m)inutes, (h)ours, or (d)ays.")
2678 #define sleep_example_usage \
2679         "$ sleep 2\n" \
2680         "[2 second delay results]\n" \
2681         USE_FEATURE_FANCY_SLEEP("$ sleep 1d 3h 22m 8s\n" \
2682         "[98528 second delay results]\n")
2683
2684 #define sort_trivial_usage \
2685         "[-nru" USE_FEATURE_SORT_BIG("gMcszbdfimSTokt] [-o outfile] [-k start[.offset][opts][,end[.offset][opts]] [-t char") "] [FILE]..."
2686 #define sort_full_usage \
2687         "Sorts lines of text in the specified files\n\n" \
2688         "Options:\n" \
2689         USE_FEATURE_SORT_BIG( \
2690                 "\t-b\tignore leading blanks\n" \
2691                 "\t-c\tcheck whether input is sorted\n" \
2692                 "\t-d\tdictionary order (blank or alphanumeric only)\n" \
2693                 "\t-f\tignore case\n" \
2694                 "\t-g\tgeneral numerical sort\n" \
2695                 "\t-i\tignore unprintable characters\n" \
2696                 "\t-k\tspecify sort key\n" \
2697                 "\t-M\tsort month\n" \
2698         ) \
2699         "\t-n\tsort numbers\n" \
2700         USE_FEATURE_SORT_BIG( \
2701                 "\t-o\toutput to file\n" \
2702                 "\t-k\tsort by key\n" \
2703                 "\t-t\tuse key separator other than whitespace\n" \
2704         ) \
2705         "\t-r\treverse sort order\n" \
2706         USE_FEATURE_SORT_BIG("\t-s\tstable (don't sort ties alphabetically)\n") \
2707         "\t-u\tsuppress duplicate lines" \
2708         USE_FEATURE_SORT_BIG("\n\t-z\tinput terminated by nulls, not newlines\n") \
2709         USE_FEATURE_SORT_BIG("\t-mST\tignored for GNU compatibility") \
2710         ""
2711 #define sort_example_usage \
2712         "$ echo -e \"e\\nf\\nb\\nd\\nc\\na\" | sort\n" \
2713         "a\n" \
2714         "b\n" \
2715         "c\n" \
2716         "d\n" \
2717         "e\n" \
2718         "f\n" \
2719         USE_FEATURE_SORT_BIG( \
2720                 "$ echo -e \"c 3\\nb 2\\nd 2\" | $SORT -k 2,2n -k 1,1r\n" \
2721                 "d 2\n" \
2722                 "b 2\n" \
2723                 "c 3\n" \
2724         ) \
2725         ""
2726
2727 #define start_stop_daemon_trivial_usage \
2728         "[OPTIONS] [--start|--stop] ... [-- arguments...]"
2729 #define start_stop_daemon_full_usage \
2730         "Program to start and stop services." \
2731         "\n\nOptions:" \
2732         "\n\t-S|--start\t\t\tstart" \
2733         "\n\t-K|--stop\t\t\tstop" \
2734         "\n\t-a|--startas <pathname>\t\tstarts process specified by pathname" \
2735         "\n\t-b|--background\t\t\tforce process into background" \
2736         "\n\t-u|--user <username>|<uid>\tstop this user's processes" \
2737         "\n\t-x|--exec <executable>\t\tprogram to either start or check" \
2738         "\n\t-m|--make-pidfile\tcreate the -p file and enter pid in it" \
2739         "\n\t-n|--name <process-name>\tstop processes with this name" \
2740         "\n\t-p|--pidfile <pid-file>\t\tsave or load pid using a pid-file" \
2741         "\n\t-q|--quiet\t\t\tbe quiet" \
2742 USE_FEATURE_START_STOP_DAEMON_FANCY( \
2743         "\n\t-o|--oknodo\t\t\texit status 0 if nothing done" \
2744         "\n\t-v|--verbose\t\t\tbe verbose" \
2745         "\n\t-N|--nicelevel <N>\t\tadd N to process's nice level" \
2746 ) \
2747         "\n\t-s|--signal <signal>\t\tsignal to send (default TERM)" \
2748         "\n\t-U|--chuid <username>|<uid>\tstart process with this name"
2749
2750 #define stat_trivial_usage \
2751         "[OPTION] FILE..."
2752 #define stat_full_usage \
2753         "display file (default) or filesystem status.\n\n" \
2754         "Options:\n" \
2755         USE_FEATURE_STAT_FORMAT("\t-c fmt\tuse the specified format\n") \
2756         "\t-f\tdisplay filesystem status\n" \
2757         "\t-L,-l\tdereference links\n" \
2758         "\t-t\tdisplay info in terse form\n" \
2759         USE_FEATURE_STAT_FORMAT( \
2760         "\nValid format sequences for files:\n" \
2761         "  %a   Access rights in octal\n" \
2762         "  %A   Access rights in human readable form\n" \
2763         "  %b   Number of blocks allocated (see %B)\n" \
2764         "  %B   The size in bytes of each block reported by %b\n" \
2765         "  %d   Device number in decimal\n" \
2766         "  %D   Device number in hex\n" \
2767         "  %f   Raw mode in hex\n" \
2768         "  %F   File type\n" \
2769         "  %g   Group ID of owner\n" \
2770         "  %G   Group name of owner\n" \
2771         "  %h   Number of hard links\n" \
2772         "  %i   Inode number\n" \
2773         "  %n   File name\n" \
2774         "  %N   Quoted file name with dereference if symbolic link\n" \
2775         "  %o   I/O block size\n" \
2776         "  %s   Total size, in bytes\n" \
2777         "  %t   Major device type in hex\n" \
2778         "  %T   Minor device type in hex\n" \
2779         "  %u   User ID of owner\n" \
2780         "  %U   User name of owner\n" \
2781         "  %x   Time of last access\n" \
2782         "  %X   Time of last access as seconds since Epoch\n" \
2783         "  %y   Time of last modification\n" \
2784         "  %Y   Time of last modification as seconds since Epoch\n" \
2785         "  %z   Time of last change\n" \
2786         "  %Z   Time of last change as seconds since Epoch\n" \
2787         "\nValid format sequences for file systems:\n" \
2788         "  %a   Free blocks available to non-superuser\n" \
2789         "  %b   Total data blocks in file system\n" \
2790         "  %c   Total file nodes in file system\n" \
2791         "  %d   Free file nodes in file system\n" \
2792         "  %f   Free blocks in file system\n" \
2793         "  %i   File System ID in hex\n" \
2794         "  %l   Maximum length of filenames\n" \
2795         "  %n   File name\n" \
2796         "  %s   Block size (for faster transfers)\n" \
2797         "  %S   Fundamental block size (for block counts)\n" \
2798         "  %t   Type in hex\n" \
2799         "  %T   Type in human readable form\n" \
2800         )
2801
2802 #define strings_trivial_usage \
2803         "[-afo] [-n length] [file ... ]"
2804 #define strings_full_usage \
2805         "Display printable strings in a binary file." \
2806         "\n\nOptions:" \
2807         "\n\t-a\tScan the whole files (this is the default)." \
2808         "\n\t-f\tPrecede each string with the name of the file where it was found." \
2809         "\n\t-n N\tSpecifies that at least N characters forms a sequence (default 4)" \
2810         "\n\t-o\tEach string is preceded by its decimal offset in the file"
2811
2812 #define stty_trivial_usage \
2813         "[-a|g] [-F DEVICE] [SETTING]..."
2814 #define stty_full_usage \
2815         "Without arguments, prints baud rate, line discipline," \
2816         "\nand deviations from stty sane." \
2817         "\n\nOptions:" \
2818         "\n\t-F DEVICE\topen device instead of stdin" \
2819         "\n\t-a\t\tprint all current settings in human-readable form" \
2820         "\n\t-g\t\tprint in stty-readable form" \
2821         "\n\t[SETTING]\tsee manpage"
2822
2823 #define su_trivial_usage \
2824         "[OPTION]... [-] [username]"
2825 #define su_full_usage \
2826         "Change user id or become root.\n" \
2827         "Options:\n" \
2828         "\t-p, -m\tPreserve environment" \
2829         "\n\t-c\tCommand to pass to 'sh -c'" \
2830         "\n\t-s\tShell to use instead of default shell"
2831
2832 #define sulogin_trivial_usage \
2833         "[OPTION]... [tty-device]"
2834 #define sulogin_full_usage \
2835         "Single user login\n" \
2836         "Options:\n" \
2837         "\t-t\tTimeout"
2838
2839 #define sum_trivial_usage \
2840         "[rs] [files...]"
2841 #define sum_full_usage \
2842         "checksum and count the blocks in a file\n\n" \
2843         "Options:\n" \
2844         "\t-r\tuse BSD sum algorithm (1K blocks)\n" \
2845         "\t-s\tuse System V sum algorithm (512byte blocks)"
2846
2847 #define svlogd_trivial_usage \
2848         "[-ttv] [-r c] [-R abc] [-l len] [-b buflen] dir..."
2849 #define svlogd_full_usage \
2850         "Continuously read log data from standard input, optionally " \
2851         "filter log messages, and write the data to one or more automatically " \
2852         "rotated logs."
2853
2854 #define swapoff_trivial_usage \
2855         "[-a] [DEVICE]"
2856 #define swapoff_full_usage \
2857         "Stop swapping virtual memory pages on DEVICE.\n\n" \
2858         "Options:\n" \
2859         "\t-a\tStop swapping on all swap devices"
2860
2861 #define swapon_trivial_usage \
2862         "[-a] [DEVICE]"
2863 #define swapon_full_usage \
2864         "Start swapping virtual memory pages on DEVICE.\n\n" \
2865         "Options:\n" \
2866         "\t-a\tStart swapping on all swap devices"
2867
2868 #define switch_root_trivial_usage \
2869         "[-c /dev/console] NEW_ROOT NEW_INIT [ARGUMENTS_TO_INIT]"
2870 #define switch_root_full_usage \
2871         "Use from PID 1 under initramfs to free initramfs, chroot to NEW_ROOT,\n" \
2872         "and exec NEW_INIT.\n\n" \
2873         "Options:\n" \
2874         "\t-c\tRedirect console to device on new root"
2875
2876 #define sync_trivial_usage \
2877         ""
2878 #define sync_full_usage \
2879         "Write all buffered filesystem blocks to disk."
2880
2881 #define sysctl_trivial_usage \
2882         "[OPTIONS]... [VALUE]..."
2883 #define sysctl_full_usage \
2884         "configure kernel parameters at runtime\n\n" \
2885         "Options:\n" \
2886         "\t-n\tUse this option to disable printing of the key name when printing values\n" \
2887         "\t-w\tUse this option when you want to change a sysctl setting\n" \
2888         "\t-p\tLoad in sysctl settings from the file specified or /etc/sysctl.conf if none given\n" \
2889         "\t-a\tDisplay all values currently available\n" \
2890         "\t-A\tDisplay all values currently available in table form"
2891 #define sysctl_example_usage \
2892         "sysctl [-n] variable ...\n" \
2893         "sysctl [-n] -w variable=value ...\n" \
2894         "sysctl [-n] -a\n" \
2895         "sysctl [-n] -p <file>\t(default /etc/sysctl.conf)\n" \
2896         "sysctl [-n] -A\n"
2897
2898 #define syslogd_trivial_usage \
2899         "[OPTION]..."
2900 #define syslogd_full_usage \
2901         "Linux system and kernel logging utility.\n" \
2902         "Note that this version of syslogd ignores /etc/syslog.conf.\n\n" \
2903         "Options:\n" \
2904         "\t-m MIN\t\tMinutes between MARK lines (default=20, 0=off)\n" \
2905         "\t-n\t\tRun as a foreground process\n" \
2906         "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" \
2907         "\t-l n\tSets the local log level of messages to n\n" \
2908         "\t-S\t\tMake logging output smaller" \
2909         USE_FEATURE_ROTATE_LOGFILE( \
2910         "\n\t-s SIZE\t\tMax size (KB) before rotate (default=200KB, 0=off)\n" \
2911         "\t-b NUM\t\tNumber of rotated logs to keep (default=1, max=99, 0=purge)") \
2912         USE_FEATURE_REMOTE_LOG( \
2913         "\n\t-R HOST[:PORT]\tLog to IP or hostname on PORT (default PORT=514/UDP)\n" \
2914         "\t-L\t\tLog locally and via network logging (default is network only)") \
2915         USE_FEATURE_IPC_SYSLOG( \
2916         "\n\t-C [size(KiB)]\tLog to a circular buffer (read the buffer using logread)")
2917 #define syslogd_example_usage \
2918         "$ syslogd -R masterlog:514\n" \
2919         "$ syslogd -R 192.168.1.1:601\n"
2920
2921 #define tail_trivial_usage \
2922         "[OPTION]... [FILE]..."
2923 #define tail_full_usage \
2924         "Print last 10 lines of each FILE to standard output.\n" \
2925         "With more than one FILE, precede each with a header giving the\n" \
2926         "file name. With no FILE, or when FILE is -, read standard input.\n\n" \
2927         "Options:\n" \
2928         USE_FEATURE_FANCY_TAIL("\t-c N[kbm]\toutput the last N bytes\n") \
2929         "\t-n N[kbm]\tprint last N lines instead of last 10\n" \
2930         "\t-f\t\toutput data as the file grows" \
2931         USE_FEATURE_FANCY_TAIL( "\n\t-q\t\tnever output headers giving file names\n" \
2932         "\t-s SEC\t\twait SEC seconds between reads with -f\n" \
2933         "\t-v\t\talways output headers giving file names\n\n" \
2934         "If the first character of N (bytes or lines) is a '+', output begins with\n" \
2935         "the Nth item from the start of each file, otherwise, print the last N items\n" \
2936         "in the file. N bytes may be suffixed by k (x1024), b (x512), or m (1024^2)." )
2937 #define tail_example_usage \
2938         "$ tail -n 1 /etc/resolv.conf\n" \
2939         "nameserver 10.0.0.1\n"
2940
2941 #define tar_trivial_usage \
2942         "-[" USE_FEATURE_TAR_CREATE("c") USE_FEATURE_TAR_GZIP("z") \
2943         USE_FEATURE_TAR_BZIP2("j") USE_FEATURE_TAR_LZMA("a") \
2944         USE_FEATURE_TAR_COMPRESS("Z") "xtvO] " \
2945         USE_FEATURE_TAR_FROM("[-X FILE]") \
2946         "[-f TARFILE] [-C DIR] [FILE(s)] ..."
2947 #define tar_full_usage \
2948         "Create, extract, or list files from a tar file.\n\n" \
2949         "Options:\n" \
2950         USE_FEATURE_TAR_CREATE("\tc\t\tcreate\n") \
2951         "\tx\t\textract\n" \
2952         "\tt\t\tlist\n" \
2953         "\nArchive format selection:\n" \
2954         USE_FEATURE_TAR_GZIP("\tz\t\tFilter the archive through gzip\n") \
2955         USE_FEATURE_TAR_BZIP2("\tj\t\tFilter the archive through bzip2\n") \
2956         USE_FEATURE_TAR_LZMA("\ta\t\tFilter the archive through lzma\n") \
2957         USE_FEATURE_TAR_COMPRESS("\tZ\t\tFilter the archive through compress\n") \
2958         "\nFile selection:\n" \
2959         "\tf\t\tname of TARFILE or \"-\" for stdin\n" \
2960         "\tO\t\textract to stdout\n" \
2961         USE_FEATURE_TAR_FROM( \
2962         "\texclude\t\tfile to exclude\n" \
2963         "\tX\t\tfile with names to exclude\n" \
2964         ) \
2965         "\tC\t\tchange to directory DIR before operation\n" \
2966         "\tv\t\tverbosely list files processed"
2967 #define tar_example_usage \
2968         "$ zcat /tmp/tarball.tar.gz | tar -xf -\n" \
2969         "$ tar -cf /tmp/tarball.tar /usr/local\n"
2970
2971 #define tee_trivial_usage \
2972         "[OPTION]... [FILE]..."
2973 #define tee_full_usage \
2974         "Copy standard input to each FILE, and also to standard output.\n\n" \
2975         "Options:\n" \
2976         "\t-a\tappend to the given FILEs, do not overwrite\n" \
2977         "\t-i\tignore interrupt signals (SIGINT)"
2978 #define tee_example_usage \
2979         "$ echo \"Hello\" | tee /tmp/foo\n" \
2980         "$ cat /tmp/foo\n" \
2981         "Hello\n"
2982
2983 #ifdef CONFIG_FEATURE_TELNET_AUTOLOGIN
2984 #define telnet_trivial_usage \
2985         "[-a] [-l USER] HOST [PORT]"
2986 #define telnet_full_usage \
2987         "Telnet is used to establish interactive communication with another\n" \
2988         "computer over a network using the TELNET protocol.\n\n" \
2989         "Options:\n" \
2990         "\t-a\t\tAttempt an automatic login with the USER variable\n" \
2991         "\t-l USER\t\tAttempt an automatic login with the USER argument\n" \
2992         "\tHOST\t\tThe official name, alias or the IP address of the\n" \
2993         "\t\t\tremote host.\n" \
2994         "\tPORT\t\tThe remote port number to connect to.  If it is not\n" \
2995         "\t\t\tspecified, the default telnet (23) port is used."
2996 #else
2997 #define telnet_trivial_usage \
2998         "HOST [PORT]"
2999 #define telnet_full_usage \
3000         "Telnet is used to establish interactive communication with another\n" \
3001         "computer over a network using the TELNET protocol."
3002 #endif
3003
3004 #ifdef CONFIG_FEATURE_TELNETD_INETD
3005 #define telnetd_trivial_usage \
3006         "(inetd mode) [OPTION]"
3007 #define telnetd_full_usage \
3008         "Telnetd uses incoming TELNET connections via inetd.\n" \
3009         "Options:\n" \
3010         "\t-l LOGIN\texec LOGIN on connect (default /bin/sh)\n" \
3011         "\t-f issue_file\tDisplay issue_file instead of /etc/issue"
3012 #else
3013 #define telnetd_trivial_usage \
3014         "[OPTION]"
3015 #define telnetd_full_usage \
3016         "Telnetd listens for incoming TELNET connections on PORT.\n" \
3017         "Options:\n" \
3018         "\t-p PORT\tlisten for connections on PORT (default 23)\n" \
3019         "\t-l LOGIN\texec LOGIN on connect (default /bin/sh)\n" \
3020         "\t-f issue_file\tDisplay issue_file instead of /etc/issue"
3021 #endif
3022
3023 #define test_trivial_usage \
3024         "EXPRESSION\n  or   [ EXPRESSION ]"
3025 #define test_full_usage \
3026         "Checks file types and compares values returning an exit\n" \
3027         "code determined by the value of EXPRESSION."
3028 #define test_example_usage \
3029         "$ test 1 -eq 2\n" \
3030         "$ echo $?\n" \
3031         "1\n" \
3032         "$ test 1 -eq 1\n" \
3033         "$ echo $?\n" \
3034         "0\n" \
3035         "$ [ -d /etc ]\n" \
3036         "$ echo $?\n" \
3037         "0\n" \
3038         "$ [ -d /junk ]\n" \
3039         "$ echo $?\n" \
3040         "1\n"
3041
3042 #define tftp_trivial_usage \
3043         "[OPTION]... HOST [PORT]"
3044 #define tftp_full_usage \
3045         "Transfers a file from/to a tftp server using \"octet\" mode.\n\n" \
3046         "Options:\n" \
3047         "\t-l FILE\tLocal FILE\n" \
3048         "\t-r FILE\tRemote FILE" \
3049         USE_FEATURE_TFTP_GET( \
3050         "\n\t-g\tGet file" \
3051         ) \
3052         USE_FEATURE_TFTP_PUT( \
3053         "\n\t-p\tPut file" \
3054         ) \
3055         USE_FEATURE_TFTP_BLOCKSIZE( \
3056         "\n\t-b SIZE\tTransfer blocks of SIZE octets" \
3057         )
3058 #define time_trivial_usage \
3059         "[OPTION]... COMMAND [ARGS...]"
3060 #define time_full_usage \
3061         "Runs the program COMMAND with arguments ARGS.  When COMMAND finishes,\n" \
3062         "COMMAND's resource usage information is displayed\n\n" \
3063         "Options:\n" \
3064         "\t-v\tDisplays verbose resource usage information"
3065
3066 #define top_trivial_usage \
3067         "[-b] [-n count] [-d seconds]"
3068 #define top_full_usage \
3069         "top provides a view of process activity in real time.\n" \
3070         "It reads the status of all processes from /proc each <seconds>\n" \
3071         "and shows the status for however many processes will fit on the screen."
3072
3073 #define touch_trivial_usage \
3074         "[-c] FILE [FILE ...]"
3075 #define touch_full_usage \
3076         "Update the last-modified date on the given FILE[s].\n\n" \
3077         "Options:\n" \
3078         "\t-c\tDo not create any files"
3079 #define touch_example_usage \
3080         "$ ls -l /tmp/foo\n" \
3081         "/bin/ls: /tmp/foo: No such file or directory\n" \
3082         "$ touch /tmp/foo\n" \
3083         "$ ls -l /tmp/foo\n" \
3084         "-rw-rw-r--    1 andersen andersen        0 Apr 15 01:11 /tmp/foo\n"
3085
3086 #define tr_trivial_usage \
3087         "[-cds] STRING1 [STRING2]"
3088 #define tr_full_usage \
3089         "Translate, squeeze, and/or delete characters from\n" \
3090         "standard input, writing to standard output.\n\n" \
3091         "Options:\n" \
3092         "\t-c\ttake complement of STRING1\n" \
3093         "\t-d\tdelete input characters coded STRING1\n" \
3094         "\t-s\tsqueeze multiple output characters of STRING2 into one character"
3095 #define tr_example_usage \
3096         "$ echo \"gdkkn vnqkc\" | tr [a-y] [b-z]\n" \
3097         "hello world\n"
3098
3099 #define traceroute_trivial_usage \
3100         "[-FIldnrv] [-f 1st_ttl] [-m max_ttl] [-p port#] [-q nqueries]\n" \
3101         "\t[-s src_addr] [-t tos] [-w wait] [-g gateway] [-i iface]\n" \
3102         "\t[-z pausemsecs] host [data size]"
3103 #define traceroute_full_usage \
3104         "trace the route ip packets follow going to \"host\"\n" \
3105         "Options:\n" \
3106         "\t-F\tSet the don't fragment bit\n" \
3107         "\t-I\tUse ICMP ECHO instead of UDP datagrams\n" \
3108         "\t-l\tDisplay the ttl value of the returned packet\n" \
3109         "\t-d\tSet SO_DEBUG options to socket\n" \
3110         "\t-n\tPrint hop addresses numerically rather than symbolically\n" \
3111         "\t-r\tBypass the normal routing tables and send directly to a host\n" \
3112         "\t-v\tVerbose output\n" \
3113         "\t-m max_ttl\tSet the max time-to-live (max number of hops)\n" \
3114         "\t-p port#\tSet the base UDP port number used in probes\n" \
3115         "\t\t(default is 33434)\n" \
3116         "\t-q nqueries\tSet the number of probes per ``ttl'' to nqueries\n" \
3117         "\t\t(default is 3)\n" \
3118         "\t-s src_addr\tUse the following IP address as the source address\n" \
3119         "\t-t tos\tSet the type-of-service in probe packets to the following value\n" \
3120         "\t\t(default 0)\n" \
3121         "\t-w wait\tSet the time (in seconds) to wait for a response to a probe\n" \
3122         "\t\t(default 3 sec)\n" \
3123         "\t-g\tSpecify a loose source route gateway (8 maximum)"
3124
3125
3126 #define true_trivial_usage \
3127         ""
3128 #define true_full_usage \
3129         "Return an exit code of TRUE (0)."
3130 #define true_example_usage \
3131         "$ true\n" \
3132         "$ echo $?\n" \
3133         "0\n"
3134
3135 #define tty_trivial_usage \
3136         ""
3137 #define tty_full_usage \
3138         "Print the file name of the terminal connected to standard input.\n\n" \
3139         "Options:\n" \
3140         "\t-s\tprint nothing, only return an exit status"
3141 #define tty_example_usage \
3142         "$ tty\n" \
3143         "/dev/tty2\n"
3144
3145 #define tune2fs_trivial_usage \
3146         "[-c max-mounts-count] [-e errors-behavior] [-g group] " \
3147         "[-i interval[d|m|w]] [-j] [-J journal-options] [-l] [-s sparse-flag] " \
3148         "[-m reserved-blocks-percent] [-o [^]mount-options[,...]] " \
3149         "[-r reserved-blocks-count] [-u user] [-C mount-count] " \
3150         "[-L volume-label] [-M last-mounted-dir] [-O [^]feature[,...]] " \
3151         "[-T last-check-time] [-U UUID] device"
3152 #define tune2fs_full_usage \
3153         "Adjust filesystem options on ext[23] filesystems."
3154
3155 #define udhcpc_trivial_usage \
3156         "[-Cfbnqtv] [-c CID] [-V VCLS] [-H HOSTNAME] [-i INTERFACE]\n[-p pidfile] [-r IP] [-s script]"
3157 #define udhcpc_full_usage \
3158         "\t-c,\t--clientid=CLIENTID\tSet client identifier\n" \
3159         "\t-C,\t--clientid-none\tSuppress default client identifier\n" \
3160         "\t-V,\t--vendorclass=CLASSID\tSet vendor class identifier\n" \
3161         "\t-H,\t--hostname=HOSTNAME\tClient hostname\n" \
3162         "\t-h,\t                   \tAlias for -H\n" \
3163         "\t-f,\t--foreground\tDo not fork after getting lease\n" \
3164         "\t-b,\t--background\tFork to background if lease cannot be immediately negotiated\n" \
3165         "\t-i,\t--interface=INTERFACE\tInterface to use (default: eth0)\n" \
3166         "\t-n,\t--now\tExit with failure if lease cannot be immediately negotiated\n" \
3167         "\t-p,\t--pidfile=file\tStore process ID of daemon in file\n" \
3168         "\t-q,\t--quit\tQuit after obtaining lease\n" \
3169         "\t-R,\t--release\tRelease IP on quit\n" \
3170         "\t-r,\t--request=IP\tIP address to request (default: none)\n" \
3171         "\t-s,\t--script=file\tRun file at dhcp events (default: /usr/share/udhcpc/default.script)\n" \
3172         "\t-t,\t--retries=NUM\tSend up to NUM request packets\n"\
3173         "\t-v,\t--version\tDisplay version"
3174
3175 #define udhcpd_trivial_usage \
3176         "[configfile]\n" \
3177
3178 #define udhcpd_full_usage \
3179         ""
3180
3181 #define umount_trivial_usage \
3182         "[flags] FILESYSTEM|DIRECTORY"
3183 #define umount_full_usage \
3184         "Unmount file systems\n" \
3185         "\nFlags:\n" "\t-a\tUnmount all file systems" \
3186         USE_FEATURE_MTAB_SUPPORT(" in /etc/mtab\n\t-n\tDon't erase /etc/mtab entries") \
3187         "\n\t-r\tTry to remount devices as read-only if mount is busy" \
3188         "\n\t-l\tLazy umount (detach filesystem)" \
3189         "\n\t-f\tForce umount (i.e., unreachable NFS server)" \
3190         USE_FEATURE_MOUNT_LOOP("\n\t-D\tDo not free loop device (if a loop device has been used)")
3191 #define umount_example_usage \
3192         "$ umount /dev/hdc1\n"
3193
3194 #define uname_trivial_usage \
3195         "[OPTION]..."
3196 #define uname_full_usage \
3197         "Print certain system information.  With no OPTION, same as -s.\n\n" \
3198         "Options:\n" \
3199         "\t-a\tprint all information\n" \
3200         "\t-m\tthe machine (hardware) type\n" \
3201         "\t-n\tprint the machine's network node hostname\n" \
3202         "\t-r\tprint the operating system release\n" \
3203         "\t-s\tprint the operating system name\n" \
3204         "\t-p\tprint the host processor type\n" \
3205         "\t-v\tprint the operating system version"
3206 #define uname_example_usage \
3207         "$ uname -a\n" \
3208         "Linux debian 2.4.23 #2 Tue Dec 23 17:09:10 MST 2003 i686 GNU/Linux\n"
3209
3210 #define uncompress_trivial_usage \
3211         "[-c] [-f] [ name ... ]"
3212 #define uncompress_full_usage \
3213         "Uncompress .Z file[s]\n" \
3214         "Options:\n" \
3215         "\t-c\textract to stdout\n" \
3216         "\t-f\tforce overwrite an existing file"
3217
3218 #define uniq_trivial_usage \
3219         "[-fscdu]... [INPUT [OUTPUT]]"
3220 #define uniq_full_usage \
3221         "Discard all but one of successive identical lines from INPUT\n" \
3222         "(or standard input), writing to OUTPUT (or standard output).\n\n" \
3223         "Options:\n" \
3224         "\t-c\tprefix lines by the number of occurrences\n" \
3225         "\t-d\tonly print duplicate lines\n" \
3226         "\t-u\tonly print unique lines\n" \
3227         "\t-f N\tskip the first N fields\n" \
3228         "\t-s N\tskip the first N chars (after any skipped fields)"
3229 #define uniq_example_usage \
3230         "$ echo -e \"a\\na\\nb\\nc\\nc\\na\" | sort | uniq\n" \
3231         "a\n" \
3232         "b\n" \
3233         "c\n"
3234
3235 #define unix2dos_trivial_usage \
3236         "[option] [FILE]"
3237 #define unix2dos_full_usage \
3238         "Converts FILE from unix format to dos format.  When no option\n" \
3239         "is given, the input is converted to the opposite output format.\n" \
3240         "When no file is given, uses stdin for input and stdout for output.\n" \
3241         "Options:\n" \
3242         "\t-u\toutput will be in UNIX format\n" \
3243         "\t-d\toutput will be in DOS format"
3244
3245 #define unzip_trivial_usage \
3246         "[-opts[modifiers]] file[.zip] [list] [-x xlist] [-d exdir]"
3247 #define unzip_full_usage \
3248         "Extracts files from ZIP archives.\n\n" \
3249         "Options:\n" \
3250         "\t-l\tlist archive contents (short form)\n" \
3251         "\t-n\tnever overwrite existing files (default)\n" \
3252         "\t-o\toverwrite files without prompting\n" \
3253         "\t-p\tsend output to stdout\n" \
3254         "\t-q\tbe quiet\n" \
3255         "\t-x\texclude these files\n" \
3256         "\t-d\textract files into this directory"
3257
3258 #define uptime_trivial_usage \
3259         ""
3260 #define uptime_full_usage \
3261         "Display the time since the last boot."
3262 #define uptime_example_usage \
3263         "$ uptime\n" \
3264         "  1:55pm  up  2:30, load average: 0.09, 0.04, 0.00\n"
3265
3266 #define usleep_trivial_usage \
3267         "N"
3268 #define usleep_full_usage \
3269         "Pause for N microseconds."
3270 #define usleep_example_usage \
3271         "$ usleep 1000000\n" \
3272         "[pauses for 1 second]\n"
3273
3274 #define uudecode_trivial_usage \
3275         "[FILE]..."
3276 #define uudecode_full_usage \
3277         "Uudecode a file that is uuencoded.\n\n" \
3278         "Options:\n" \
3279         "\t-o FILE\tdirect output to FILE"
3280 #define uudecode_example_usage \
3281         "$ uudecode -o busybox busybox.uu\n" \
3282         "$ ls -l busybox\n" \
3283         "-rwxr-xr-x   1 ams      ams        245264 Jun  7 21:35 busybox\n"
3284
3285 #define uuencode_trivial_usage \
3286         "[OPTION] [INFILE] REMOTEFILE"
3287 #define uuencode_full_usage \
3288         "Uuencode a file.\n\n" \
3289         "Options:\n" \
3290         "\t-m\tuse base64 encoding per RFC1521"
3291 #define uuencode_example_usage \
3292         "$ uuencode busybox busybox\n" \
3293         "begin 755 busybox\n" \
3294         "<encoded file snipped>\n" \
3295         "$ uudecode busybox busybox > busybox.uu\n" \
3296         "$\n"
3297
3298 #define vconfig_trivial_usage \
3299         "COMMAND [OPTIONS] ..."
3300 #define vconfig_full_usage \
3301         "vconfig lets you create and remove virtual ethernet devices.\n\n" \
3302         "Options:\n" \
3303         "\tadd             [interface-name] [vlan_id]\n" \
3304         "\trem             [vlan-name]\n" \
3305         "\tset_flag        [interface-name] [flag-num]       [0 | 1]\n" \
3306         "\tset_egress_map  [vlan-name]      [skb_priority]   [vlan_qos]\n" \
3307         "\tset_ingress_map [vlan-name]      [skb_priority]   [vlan_qos]\n" \
3308         "\tset_name_type   [name-type]"
3309
3310 #define vi_trivial_usage \
3311         "[OPTION] [FILE]..."
3312 #define vi_full_usage \
3313         "edit FILE.\n\n" \
3314         "Options:\n" \
3315         "\t-R\tRead-only- do not write to the file"
3316
3317 #define vlock_trivial_usage \
3318         "[OPTIONS]"
3319 #define vlock_full_usage \
3320         "Lock a virtual terminal.  A password is required to unlock\n" \
3321         "Options:\n" \
3322         "\t-a\tLock all VTs"
3323
3324 #define watch_trivial_usage \
3325         "[-n <seconds>] [-t] COMMAND..."
3326 #define watch_full_usage \
3327         "Executes a program periodically\n\n" \
3328         "Options:\n" \
3329         "\t-n\tLoop period in seconds - default is 2\n"
3330         "\t-t\tDon't print header"
3331 #define watch_example_usage \
3332         "$ watch date\n" \
3333         "Mon Dec 17 10:31:40 GMT 2000\n" \
3334         "Mon Dec 17 10:31:42 GMT 2000\n" \
3335         "Mon Dec 17 10:31:44 GMT 2000"
3336
3337 #define watchdog_trivial_usage \
3338         "[-t <seconds>] [-F] DEV"
3339 #define watchdog_full_usage \
3340         "Periodically write to watchdog device DEV.\n" \
3341         "Options:\n" \
3342         "\t-t\tTimer period in seconds - default is 30\n" \
3343         "\t-F\tStay in the foreground and don't fork"
3344
3345 #define wc_trivial_usage \
3346         "[OPTION]... [FILE]..."
3347 #define wc_full_usage \
3348         "Print line, word, and byte counts for each FILE, and a total line if\n" \
3349         "more than one FILE is specified.  With no FILE, read standard input.\n\n" \
3350         "Options:\n" \
3351         "\t-c\tprint the byte counts\n" \
3352         "\t-l\tprint the newline counts\n" \
3353         "\t-L\tprint the length of the longest line\n" \
3354         "\t-w\tprint the word counts"
3355 #define wc_example_usage \
3356         "$ wc /etc/passwd\n" \
3357         "     31      46    1365 /etc/passwd\n"
3358
3359 #define wget_trivial_usage \
3360         "[-c|--continue] [-q|--quiet] [-O|--output-document file]\n" \
3361         "\t\t[--header 'header: value'] [-Y|--proxy on/off] [-P DIR]\n" \
3362         "\t\t[-U|--user-agent agent] url"
3363 #define wget_full_usage \
3364         "wget retrieves files via HTTP or FTP\n\n" \
3365         "Options:\n" \
3366         "\t-c\tcontinue retrieval of aborted transfers\n" \
3367         "\t-q\tquiet mode - do not print\n" \
3368         "\t-P\tSet directory prefix to DIR\n" \
3369         "\t-O\tsave to filename ('-' for stdout)\n" \
3370         "\t-U\tadjust 'User-Agent' field\n" \
3371         "\t-Y\tuse proxy ('on' or 'off')"
3372
3373 #define which_trivial_usage \
3374         "[COMMAND ...]"
3375 #define which_full_usage \
3376         "Locates a COMMAND."
3377 #define which_example_usage \
3378         "$ which login\n" \
3379         "/bin/login\n"
3380
3381 #define who_trivial_usage \
3382         " "
3383 #define who_full_usage \
3384         "Prints the current user names and related information"
3385
3386 #define whoami_trivial_usage \
3387         ""
3388 #define whoami_full_usage \
3389         "Prints the user name associated with the current effective user id."
3390
3391 #define xargs_trivial_usage \
3392         "[OPTIONS] [COMMAND] [ARGS...]"
3393 #define xargs_full_usage \
3394         "Executes COMMAND on every item given by standard input.\n\n" \
3395         "Options:\n" \
3396         USE_FEATURE_XARGS_SUPPORT_CONFIRMATION("\t-p\tPrompt the user about whether to run each command\n") \
3397         "\t-r\tDo not run command for empty read lines\n" \
3398         USE_FEATURE_XARGS_SUPPORT_TERMOPT("\t-x\tExit if the size is exceeded\n") \
3399         USE_FEATURE_XARGS_SUPPORT_ZERO_TERM("\t-0\tInput filenames are terminated by a null character\n") \
3400         "\t-t\tPrint the command line on stderr before executing it"
3401 #define xargs_example_usage \
3402         "$ ls | xargs gzip\n" \
3403         "$ find . -name '*.c' -print | xargs rm\n"
3404
3405 #define yes_trivial_usage \
3406         "[OPTION]... [STRING]..."
3407 #define yes_full_usage \
3408         "Repeatedly outputs a line with all specified STRING(s), or 'y'."
3409
3410 #define zcat_trivial_usage \
3411         "FILE"
3412 #define zcat_full_usage \
3413         "Uncompress to stdout."
3414
3415 #define zcip_trivial_usage \
3416         "[OPTIONS] ifname script"
3417 #define zcip_full_usage \
3418         "zcip manages a ZeroConf IPv4 link-local address.\n" \
3419         "Options:\n" \
3420         "\t-f              foreground mode\n" \
3421         "\t-q              quit after address (no daemon)\n" \
3422         "\t-r 169.254.x.x  request this address first\n" \
3423         "\t-v              verbose"
3424
3425 #endif /* __BB_USAGE_H__ */