diff options
Diffstat (limited to 'networking/tftp.c')
-rw-r--r-- | networking/tftp.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 648441016..17485a527 100644 --- a/networking/tftp.c +++ b/networking/tftp.c | |||
@@ -23,7 +23,6 @@ | |||
23 | //usage: "[OPTIONS] HOST [PORT]" | 23 | //usage: "[OPTIONS] HOST [PORT]" |
24 | //usage:#define tftp_full_usage "\n\n" | 24 | //usage:#define tftp_full_usage "\n\n" |
25 | //usage: "Transfer a file from/to tftp server\n" | 25 | //usage: "Transfer a file from/to tftp server\n" |
26 | //usage: "\nOptions:" | ||
27 | //usage: "\n -l FILE Local FILE" | 26 | //usage: "\n -l FILE Local FILE" |
28 | //usage: "\n -r FILE Remote FILE" | 27 | //usage: "\n -r FILE Remote FILE" |
29 | //usage: IF_FEATURE_TFTP_GET( | 28 | //usage: IF_FEATURE_TFTP_GET( |
@@ -46,7 +45,6 @@ | |||
46 | //usage: " 69 dgram udp nowait root tftpd tftpd -l /files/to/serve\n" | 45 | //usage: " 69 dgram udp nowait root tftpd tftpd -l /files/to/serve\n" |
47 | //usage: "It also can be ran from udpsvd:\n" | 46 | //usage: "It also can be ran from udpsvd:\n" |
48 | //usage: " udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" | 47 | //usage: " udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" |
49 | //usage: "\nOptions:" | ||
50 | //usage: "\n -r Prohibit upload" | 48 | //usage: "\n -r Prohibit upload" |
51 | //usage: "\n -c Allow file creation via upload" | 49 | //usage: "\n -c Allow file creation via upload" |
52 | //usage: "\n -u Access files as USER" | 50 | //usage: "\n -u Access files as USER" |