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