diff options
Diffstat (limited to 'include')
| -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 ...]" |
