Remove erroneous space in chmod command

Fix spacing in help function
This commit is contained in:
Promofaux 2016-08-02 20:14:36 +01:00
parent 57df56dc62
commit 2bc364023a
2 changed files with 46 additions and 45 deletions

3
pihole
View file

@ -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
}