diff options
author | Denys Vlasenko | 2011-06-05 03:58:28 +0200 |
---|---|---|
committer | Denys Vlasenko | 2011-06-05 03:58:28 +0200 |
commit | 66426760beef7e87c4735f433d123daf911b5b4a (patch) | |
tree | 7aa341ba4d1b01b69feeb878d1b78f974207abb0 /networking/tftp.c | |
parent | 9f7780250ce4bbee9c0a8f1044875e303479e196 (diff) | |
download | busybox-66426760beef7e87c4735f433d123daf911b5b4a.zip busybox-66426760beef7e87c4735f433d123daf911b5b4a.tar.gz |
*: 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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/networking/tftp.c b/networking/tftp.c index 6484410..17485a5 100644 --- a/networking/tftp.c +++ b/networking/tftp.c @@ -23,7 +23,6 @@ //usage: "[OPTIONS] HOST [PORT]" //usage:#define tftp_full_usage "\n\n" //usage: "Transfer a file from/to tftp server\n" -//usage: "\nOptions:" //usage: "\n -l FILE Local FILE" //usage: "\n -r FILE Remote FILE" //usage: IF_FEATURE_TFTP_GET( @@ -46,7 +45,6 @@ //usage: " 69 dgram udp nowait root tftpd tftpd -l /files/to/serve\n" //usage: "It also can be ran from udpsvd:\n" //usage: " udpsvd -vE 0.0.0.0 69 tftpd /files/to/serve\n" -//usage: "\nOptions:" //usage: "\n -r Prohibit upload" //usage: "\n -c Allow file creation via upload" //usage: "\n -u Access files as USER" |