1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-11-18 06:08:21 +00:00

Rewrite help text for better handling of params

This commit is contained in:
Markus Napp 2017-03-12 15:50:48 +01:00
parent ae30c285a2
commit 9a475cc010

View File

@ -49,9 +49,9 @@ helpFunc() {
::: -nr, --noreload Update ${word}list without refreshing dnsmasq
::: -q, --quiet Output is less verbose
::: -h, --help Show this help dialog
::: -l, --list Display your ${word}listed domains
::: -l, --list Display domains on the ${word}list
EOM
if [[ "${letter}" == "-wild" ]]; then
if [[ "${letter}" == "wild" ]]; then
echo "::: -wild, --wildcard Add wildcard entry (only blacklist)"
fi
exit 0