mirror of
https://github.com/pi-hole/pi-hole
synced 2024-11-18 06:08:21 +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
|
||||
::: -q, --quiet Output is less verbose
|
||||
::: -h, --help Show this help dialog
|
||||
::: -l, --list Display your ${word}listed domains
|
||||
::: -l, --list Display domains on the ${word}list
|
||||
EOM
|
||||
if [[ "${letter}" == "-wild" ]]; then
|
||||
if [[ "${letter}" == "wild" ]]; then
|
||||
echo "::: -wild, --wildcard Add wildcard entry (only blacklist)"
|
||||
fi
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user