diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-30 23:42:37 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-10-30 23:42:37 +0000 |
commit | 91f8f82bfb54a5e4a574112a86eb78cbd7b275cf (patch) | |
tree | 4054fe2561414de65522165fe635c1a64b4e3108 | |
parent | 6b38e18247882d90de5053e76a4b3c6a3914e574 (diff) | |
download | busybox-w32-91f8f82bfb54a5e4a574112a86eb78cbd7b275cf.tar.gz busybox-w32-91f8f82bfb54a5e4a574112a86eb78cbd7b275cf.tar.bz2 busybox-w32-91f8f82bfb54a5e4a574112a86eb78cbd7b275cf.zip |
tftpd: be less cryptic in help text
-rw-r--r-- | include/usage.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 97f4f27be..9e18ff640 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -4220,6 +4220,12 @@ | |||
4220 | "[-cr] [-u USER] [DIR]" | 4220 | "[-cr] [-u USER] [DIR]" |
4221 | #define tftpd_full_usage "\n\n" \ | 4221 | #define tftpd_full_usage "\n\n" \ |
4222 | "Transfer a file on tftp client's request.\n" \ | 4222 | "Transfer a file on tftp client's request.\n" \ |
4223 | "\n" \ | ||
4224 | "tftpd should be used as an inetd service.\n" \ | ||
4225 | "tftpd's line for inetd.conf:\n" \ | ||
4226 | " 69 dgram udp nowait root tftpd tftpd /files/to/serve\n" \ | ||
4227 | "It also can be ran from udpsvd:\n" \ | ||
4228 | " udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" \ | ||
4223 | "\nOptions:" \ | 4229 | "\nOptions:" \ |
4224 | "\n -r Prohibit upload" \ | 4230 | "\n -r Prohibit upload" \ |
4225 | "\n -c Allow file creation via upload" \ | 4231 | "\n -c Allow file creation via upload" \ |