1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-05 05:30:55 +00:00

Requested changes (also tabs -> spaces)

Signed-off-by: Rob Gill <rrobgill@protonmail.com>
This commit is contained in:
Rob Gill 2018-06-02 14:13:30 +10:00 committed by GitHub
parent ef65bac79b
commit d01a568b8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ Pi-hole : A black-hole for internet advertisements
.br .br
\fBpihole -a\fR \fB-p\fR password \fBpihole -a\fR \fB-p\fR password
.br .br
\fBpihole -a\fR (-c|-f|-k) \fBpihole -a\fR (\fB-c|-f|-k\fR)
.br .br
\fBpihole -a\fR [\fB-r\fR hostrecord] \fBpihole -a\fR [\fB-r\fR hostrecord]
.br .br
@ -33,10 +33,12 @@ pihole -g\fR
.br .br
\fBpihole\fR -\fBq\fR [options] \fBpihole\fR -\fBq\fR [options]
.br .br
\fBpihole\fR \fB-l\fR (on|off|off noflush) \fBpihole\fR \fB-l\fR (\fBon|off|off noflush\fR)
.br .br
\fBpihole -up \fR[--checkonly] \fBpihole -up \fR[--checkonly]
.br .br
\fBpihole -v\fR [-p|-a|-f] [-c|-l|-hash]
.br
\fBpihole uninstall \fBpihole uninstall
.br .br
pihole status pihole status
@ -69,7 +71,6 @@ Available commands and options:
Add or removes specified domain, and all subdomains to the blacklist Add or removes specified domain, and all subdomains to the blacklist
.br .br
.br
(Whitelist/Blacklist manipulation options): (Whitelist/Blacklist manipulation options):
.br .br
-d, --delmode Remove domain(s) from the list -d, --delmode Remove domain(s) from the list
@ -83,9 +84,12 @@ Available commands and options:
--nuke Removes all entries in a list --nuke Removes all entries in a list
.br .br
\fB-d, debug\fR [\fB-a\fR] \fB-d, debug\fR [-a]
.br .br
Start a debugging session Add '-a' to enable automated debugging Start a debugging session
.br
-a Enable automated debugging
.br .br
\fB-f, flush\fR \fB-f, flush\fR
@ -104,13 +108,12 @@ Available commands and options:
View the live output of the Pi-hole log View the live output of the Pi-hole log
.br .br
\fB-a, admin\fR [options] Console \fB-a, admin\fR [options]
.br .br
(Admin options):
.br .br
(Admin console options): -p, password Set Web Interface password
.br
-p, password Set Admin Console password
.br .br
-c, celsius Set Celsius as preferred temperature unit -c, celsius Set Celsius as preferred temperature unit
.br .br
@ -185,12 +188,13 @@ Available commands and options:
.br .br
Update Pi-hole subsystems Update Pi-hole subsystems
.br .br
Add '--check-only' to exit script before update is performed.
--check-only Exit script before update is performed.
.br .br
\fB-v, version\fR [repo] [options] \fB-v, version\fR [repo] [options]
.br .br
Show installed versions of Pi-hole, Admin Console &amp; FTL Show installed versions of Pi-hole, Web Interface &amp; FTL
.br .br
.br .br
@ -263,8 +267,10 @@ Available commands and options:
.br .br
dev Update subsystems to the latest development release dev Update subsystems to the latest development release
.br .br
branchname Update subsystems to the specified branchname
.br
.SH "EXAMPLE" .SH "EXAMPLE"
Some usage examples Some usage examples
.br .br
@ -275,7 +281,7 @@ Some usage examples
.br .br
\fBpihole -b -d noads.example.com\fR Remove "noads.example.com" from blacklist \fBpihole -b -d noads.example.com\fR Remove "noads.example.com" from blacklist
.br .br
\fBpihole -wild ads.example\fR Add "ads.example" as wildcard - would block ads.example.net \fBpihole -wild example\fR Add "example" as wildcard - would block ads.example.net, example.com etc.
.br .br
Changing the web ui password Changing the web ui password
@ -296,7 +302,7 @@ Some usage examples
.br .br
.br .br
\fBpihole -v -c\fR Display the current version of AdminLTE \fBpihole -v -a -c\fR Display the current version of AdminLTE
.br .br
.br .br
@ -318,7 +324,7 @@ Some usage examples
.br .br
.SH "SEE ALSO" .SH "SEE ALSO"
dmasq(8), lighttpd(8) dnsmasq(8), lighttpd(8)
.br .br
.SH "COLOPHON" .SH "COLOPHON"