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:
authorChristian König <ckoenig@posteo.de>2021-10-31 20:30:40 +0300
committerChristian König <ckoenig@posteo.de>2021-10-31 20:30:40 +0300
commit0841a7ad06f8ff39ea2c82cb3d25168b166b8cb7 (patch)
tree08ebb9a350280276735f79334d7531d4218aa464
parent496955a513147a89ba7f206802c2a1ae642c4100 (diff)
Fix typoshelp_man
Signed-off-by: Christian König <ckoenig@posteo.de>
-rwxr-xr-xadvanced/Scripts/webpage.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/advanced/Scripts/webpage.sh b/advanced/Scripts/webpage.sh
index 7ae7e553..4db0daa2 100755
--- a/advanced/Scripts/webpage.sh
+++ b/advanced/Scripts/webpage.sh
@@ -47,8 +47,8 @@ Options:
-i, interface Specify dnsmasq's interface listening behavior. Use -h for help
-l, privacylevel Set privacy level (0 = lowest, 3 = highest)
-t, teleporter Backup configuration as an archive
- poweroff Poweroff the sysetem
- reboot Reboot the sysetem
+ poweroff Poweroff the system
+ reboot Reboot the system
restartdns Restarts Pi-hole
layout Set the web GUI layout [boxed/traditional]
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
echo "Usage: pihole -a setquerylog [Value]
Set which queries should be shown in the query log.
- Valures are [all/permittedonly/blockedonly/nothing]
+ Values are [all/permittedonly/blockedonly/nothing]
"
exit 0