Rewrite help text for better handling of params

pull/1317/head
Markus Napp 7 years ago
parent ae30c285a2
commit 9a475cc010

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

Loading…
Cancel
Save