summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-05-15 17:51:37 +0000
committerEric Andersen <andersen@codepoet.org>2001-05-15 17:51:37 +0000
commit50ae3102fb2b7fa718d2977d9fe81bae8bdbca4d (patch)
tree3598ece64206a19c4ac61a11b96db27e66552041 /include
parent55f9872616f0c42f3fb712cfb7f9d0bb52c8afcb (diff)
downloadbusybox-w32-50ae3102fb2b7fa718d2977d9fe81bae8bdbca4d.tar.gz
busybox-w32-50ae3102fb2b7fa718d2977d9fe81bae8bdbca4d.tar.bz2
busybox-w32-50ae3102fb2b7fa718d2977d9fe81bae8bdbca4d.zip
Patch from Adam Heath <doogie@debian.org> to add arbitrary header support
to wget, so it can now do funky interactive things with cgi scripts.
Diffstat (limited to 'include')
-rw-r--r--include/usage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 78ee628ab..604661f78 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -1725,7 +1725,7 @@
1725 " 31 46 1365 /etc/passwd\n" 1725 " 31 46 1365 /etc/passwd\n"
1726 1726
1727#define wget_trivial_usage \ 1727#define wget_trivial_usage \
1728 "[-c] [-q] [-O file] url" 1728 "[-c|--continue] [-q|--quiet] [-O|--output-document file] [--header 'header: value'] url"
1729#define wget_full_usage \ 1729#define wget_full_usage \
1730 "wget retrieves files via HTTP or FTP\n\n" \ 1730 "wget retrieves files via HTTP or FTP\n\n" \
1731 "Options:\n" \ 1731 "Options:\n" \