Fix typo
Co-authored-by: Marius Hanl <66004280+Maran23@users.noreply.github.com>
This commit is contained in:
parent
722a716de3
commit
6121c162ff
2
pihole
2
pihole
|
@ -496,7 +496,7 @@ if [[ $# = 0 ]]; then
|
||||||
helpFunc
|
helpFunc
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# functions that do not requiere sudo power
|
# functions that do not require sudo power
|
||||||
case "${1}" in
|
case "${1}" in
|
||||||
"-h" | "help" | "--help" ) helpFunc;;
|
"-h" | "help" | "--help" ) helpFunc;;
|
||||||
"-v" | "version" ) versionFunc "$@";;
|
"-v" | "version" ) versionFunc "$@";;
|
||||||
|
|
Loading…
Reference in New Issue