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
path: root/pihole
diff options
context:
space:
mode:
authoryubiuser <ckoenig@posteo.de>2022-04-03 14:49:43 +0300
committerGitHub <noreply@github.com>2022-04-03 14:49:43 +0300
commit6121c162ff31a74a3b24c13c9104af13627d1277 (patch)
treefc64bc3052196cdff0ee41e1db03b44ed9afb415 /pihole
parent722a716de37282401996d7cc95b7e689df5b7d92 (diff)
Fix typono_root
Co-authored-by: Marius Hanl <66004280+Maran23@users.noreply.github.com>
Diffstat (limited to 'pihole')
-rwxr-xr-xpihole2
1 files changed, 1 insertions, 1 deletions
diff --git a/pihole b/pihole
index 1f283d0e..dd41c5f2 100755
--- a/pihole
+++ b/pihole
@@ -496,7 +496,7 @@ if [[ $# = 0 ]]; then
helpFunc
fi
-# functions that do not requiere sudo power
+# functions that do not require sudo power
case "${1}" in
"-h" | "help" | "--help" ) helpFunc;;
"-v" | "version" ) versionFunc "$@";;