mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
fixup! Fix spacing for wildcard help in list script
This commit is contained in:
parent
8037f3e332
commit
01f643e5eb
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue