From 8071c021311afb592bb6710b841350018ba97b9d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 21 Jun 2001 19:45:06 +0000 Subject: Add wget -P support, finishing off bug #1176 -Erik --- usage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usage.h') diff --git a/usage.h b/usage.h index acba3677c..9fd3a2e1c 100644 --- a/usage.h +++ b/usage.h @@ -1729,12 +1729,13 @@ " 31 46 1365 /etc/passwd\n" #define wget_trivial_usage \ - "[-c|--continue] [-q|--quiet] [-O|--output-document file] [--header 'header: value'] url" + "[-c|--continue] [-q|--quiet] [-O|--output-document file]\n\t[--header 'header: value'] [-P DIR] url" #define wget_full_usage \ "wget retrieves files via HTTP or FTP\n\n" \ "Options:\n" \ "\t-c\tcontinue retrieval of aborted transfers\n" \ "\t-q\tquiet mode - do not print\n" \ + "\t-P\tSet directory prefix to DIR\n" \ "\t-O\tsave to filename ('-' for stdout)" #define which_trivial_usage \ -- cgit v1.2.3