mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Justify help output to match main script
This commit is contained in:
parent
96eea32a9d
commit
afe5176e01
1 changed files with 5 additions and 6 deletions
|
@ -42,11 +42,11 @@ helpFunc() {
|
||||||
::: Usage: pihole -${letter} domain1 [domain2 ...]
|
::: Usage: pihole -${letter} domain1 [domain2 ...]
|
||||||
:::
|
:::
|
||||||
::: Options:
|
::: Options:
|
||||||
::: -d, --delmode Remove domains from the ${word}list
|
::: -d, --delmode Remove domains from the ${word}list
|
||||||
::: -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 your ${word}listed domains
|
||||||
EOM
|
EOM
|
||||||
if [[ "${letter}" == "b" ]]; then
|
if [[ "${letter}" == "b" ]]; then
|
||||||
echo "::: -wild, --wildcard Add whitecard entry (only blacklist)"
|
echo "::: -wild, --wildcard Add whitecard entry (only blacklist)"
|
||||||
|
@ -229,4 +229,3 @@ PoplistFile
|
||||||
if ${reload}; then
|
if ${reload}; then
|
||||||
Reload
|
Reload
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue