Apply suggestions from code review

Co-Authored-By: DL6ER <DL6ER@users.noreply.github.com>
Signed-off-by: Christian König <ckoenig@posteo.de>
pull/3252/head
yubiuser 4 years ago committed by Christian König
parent de42669bb7
commit d27a565d39

@ -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]

@ -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…
Cancel
Save