From aef7892de68a272df0dd62bd18e28a8790af66fa Mon Sep 17 00:00:00 2001 From: DL6ER Date: Thu, 22 Aug 2019 13:57:01 +0200 Subject: [PATCH] Add missing hyphens. Signed-off-by: DL6ER --- manpages/pihole.8 | 4 ++-- pihole | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manpages/pihole.8 b/manpages/pihole.8 index 11923392..ed012092 100644 --- a/manpages/pihole.8 +++ b/manpages/pihole.8 @@ -71,7 +71,7 @@ Available commands and options: Add or removes specified regex filter to the regex blacklist .br -\fB--whiteregex\fR [options] [ ] +\fB--white-regex\fR [options] [ ] .br Add or removes specified regex filter to the regex whitelist .br @@ -81,7 +81,7 @@ Available commands and options: Add or removes specified domain to the wildcard blacklist .br -\fB--whitewild\fR [options] [ ] +\fB--white-wild\fR [options] [ ] .br Add or removes specified domain to the wildcard whitelist .br diff --git a/pihole b/pihole index dfd6eda9..1d9f0809 100755 --- a/pihole +++ b/pihole @@ -375,10 +375,10 @@ Add '-h' after specific commands for more information on usage Whitelist/Blacklist Options: -w, whitelist Whitelist domain(s) -b, blacklist Blacklist domain(s) - --regex, regex Regex blacklist domains(s) - --whiteregex Regex whitelist domains(s) - --wild, wildcard Wildcard blacklist domain(s) - --whitewild Wildcard whitelist domain(s) + --regex, regex Regex blacklist domains(s) + --white-regex Regex whitelist domains(s) + --wild, wildcard Wildcard blacklist domain(s) + --white-wild Wildcard whitelist domain(s) Add '-h' for more info on whitelist/blacklist usage Debugging Options: