From: Giuseppe Scrivano Date: Sun, 28 Apr 2013 20:41:24 +0000 (+0200) Subject: doc: add documentation for --accept-regex and --reject-regex X-Git-Tag: v1.15~62 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=8dc52c6eaa1993d140a52bc0627e436efd9870d0 doc: add documentation for --accept-regex and --reject-regex --- 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