Typo fixed

This commit is contained in:
DL6ER 2016-12-31 17:17:46 +00:00
parent 9ac265980f
commit ebf0db4bbf
1 changed files with 1 additions and 1 deletions

View File

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