1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 14:58:08 +00:00

fix formatting

This commit is contained in:
Justin Theberge 2016-04-07 21:58:57 -04:00
parent 70dadfba28
commit bdfc86f850
2 changed files with 3 additions and 3 deletions

View File

@ -61,7 +61,7 @@ function helpFunc()
echo "::: -f, --force Force updating of the hosts files, even if there are no changes"
echo "::: -q, --quiet output is less verbose"
echo "::: -h, --help Show this help dialog"
echo "::: -l, --list Display your blacklisted domains"
echo "::: -l, --list Display your blacklisted domains"
exit 1
}
@ -197,7 +197,7 @@ do
"-f" | "--force" ) force=true;;
"-q" | "--quiet" ) versbose=false;;
"-h" | "--help" ) helpFunc;;
"-l" | "--list" ) DisplayBlist;;
"-l" | "--list" ) DisplayBlist;;
* ) HandleOther "$var";;
esac
done

View File

@ -60,7 +60,7 @@ function helpFunc()
echo "::: -f, --force Force updating of the hosts files, even if there are no changes"
echo "::: -q, --quiet output is less verbose"
echo "::: -h, --help Show this help dialog"
echo "::: -l, --list Display your whitelisted domains"
echo "::: -l, --list Display your whitelisted domains"
exit 1
}