mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 14:18:15 +00:00
Rewrite help text for better handling of params
This commit is contained in:
parent
ae30c285a2
commit
9a475cc010
@ -49,9 +49,9 @@ helpFunc() {
|
|||||||
::: -nr, --noreload Update ${word}list without refreshing dnsmasq
|
::: -nr, --noreload Update ${word}list without refreshing dnsmasq
|
||||||
::: -q, --quiet Output is less verbose
|
::: -q, --quiet Output is less verbose
|
||||||
::: -h, --help Show this help dialog
|
::: -h, --help Show this help dialog
|
||||||
::: -l, --list Display your ${word}listed domains
|
::: -l, --list Display domains on the ${word}list
|
||||||
EOM
|
EOM
|
||||||
if [[ "${letter}" == "-wild" ]]; then
|
if [[ "${letter}" == "wild" ]]; 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 New Issue
Block a user