mirror of
https://github.com/pi-hole/pi-hole.git
synced 2025-04-21 23:00:18 +00:00
Change help strings from wildcard to regex blacklist
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
This commit is contained in:
parent
0decc37b5a
commit
3077c22e4f
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ helpFunc() {
|
|||
type="white"
|
||||
elif [[ "${listMain}" == "${regexlist}" ]]; then
|
||||
param="wild"
|
||||
type="wildcard black"
|
||||
type="regex black"
|
||||
else
|
||||
param="b"
|
||||
type="black"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue