From fd584dd03baa7ee15b57590b35113c600e8c986d Mon Sep 17 00:00:00 2001 From: Anthony Giorgio Date: Sat, 18 Mar 2017 20:47:13 -0400 Subject: [PATCH] Formatting cleanup. Convert backticks to quotes to fix error message. Make Pi-hole capitalization consistent. Make Pi-hole capitalization consistent. --- pihole | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pihole b/pihole index d2f87b71..83e13000 100755 --- a/pihole +++ b/pihole @@ -287,10 +287,10 @@ piholeCheckoutFunc() { helpFunc() { cat << EOM -::: Control all PiHole specific functions! +::: Control all Pi-hole specific functions ::: ::: Usage: pihole [options] -::: Add -h after -w (whitelist), -b (blacklist), -c (chronometer), or -a (admin) for more information on usage +::: Add -h after -w (whitelist), -b (blacklist), -c (chronometer), or -a (admin) for more information on usage ::: ::: Options: ::: -w, whitelist Whitelist domain(s) @@ -306,15 +306,15 @@ helpFunc() { ::: -g, updateGravity Update the list of ad-serving domains ::: -c, chronometer Calculates stats and displays to an LCD ::: -h, help Show this help dialog -::: -v, version Show installed versions of Pi-Hole and Web-Admin +::: -v, version Show installed versions of Pi-hole and Web-Admin ::: -q, query Query the adlists for a specific domain ::: 'pihole -q domain -exact' shows exact matches only ::: -l, logging Enable or Disable logging (pass 'on' or 'off') ::: -a, admin Admin webpage options -::: uninstall Uninstall Pi-Hole from your system :(! -::: status Is Pi-Hole Enabled or Disabled -::: enable Enable Pi-Hole DNS Blocking -::: disable Disable Pi-Hole DNS Blocking +::: uninstall Uninstall Pi-hole from your system! :( +::: status Display if Pi-hole is Enabled or Disabled +::: enable Enable Pi-hole DNS Blocking +::: disable Disable Pi-hole DNS Blocking ::: Blocking can also be disabled only temporarily, e.g., ::: 'pihole disable 5m' - will disable blocking for 5 minutes ::: restartdns Restart dnsmasq