Co-authored-by: Marius Hanl <66004280+Maran23@users.noreply.github.com>
This commit is contained in:
yubiuser
2022-04-03 13:49:43 +02:00
committed by GitHub
parent 722a716de3
commit 6121c162ff

2
pihole
View File

@ -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 "$@";;