From 50ae3102fb2b7fa718d2977d9fe81bae8bdbca4d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 15 May 2001 17:51:37 +0000 Subject: Patch from Adam Heath to add arbitrary header support to wget, so it can now do funky interactive things with cgi scripts. --- include/usage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/usage.h') 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 @@ " 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" \ -- cgit v1.2.3