bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 3/3] Clarify regex rules in documentation


From: Nekun
Subject: [PATCH 3/3] Clarify regex rules in documentation
Date: Sat, 1 May 2021 06:39:50 +0000

* doc/wget.texi: Add note that accept-regex can be passed multiple times
---
 doc/wget.texi | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/doc/wget.texi b/doc/wget.texi
index 0c282b3a..06c174c2 100644
--- a/doc/wget.texi
+++ b/doc/wget.texi
@@ -2445,6 +2445,8 @@ your shell from expanding it, like in @samp{-A "*.mp3"} 
or @samp{-A '*.mp3'}.
 @item --accept-regex @var{urlregex}
 @itemx --reject-regex @var{urlregex}
 Specify a regular expression to accept or reject the complete URL.
+Can be passed multiple times, then URL will be accepted or rejected if
+at least one matching expression is found.
 
 @item --regex-type @var{regextype}
 Specify the regular expression type.  Possible types are @samp{posix} or
-- 
2.26.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]