aboutsummaryrefslogtreecommitdiff
path: root/networking/ftpd.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/ftpd.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/ftpd.c')
-rw-r--r--networking/ftpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ftpd.c b/networking/ftpd.c
index 6ca231c90..096d4c14d 100644
--- a/networking/ftpd.c
+++ b/networking/ftpd.c
@@ -63,7 +63,7 @@
63//usage: "FTP server. " 63//usage: "FTP server. "
64//usage: ) 64//usage: )
65//usage: "Chroots to DIR, if this fails (run by non-root), cds to it.\n" 65//usage: "Chroots to DIR, if this fails (run by non-root), cds to it.\n"
66//usage: "Should be used as inetd service, inetd.conf line:\n" 66//usage: "It is an inetd service, inetd.conf line:\n"
67//usage: " 21 stream tcp nowait root ftpd ftpd /files/to/serve\n" 67//usage: " 21 stream tcp nowait root ftpd ftpd /files/to/serve\n"
68//usage: "Can be run from tcpsvd:\n" 68//usage: "Can be run from tcpsvd:\n"
69//usage: " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve" 69//usage: " tcpsvd -vE 0.0.0.0 21 ftpd /files/to/serve"