mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Apply suggestions from code review
Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com> Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
parent
de42669bb7
commit
d27a565d39
2 changed files with 4 additions and 4 deletions
|
@ -267,9 +267,9 @@ Available commands and options:
|
||||||
|
|
||||||
(restart options):
|
(restart options):
|
||||||
.br
|
.br
|
||||||
reload Updates the lists, flushes dnsmasq 's DNS cache
|
reload Updates the lists and flushes DNS cache
|
||||||
.br
|
.br
|
||||||
reload-lists Only update the lists WITHOUT flushing dnsmasq 's DNS cache
|
reload-lists Updates the lists WITHOUT flushing the DNS cache
|
||||||
.br
|
.br
|
||||||
|
|
||||||
\fBcheckout\fR [repo] [branch]
|
\fBcheckout\fR [repo] [branch]
|
||||||
|
|
4
pihole
4
pihole
|
@ -414,8 +414,8 @@ Options:
|
||||||
disable Disable Pi-hole subsystems
|
disable Disable Pi-hole subsystems
|
||||||
Add '-h' for more info on disable usage
|
Add '-h' for more info on disable usage
|
||||||
restartdns Full restart Pi-hole subsystems
|
restartdns Full restart Pi-hole subsystems
|
||||||
Add '--reload' to only updates the lists and flushes dnsmasq 's DNS cache
|
Add 'reload' to update the lists and flush the cache without restarting the DNS server
|
||||||
Add '--reload-lists' to only update the lists WITHOUT flushing dnsmasq 's DNS cache
|
Add 'reload-lists' to only update the lists WITHOUT flushing the cache or restarting the DNS server
|
||||||
checkout Switch Pi-hole subsystems to a different Github branch
|
checkout Switch Pi-hole subsystems to a different Github branch
|
||||||
Add '-h' for more info on checkout usage
|
Add '-h' for more info on checkout usage
|
||||||
arpflush Flush information stored in Pi-hole's network tables";
|
arpflush Flush information stored in Pi-hole's network tables";
|
||||||
|
|
Loading…
Reference in a new issue