Typo fixed
This commit is contained in:
parent
9ac265980f
commit
ebf0db4bbf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue