aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index dad6078cd..5d7c36551 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1193,10 +1193,11 @@
1193 "\t-f\tforce de/configuration" 1193 "\t-f\tforce de/configuration"
1194 1194
1195#define inetd_trivial_usage \ 1195#define inetd_trivial_usage \
1196 "[-q len] [conf]" 1196 "[-f] [-q len] [conf]"
1197#define inetd_full_usage \ 1197#define inetd_full_usage \
1198 "Listens for network connections and launches programs\n\n" \ 1198 "Listens for network connections and launches programs\n\n" \
1199 "Option:\n" \ 1199 "Option:\n" \
1200 "\t-f\tRun as a foreground progress\n" \
1200 "\t-q\tSets the size of the socket listen queue to\n" \ 1201 "\t-q\tSets the size of the socket listen queue to\n" \
1201 "\t\tthe specified value. Default is 128" 1202 "\t\tthe specified value. Default is 128"
1202 1203