Change help strings from wildcard to regex blacklist

Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
Mcat12 2018-06-29 23:10:49 -04:00
parent 0decc37b5a
commit 3077c22e4f
No known key found for this signature in database
GPG key ID: ABB8FC9789AF524D
2 changed files with 2 additions and 2 deletions

View file

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