mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Fix typo
Co-authored-by: Marius Hanl <66004280+Maran23@users.noreply.github.com>
This commit is contained in:
parent
722a716de3
commit
6121c162ff
1 changed files with 1 additions and 1 deletions
2
pihole
2
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 "$@";;
|
||||
|
|
Loading…
Reference in a new issue