diff options
author | Robert Griebl <griebl@gmx.de> | 2002-05-14 23:36:45 +0000 |
---|---|---|
committer | Robert Griebl <griebl@gmx.de> | 2002-05-14 23:36:45 +0000 |
commit | d77601178d9c9f5084e3842d0156dc4723592e44 (patch) | |
tree | 567b8b380536381cf2861fdb248c15bd3a67d468 /include/usage.h | |
parent | 64f70cc755b89c29aa03dc9555a1df37de17bcfd (diff) | |
download | busybox-w32-d77601178d9c9f5084e3842d0156dc4723592e44.tar.gz busybox-w32-d77601178d9c9f5084e3842d0156dc4723592e44.tar.bz2 busybox-w32-d77601178d9c9f5084e3842d0156dc4723592e44.zip |
Added support for -Y|--proxy=on/off to wget
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index c24d71ebd..823d95296 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -1960,14 +1960,15 @@ | |||
1960 | " 31 46 1365 /etc/passwd\n" | 1960 | " 31 46 1365 /etc/passwd\n" |
1961 | 1961 | ||
1962 | #define wget_trivial_usage \ | 1962 | #define wget_trivial_usage \ |
1963 | "[-c|--continue] [-q|--quiet] [-O|--output-document file]\n\t[--header 'header: value'] [-P DIR] url" | 1963 | "[-c|--continue] [-q|--quiet] [-O|--output-document file]\n\t[--header 'header: value'] [-Y|--proxy on/off] [-P DIR] url" |
1964 | #define wget_full_usage \ | 1964 | #define wget_full_usage \ |
1965 | "wget retrieves files via HTTP or FTP\n\n" \ | 1965 | "wget retrieves files via HTTP or FTP\n\n" \ |
1966 | "Options:\n" \ | 1966 | "Options:\n" \ |
1967 | "\t-c\tcontinue retrieval of aborted transfers\n" \ | 1967 | "\t-c\tcontinue retrieval of aborted transfers\n" \ |
1968 | "\t-q\tquiet mode - do not print\n" \ | 1968 | "\t-q\tquiet mode - do not print\n" \ |
1969 | "\t-P\tSet directory prefix to DIR\n" \ | 1969 | "\t-P\tSet directory prefix to DIR\n" \ |
1970 | "\t-O\tsave to filename ('-' for stdout)" | 1970 | "\t-O\tsave to filename ('-' for stdout)\n" \ |
1971 | "\t-Y\tuse proxy ('on' or 'off')" | ||
1971 | 1972 | ||
1972 | #define which_trivial_usage \ | 1973 | #define which_trivial_usage \ |
1973 | "[COMMAND ...]" | 1974 | "[COMMAND ...]" |