diff options
author | Denys Vlasenko | 2021-06-16 10:49:18 +0200 |
---|---|---|
committer | Denys Vlasenko | 2021-06-16 10:49:18 +0200 |
commit | 1abaa6b84c2213c59ed6b8232263a7d4bbfb69a9 (patch) | |
tree | 488ca6589ecb6d8c70a4221f07b20292734d4313 /networking/tftp.c | |
parent | a885ce1af05c4eaa5ebcf883cb3da3433ca1c48b (diff) | |
download | busybox-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/tftp.c')
-rw-r--r-- | networking/tftp.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 4b86ed9..f5b4367 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -113,10 +113,9 @@ //usage:#define tftpd_full_usage "\n\n" //usage: "Transfer a file on tftp client's request\n" //usage: "\n" -//usage: "tftpd should be used as an inetd service.\n" -//usage: "tftpd's line for inetd.conf:\n" +//usage: "tftpd is an inetd service, inetd.conf line:\n" //usage: " 69 dgram udp nowait root tftpd tftpd -l /files/to/serve\n" -//usage: "It also can be ran from udpsvd:\n" +//usage: "Can be run from udpsvd:\n" //usage: " udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" //usage: "\n -r Prohibit upload" //usage: "\n -c Allow file creation via upload" |