diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-21 19:45:06 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-21 19:45:06 +0000 |
commit | 8071c021311afb592bb6710b841350018ba97b9d (patch) | |
tree | 8c4977f9b0a6a58e97813de86bcaf2196eb833f2 /applets/usage.h | |
parent | ceeff7381929930fe8d7e33543e285d5fdcf1c68 (diff) | |
download | busybox-w32-8071c021311afb592bb6710b841350018ba97b9d.tar.gz busybox-w32-8071c021311afb592bb6710b841350018ba97b9d.tar.bz2 busybox-w32-8071c021311afb592bb6710b841350018ba97b9d.zip |
Add wget -P support, finishing off bug #1176
-Erik
Diffstat (limited to 'applets/usage.h')
-rw-r--r-- | applets/usage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/applets/usage.h b/applets/usage.h index acba3677c..9fd3a2e1c 100644 --- a/applets/usage.h +++ b/applets/usage.h | |||
@@ -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 \ |