mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-29 01:23:18 +00:00
Update help text
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
parent
5dfcd02c40
commit
7e91b9ab47
1 changed files with 7 additions and 7 deletions
14
pihole
14
pihole
|
@ -472,17 +472,17 @@ unsupportedFunc(){
|
||||||
|
|
||||||
helpFunc() {
|
helpFunc() {
|
||||||
echo "Usage: pihole [options]
|
echo "Usage: pihole [options]
|
||||||
Example: 'pihole -w -h'
|
Example: 'pihole -a -h'
|
||||||
Add '-h' after specific commands for more information on usage
|
Add '-h' after specific commands for more information on usage
|
||||||
|
|
||||||
Whitelist/Blacklist Options:
|
Domain Options:
|
||||||
-w, whitelist Whitelist domain(s)
|
-a, allowlist Allowlist domain(s)
|
||||||
-b, blacklist Blacklist domain(s)
|
-b, denylist Denylist domain(s)
|
||||||
--regex, regex Regex blacklist domains(s)
|
--regex, regex Regex blacklist domains(s)
|
||||||
--white-regex Regex whitelist domains(s)
|
--allow-regex Regex allowlist domains(s)
|
||||||
--wild, wildcard Wildcard blacklist domain(s)
|
--wild, wildcard Wildcard blacklist domain(s)
|
||||||
--white-wild Wildcard whitelist domain(s)
|
--allow-wild Wildcard allowlist domain(s)
|
||||||
Add '-h' for more info on whitelist/blacklist usage
|
Add '-h' for more info on allowlist/denylist usage
|
||||||
|
|
||||||
Debugging Options:
|
Debugging Options:
|
||||||
-d, debug Start a debugging session
|
-d, debug Start a debugging session
|
||||||
|
|
Loading…
Reference in a new issue