Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMcat12 <newtoncat12@yahoo.com>2018-07-13 04:38:43 +0300
committerMcat12 <newtoncat12@yahoo.com>2018-07-13 04:38:43 +0300
commit941a766aa3a3c2311df9a8676d556ea5df3ba1ed (patch)
tree439f54bcaa75e87e659aad145841f6790b836bac /manpages
parent72be7ad5f0fde78a0bde92ad1d98502ffa6c9afd (diff)
Replace -wild and -regex with --wild and --regex
Signed-off-by: Mcat12 <newtoncat12@yahoo.com>
Diffstat (limited to 'manpages')
-rw-r--r--manpages/pihole.810
1 files changed, 5 insertions, 5 deletions
diff --git a/manpages/pihole.8 b/manpages/pihole.8
index 1017aaea..c30570df 100644
--- a/manpages/pihole.8
+++ b/manpages/pihole.8
@@ -5,7 +5,7 @@ Pi-hole : A black-hole for internet advertisements
.br
.SH "SYNOPSIS"
-\fBpihole\fR (\fB-w\fR|\fB-b\fR|\fB-wild\fR|\fB-regex\fR) [options] domain(s)
+\fBpihole\fR (\fB-w\fR|\fB-b\fR|\fB--wild\fR|\fB--regex\fR) [options] domain(s)
.br
\fBpihole -a\fR \fB-p\fR password
.br
@@ -66,12 +66,12 @@ Available commands and options:
Adds or removes specified domain or domains to the blacklist
.br
-\fB-wild, wildcard\fR [options] [<domain1> <domain2 ...>]
+\fB--wild, wildcard\fR [options] [<domain1> <domain2 ...>]
.br
Add or removes specified domain to the wildcard blacklist
.br
-\fB-regex, regex\fR [options] [<regex1> <regex2 ...>]
+\fB--regex, regex\fR [options] [<regex1> <regex2 ...>]
.br
Add or removes specified regex filter to the regex blacklist
.br
@@ -282,10 +282,10 @@ Some usage examples
.br
\fBpihole -b -d noads.example.com\fR Remove "noads.example.com" from blacklist
.br
- \fBpihole -wild example.com\fR Add example.com as a wildcard - would
+ \fBpihole --wild example.com\fR Add example.com as a wildcard - would
block all subdomains of example.com, including example.com itself.
.br
- \fBpihole -regex "ad.*\.example\.com$"\fR Add "ad.*\.example\.com$" to the regex
+ \fBpihole --regex "ad.*\.example\.com$"\fR Add "ad.*\.example\.com$" to the regex
blacklist - would block all subdomains of example.com which start with "ad"
.br