Change help strings from wildcard to regex blacklist

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
pull/2236/head
Mcat12 6 years ago
parent 0decc37b5a
commit 3077c22e4f
No known key found for this signature in database
GPG Key ID: ABB8FC9789AF524D

@ -33,7 +33,7 @@ helpFunc() {
type="white"
elif [[ "${listMain}" == "${regexlist}" ]]; then
param="wild"
type="wildcard black"
type="regex black"
else
param="b"
type="black"

@ -599,7 +599,7 @@ Add '-h' after specific commands for more information on usage
Whitelist/Blacklist Options:
-w, whitelist Whitelist domain(s)
-b, blacklist Blacklist domain(s)
-wild, wildcard Blacklist domain(s), and all its subdomains
-wild, wildcard Regex blacklist domain(s)
Add '-h' for more info on whitelist/blacklist usage
Debugging Options:

Loading…
Cancel
Save