fixup! Fix spacing for wildcard help in list script

This commit is contained in:
Markus Napp 2017-02-08 12:56:28 +01:00
parent 8037f3e332
commit 01f643e5eb

View file

@ -49,7 +49,7 @@ helpFunc() {
::: -l, --list Display your ${word}listed domains ::: -l, --list Display your ${word}listed domains
EOM EOM
if [[ "${letter}" == "b" ]]; then if [[ "${letter}" == "b" ]]; then
echo "::: -wild, --wildcard Add wildcard entry (only blacklist)" echo "::: -wild, --wildcard Add wildcard entry (only blacklist)"
fi fi
exit 0 exit 0
} }