aboutsummaryrefslogtreecommitdiff
path: root/networking/telnetd.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2021-06-16 10:49:18 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2021-06-16 10:49:18 +0200
commit1abaa6b84c2213c59ed6b8232263a7d4bbfb69a9 (patch)
tree488ca6589ecb6d8c70a4221f07b20292734d4313 /networking/telnetd.c
parenta885ce1af05c4eaa5ebcf883cb3da3433ca1c48b (diff)
downloadbusybox-w32-1abaa6b84c2213c59ed6b8232263a7d4bbfb69a9.tar.gz
busybox-w32-1abaa6b84c2213c59ed6b8232263a7d4bbfb69a9.tar.bz2
busybox-w32-1abaa6b84c2213c59ed6b8232263a7d4bbfb69a9.zip
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 29f805de7..de4d733f9 100644
--- a/networking/telnetd.c
+++ b/networking/telnetd.c
@@ -109,6 +109,7 @@
109//usage: "\n -i Inetd mode" 109//usage: "\n -i Inetd mode"
110//usage: IF_FEATURE_TELNETD_INETD_WAIT( 110//usage: IF_FEATURE_TELNETD_INETD_WAIT(
111//usage: "\n -w SEC Inetd 'wait' mode, linger time SEC" 111//usage: "\n -w SEC Inetd 'wait' mode, linger time SEC"
112//usage: "\n inetd.conf line: 23 stream tcp wait root telnetd telnetd -w10"
112//usage: "\n -S Log to syslog (implied by -i or without -F and -w)" 113//usage: "\n -S Log to syslog (implied by -i or without -F and -w)"
113//usage: ) 114//usage: )
114//usage: ) 115//usage: )