Fix typos

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2021-10-31 18:30:40 +01:00
parent 496955a513
commit 0841a7ad06
No known key found for this signature in database
GPG key ID: 4CDA6F249DD2B485

View file

@ -47,8 +47,8 @@ Options:
-i, interface Specify dnsmasq's interface listening behavior. Use -h for help -i, interface Specify dnsmasq's interface listening behavior. Use -h for help
-l, privacylevel Set privacy level (0 = lowest, 3 = highest) -l, privacylevel Set privacy level (0 = lowest, 3 = highest)
-t, teleporter Backup configuration as an archive -t, teleporter Backup configuration as an archive
poweroff Poweroff the sysetem poweroff Poweroff the system
reboot Reboot the sysetem reboot Reboot the system
restartdns Restarts Pi-hole restartdns Restarts Pi-hole
layout Set the web GUI layout [boxed/traditional] layout Set the web GUI layout [boxed/traditional]
theme Set the web GUI theme [default-light/default-dark/default-darker/default-auto] theme Set the web GUI theme [default-light/default-dark/default-darker/default-auto]
@ -393,7 +393,7 @@ SetQueryLogOptions() {
if [[ "$3" == "-h" ]] || [[ "$3" == "--help" ]]; then if [[ "$3" == "-h" ]] || [[ "$3" == "--help" ]]; then
echo "Usage: pihole -a setquerylog [Value] echo "Usage: pihole -a setquerylog [Value]
Set which queries should be shown in the query log. Set which queries should be shown in the query log.
Valures are [all/permittedonly/blockedonly/nothing] Values are [all/permittedonly/blockedonly/nothing]
" "
exit 0 exit 0