aboutsummaryrefslogtreecommitdiff
path: root/networking/tftp.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-06-05 03:58:28 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2011-06-05 03:58:28 +0200
commit66426760beef7e87c4735f433d123daf911b5b4a (patch)
tree7aa341ba4d1b01b69feeb878d1b78f974207abb0 /networking/tftp.c
parent9f7780250ce4bbee9c0a8f1044875e303479e196 (diff)
downloadbusybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.tar.gz
busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.tar.bz2
busybox-w32-66426760beef7e87c4735f433d123daf911b5b4a.zip
*: remove "Options:" string from help texts
function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/tftp.c')
-rw-r--r--networking/tftp.c2
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"