diff options
author | Eric Andersen | 2001-05-15 17:51:37 +0000 |
---|---|---|
committer | Eric Andersen | 2001-05-15 17:51:37 +0000 |
commit | 50ae3102fb2b7fa718d2977d9fe81bae8bdbca4d (patch) | |
tree | 3598ece64206a19c4ac61a11b96db27e66552041 /include | |
parent | 55f9872616f0c42f3fb712cfb7f9d0bb52c8afcb (diff) | |
download | busybox-50ae3102fb2b7fa718d2977d9fe81bae8bdbca4d.zip 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 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 78ee628..604661f 100644 --- a/include/usage.h +++ b/include/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" \ |