diff options
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 4b86ed9de..f5b4367ca 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -113,10 +113,9 @@ | |||
113 | //usage:#define tftpd_full_usage "\n\n" | 113 | //usage:#define tftpd_full_usage "\n\n" |
114 | //usage: "Transfer a file on tftp client's request\n" | 114 | //usage: "Transfer a file on tftp client's request\n" |
115 | //usage: "\n" | 115 | //usage: "\n" |
116 | //usage: "tftpd should be used as an inetd service.\n" | 116 | //usage: "tftpd is an inetd service, inetd.conf line:\n" |
117 | //usage: "tftpd's line for inetd.conf:\n" | ||
118 | //usage: " 69 dgram udp nowait root tftpd tftpd -l /files/to/serve\n" | 117 | //usage: " 69 dgram udp nowait root tftpd tftpd -l /files/to/serve\n" |
119 | //usage: "It also can be ran from udpsvd:\n" | 118 | //usage: "Can be run from udpsvd:\n" |
120 | //usage: " udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" | 119 | //usage: " udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" |
121 | //usage: "\n -r Prohibit upload" | 120 | //usage: "\n -r Prohibit upload" |
122 | //usage: "\n -c Allow file creation via upload" | 121 | //usage: "\n -c Allow file creation via upload" |