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