aboutsummaryrefslogtreecommitdiff
path: root/networking/inetd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2017-01-21 03:46:35 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2017-01-21 03:46:57 +0100
commitf3d705f41bf16183f901e5ddb07c89685e384daf (patch)
tree31fcbd7d4588ecbb64ed18c89f30987d0b6c95fd /networking/inetd.c
parentbbc7bee9664b582c8237c4b879bba1bdee4d62a6 (diff)
downloadbusybox-f3d705f41bf16183f901e5ddb07c89685e384daf.tar.gz
make --help texts smaller
function old new delta packed_usage 31035 30968 -67 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/inetd.c')
-rw-r--r--networking/inetd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/inetd.c b/networking/inetd.c
index 612284e76..01e659f13 100644
--- a/networking/inetd.c
+++ b/networking/inetd.c
@@ -213,9 +213,9 @@
//usage: "Listen for network connections and launch programs\n"
//usage: "\n -f Run in foreground"
//usage: "\n -e Log to stderr"
-//usage: "\n -q N Socket listen queue (default: 128)"
+//usage: "\n -q N Socket listen queue (default 128)"
//usage: "\n -R N Pause services after N connects/min"
-//usage: "\n (default: 0 - disabled)"
+//usage: "\n (default 0 - disabled)"
#include <syslog.h>
#include <sys/resource.h> /* setrlimit */