1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-01-03 12:40:56 +00:00

Fix spacing for wildcard help in list script

This commit is contained in:
Markus Napp 2017-02-08 12:55:14 +01:00
parent 19e30b829a
commit 8037f3e332

View File

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