From 7e91b9ab47f710311ed9cc2d509c5ea3a4c5405e Mon Sep 17 00:00:00 2001 From: DL6ER Date: Sat, 22 Jun 2024 20:35:06 +0200 Subject: [PATCH] Update help text Signed-off-by: DL6ER --- pihole | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pihole b/pihole index ce46fd0f..d9a22c63 100755 --- a/pihole +++ b/pihole @@ -472,17 +472,17 @@ unsupportedFunc(){ helpFunc() { echo "Usage: pihole [options] -Example: 'pihole -w -h' +Example: 'pihole -a -h' Add '-h' after specific commands for more information on usage -Whitelist/Blacklist Options: - -w, whitelist Whitelist domain(s) - -b, blacklist Blacklist domain(s) +Domain Options: + -a, allowlist Allowlist domain(s) + -b, denylist Denylist domain(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) - --white-wild Wildcard whitelist domain(s) - Add '-h' for more info on whitelist/blacklist usage + --allow-wild Wildcard allowlist domain(s) + Add '-h' for more info on allowlist/denylist usage Debugging Options: -d, debug Start a debugging session