mirror of
https://github.com/pi-hole/pi-hole
synced 2025-07-02 21:32:33 +00:00
Remove erroneous space in chmod command
Fix spacing in help function
This commit is contained in:
parent
57df56dc62
commit
2bc364023a
3
pihole
3
pihole
@ -78,6 +78,7 @@ function versionFunc{
|
||||
$SUDO /opt/pihole/version.sh
|
||||
exit 1
|
||||
}
|
||||
|
||||
function helpFunc {
|
||||
echo "::: Control all PiHole specific functions!"
|
||||
echo ":::"
|
||||
@ -95,7 +96,7 @@ function helpFunc {
|
||||
echo "::: -c, chronometer Calculates stats and displays to an LCD"
|
||||
echo "::: -h, help Show this help dialog"
|
||||
echo "::: -v, version Show current versions"
|
||||
echo "::: uninstall Uninstall Pi-Hole from your system!"
|
||||
echo "::: uninstall Uninstall Pi-Hole from your system :(!"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user