aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-06-21 19:45:06 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-06-21 19:45:06 +0000
commitc3f76c9711dc97ecd481c10794b595fe0fef368e (patch)
tree8c4977f9b0a6a58e97813de86bcaf2196eb833f2 /include
parent5f0f7d3428d4c8cc51fef8fcb4e7bf0ac616dab2 (diff)
downloadbusybox-w32-c3f76c9711dc97ecd481c10794b595fe0fef368e.tar.gz
busybox-w32-c3f76c9711dc97ecd481c10794b595fe0fef368e.tar.bz2
busybox-w32-c3f76c9711dc97ecd481c10794b595fe0fef368e.zip
Add wget -P support, finishing off bug #1176
-Erik git-svn-id: svn://busybox.net/trunk/busybox@2874 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index acba3677c..9fd3a2e1c 100644
--- a/include/usage.h
+++ b/include/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 \