diff options
Diffstat (limited to 'networking/tftp.c')
-rw-r--r-- | networking/tftp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 60fdff232..4b86ed9de 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -104,7 +104,7 @@ | |||
104 | //usage: "\n -p Put file" | 104 | //usage: "\n -p Put file" |
105 | //usage: ) | 105 | //usage: ) |
106 | //usage: IF_FEATURE_TFTP_BLOCKSIZE( | 106 | //usage: IF_FEATURE_TFTP_BLOCKSIZE( |
107 | //usage: "\n -b SIZE Transfer blocks of SIZE octets" | 107 | //usage: "\n -b SIZE Transfer blocks in bytes" |
108 | //usage: ) | 108 | //usage: ) |
109 | ///////: "\n -m STR Accepted and ignored ('-m binary' compat with tftp-hpa 5.2)" | 109 | ///////: "\n -m STR Accepted and ignored ('-m binary' compat with tftp-hpa 5.2)" |
110 | //usage: | 110 | //usage: |
@@ -120,7 +120,7 @@ | |||
120 | //usage: " udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" | 120 | //usage: " udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" |
121 | //usage: "\n -r Prohibit upload" | 121 | //usage: "\n -r Prohibit upload" |
122 | //usage: "\n -c Allow file creation via upload" | 122 | //usage: "\n -c Allow file creation via upload" |
123 | //usage: "\n -u Access files as USER" | 123 | //usage: "\n -u USER Access files as USER" |
124 | //usage: "\n -l Log to syslog (inetd mode requires this)" | 124 | //usage: "\n -l Log to syslog (inetd mode requires this)" |
125 | 125 | ||
126 | #include "libbb.h" | 126 | #include "libbb.h" |