diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-19 00:33:06 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-12-19 00:33:06 +0100 |
commit | 4152b41183b03aa53b6ce5a8c02b857c577f1723 (patch) | |
tree | 8b5def23f616b8fc2d5a12b7e1beee0f2480326d | |
parent | ddc6dfdb4d56009d16e1a1d7aef441dbe4315027 (diff) | |
download | busybox-w32-4152b41183b03aa53b6ce5a8c02b857c577f1723.tar.gz busybox-w32-4152b41183b03aa53b6ce5a8c02b857c577f1723.tar.bz2 busybox-w32-4152b41183b03aa53b6ce5a8c02b857c577f1723.zip |
tftp: fix --help
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 7c2c84bed..4b86ed9de 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -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" |