diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-15 17:51:37 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-15 17:51:37 +0000 |
commit | 50ae3102fb2b7fa718d2977d9fe81bae8bdbca4d (patch) | |
tree | 3598ece64206a19c4ac61a11b96db27e66552041 /applets | |
parent | 55f9872616f0c42f3fb712cfb7f9d0bb52c8afcb (diff) | |
download | busybox-50ae3102fb2b7fa718d2977d9fe81bae8bdbca4d.tar.gz |
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 'applets')
-rw-r--r-- | applets/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applets/usage.h b/applets/usage.h index 78ee628ab..604661f78 100644 --- a/applets/usage.h +++ b/applets/usage.h @@ -1725,7 +1725,7 @@ " 31 46 1365 /etc/passwd\n" #define wget_trivial_usage \ - "[-c] [-q] [-O file] url" + "[-c|--continue] [-q|--quiet] [-O|--output-document file] [--header 'header: value'] url" #define wget_full_usage \ "wget retrieves files via HTTP or FTP\n\n" \ "Options:\n" \ |