Blame SOURCES/wget-1.14-add_missing_options_doc.patch

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