diff options
author | sandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-05-14 23:36:45 +0000 |
---|---|---|
committer | sandman <sandman@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2002-05-14 23:36:45 +0000 |
commit | 5406bfb2a03fbeb8f652c3de0464faead90ce77c (patch) | |
tree | 567b8b380536381cf2861fdb248c15bd3a67d468 /include/usage.h | |
parent | 2229679b2e663a5fe2e3d0abc9d3d07a4b6b4f49 (diff) | |
download | busybox-w32-5406bfb2a03fbeb8f652c3de0464faead90ce77c.tar.gz busybox-w32-5406bfb2a03fbeb8f652c3de0464faead90ce77c.tar.bz2 busybox-w32-5406bfb2a03fbeb8f652c3de0464faead90ce77c.zip |
Added support for -Y|--proxy=on/off to wget
git-svn-id: svn://busybox.net/trunk/busybox@4774 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 ...]" |