diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-09 06:51:14 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2003-02-09 06:51:14 +0000 |
commit | 06e9565b6c365668dafeef1fdc0e60c9a1154623 (patch) | |
tree | c75619aad6d3ca6f4c32cd8d1dffbe4f6c53367b /include/usage.h | |
parent | 877d418b39421361800afe4e1d4ca69b80edc121 (diff) | |
download | busybox-w32-06e9565b6c365668dafeef1fdc0e60c9a1154623.tar.gz busybox-w32-06e9565b6c365668dafeef1fdc0e60c9a1154623.tar.bz2 busybox-w32-06e9565b6c365668dafeef1fdc0e60c9a1154623.zip |
New applet, inetd, make httpd features more configurable, update authors, last_patch_80
from Vladimir N. Oleynik
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index d2fb19372..55693c61e 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -915,6 +915,14 @@ | |||
915 | "\t-m\tdon't run any mappings\n" \ | 915 | "\t-m\tdon't run any mappings\n" \ |
916 | "\t-f\tforce de/configuration\n" | 916 | "\t-f\tforce de/configuration\n" |
917 | 917 | ||
918 | #define inetd_trivial_usage \ | ||
919 | "[-q len] [conf]" | ||
920 | #define inetd_full_usage \ | ||
921 | "Usage: [-q len] [conf]\n\n" \ | ||
922 | "Option:\n" \ | ||
923 | "\t-q\tSets the size of the socket listen queue to\n" \ | ||
924 | "the specified value. Default is 128." | ||
925 | |||
918 | #define init_trivial_usage \ | 926 | #define init_trivial_usage \ |
919 | "" | 927 | "" |
920 | #define init_full_usage \ | 928 | #define init_full_usage \ |