Blame SOURCES/wget-1.14-add_missing_options_doc.patch
|
|
a8b0b1 |
From 8dc52c6eaa1993d140a52bc0627e436efd9870d0 Mon Sep 17 00:00:00 2001
|
|
|
a8b0b1 |
From: Giuseppe Scrivano <gscrivano@gnu.org>
|
|
|
a8b0b1 |
Date: Sun, 28 Apr 2013 22:41:24 +0200
|
|
|
a8b0b1 |
Subject: [PATCH] doc: add documentation for --accept-regex and --reject-regex
|
|
|
a8b0b1 |
|
|
|
a8b0b1 |
---
|
|
|
a8b0b1 |
doc/wget.texi | 4 ++++
|
|
|
a8b0b1 |
1 files changed, 4 insertions(+)
|
|
|
a8b0b1 |
|
|
|
a8b0b1 |
diff --git a/doc/wget.texi b/doc/wget.texi
|
|
|
a8b0b1 |
index fed188a..039f700 100644
|
|
|
a8b0b1 |
--- a/doc/wget.texi
|
|
|
a8b0b1 |
+++ b/doc/wget.texi
|
|
|
a8b0b1 |
@@ -2049,6 +2049,10 @@ any of the wildcard characters, @samp{*}, @samp{?}, @samp{[} or
|
|
|
a8b0b1 |
@samp{]}, appear in an element of @var{acclist} or @var{rejlist},
|
|
|
a8b0b1 |
it will be treated as a pattern, rather than a suffix.
|
|
|
a8b0b1 |
|
|
|
a8b0b1 |
+@item --accept-regex @var{urlregex}
|
|
|
a8b0b1 |
+@itemx --reject-regex @var{urlregex}
|
|
|
a8b0b1 |
+Specify a regular expression to accept or reject the complete URL.
|
|
|
a8b0b1 |
+
|
|
|
a8b0b1 |
@item -D @var{domain-list}
|
|
|
a8b0b1 |
@itemx --domains=@var{domain-list}
|
|
|
a8b0b1 |
Set domains to be followed. @var{domain-list} is a comma-separated list
|
|
|
a8b0b1 |
--
|
|
|
a8b0b1 |
1.8.1.4
|
|
|
a8b0b1 |
|