diff options
Diffstat (limited to 'usage.h')
-rw-r--r-- | usage.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1729,12 +1729,13 @@ | |||
1729 | " 31 46 1365 /etc/passwd\n" | 1729 | " 31 46 1365 /etc/passwd\n" |
1730 | 1730 | ||
1731 | #define wget_trivial_usage \ | 1731 | #define wget_trivial_usage \ |
1732 | "[-c|--continue] [-q|--quiet] [-O|--output-document file] [--header 'header: value'] url" | 1732 | "[-c|--continue] [-q|--quiet] [-O|--output-document file]\n\t[--header 'header: value'] [-P DIR] url" |
1733 | #define wget_full_usage \ | 1733 | #define wget_full_usage \ |
1734 | "wget retrieves files via HTTP or FTP\n\n" \ | 1734 | "wget retrieves files via HTTP or FTP\n\n" \ |
1735 | "Options:\n" \ | 1735 | "Options:\n" \ |
1736 | "\t-c\tcontinue retrieval of aborted transfers\n" \ | 1736 | "\t-c\tcontinue retrieval of aborted transfers\n" \ |
1737 | "\t-q\tquiet mode - do not print\n" \ | 1737 | "\t-q\tquiet mode - do not print\n" \ |
1738 | "\t-P\tSet directory prefix to DIR\n" \ | ||
1738 | "\t-O\tsave to filename ('-' for stdout)" | 1739 | "\t-O\tsave to filename ('-' for stdout)" |
1739 | 1740 | ||
1740 | #define which_trivial_usage \ | 1741 | #define which_trivial_usage \ |