summaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
authorDenys Vlasenko2021-06-16 10:49:18 +0200
committerDenys Vlasenko2021-06-16 10:49:18 +0200
commit1abaa6b84c2213c59ed6b8232263a7d4bbfb69a9 (patch)
tree488ca6589ecb6d8c70a4221f07b20292734d4313 /networking/telnetd.c
parenta885ce1af05c4eaa5ebcf883cb3da3433ca1c48b (diff)
downloadbusybox-1abaa6b84c2213c59ed6b8232263a7d4bbfb69a9.zip
busybox-1abaa6b84c2213c59ed6b8232263a7d4bbfb69a9.tar.gz
telnetd: give inetd.conf example in --help
function old new delta packed_usage 33537 33522 -15 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/telnetd.c')
-rw-r--r--networking/telnetd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/telnetd.c b/networking/telnetd.c
index 29f805d..de4d733 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -109,6 +109,7 @@
//usage: "\n -i Inetd mode"
//usage: IF_FEATURE_TELNETD_INETD_WAIT(
//usage: "\n -w SEC Inetd 'wait' mode, linger time SEC"
+//usage: "\n inetd.conf line: 23 stream tcp wait root telnetd telnetd -w10"
//usage: "\n -S Log to syslog (implied by -i or without -F and -w)"
//usage: )
//usage: )