From 8dc52c6eaa1993d140a52bc0627e436efd9870d0 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Sun, 28 Apr 2013 22:41:24 +0200 Subject: [PATCH] doc: add documentation for --accept-regex and --reject-regex --- doc/ChangeLog | 6 ++++++ doc/wget.texi | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index 5e9c352b..1c4b0828 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,9 @@ +2013-04-28 Giuseppe Scrivano + + * wget.texi (Types of Files...): Document --accept-regex, + --reject-regex. + Reported by: Tomas Hozza . + 2013-04-14 Giuseppe Scrivano * wget.texi (Download Options): Document "mega" dot style. diff --git a/doc/wget.texi b/doc/wget.texi index fed188ad..039f7009 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 -- 2.39.2