mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Add missing hyphens.
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
cc40c18f49
commit
aef7892de6
2 changed files with 6 additions and 6 deletions
|
@ -71,7 +71,7 @@ Available commands and options:
|
||||||
Add or removes specified regex filter to the regex blacklist
|
Add or removes specified regex filter to the regex blacklist
|
||||||
.br
|
.br
|
||||||
|
|
||||||
\fB--whiteregex\fR [options] [<regex1> <regex2 ...>]
|
\fB--white-regex\fR [options] [<regex1> <regex2 ...>]
|
||||||
.br
|
.br
|
||||||
Add or removes specified regex filter to the regex whitelist
|
Add or removes specified regex filter to the regex whitelist
|
||||||
.br
|
.br
|
||||||
|
@ -81,7 +81,7 @@ Available commands and options:
|
||||||
Add or removes specified domain to the wildcard blacklist
|
Add or removes specified domain to the wildcard blacklist
|
||||||
.br
|
.br
|
||||||
|
|
||||||
\fB--whitewild\fR [options] [<domain1> <domain2 ...>]
|
\fB--white-wild\fR [options] [<domain1> <domain2 ...>]
|
||||||
.br
|
.br
|
||||||
Add or removes specified domain to the wildcard whitelist
|
Add or removes specified domain to the wildcard whitelist
|
||||||
.br
|
.br
|
||||||
|
|
4
pihole
4
pihole
|
@ -376,9 +376,9 @@ Whitelist/Blacklist Options:
|
||||||
-w, whitelist Whitelist domain(s)
|
-w, whitelist Whitelist domain(s)
|
||||||
-b, blacklist Blacklist domain(s)
|
-b, blacklist Blacklist domain(s)
|
||||||
--regex, regex Regex blacklist domains(s)
|
--regex, regex Regex blacklist domains(s)
|
||||||
--whiteregex Regex whitelist domains(s)
|
--white-regex Regex whitelist domains(s)
|
||||||
--wild, wildcard Wildcard blacklist domain(s)
|
--wild, wildcard Wildcard blacklist domain(s)
|
||||||
--whitewild Wildcard whitelist domain(s)
|
--white-wild Wildcard whitelist domain(s)
|
||||||
Add '-h' for more info on whitelist/blacklist usage
|
Add '-h' for more info on whitelist/blacklist usage
|
||||||
|
|
||||||
Debugging Options:
|
Debugging Options:
|
||||||
|
|
Loading…
Reference in a new issue