]> sjero.net Git - wget/commitdiff
doc: add documentation for --accept-regex and --reject-regex
authorGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 28 Apr 2013 20:41:24 +0000 (22:41 +0200)
committerGiuseppe Scrivano <gscrivano@gnu.org>
Sun, 28 Apr 2013 20:41:24 +0000 (22:41 +0200)
doc/ChangeLog
doc/wget.texi

index 5e9c352bc5e0148eedcb20f9b39bda96e4e40214..1c4b0828a7ac7403acec5777d8e3933ee8f71995 100644 (file)
@@ -1,3 +1,9 @@
+2013-04-28  Giuseppe Scrivano  <gscrivano@gnu.org>
+
+       * wget.texi (Types of Files...): Document --accept-regex,
+       --reject-regex.
+       Reported by: Tomas Hozza <thozza@redhat.com>.
+
 2013-04-14  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * wget.texi (Download Options): Document "mega" dot style.
 2013-04-14  Giuseppe Scrivano  <gscrivano@gnu.org>
 
        * wget.texi (Download Options): Document "mega" dot style.
index fed188ad982e1690234c10d3e20d41f69cc72dc1..039f70092dc74760f928ecf11c34652aea999722 100644 (file)
@@ -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.
 
 @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
 @item -D @var{domain-list}
 @itemx --domains=@var{domain-list}
 Set domains to be followed.  @var{domain-list} is a comma-separated list