From 38961fb31b9c3effe86927468f41e8b4015f53a8 Mon Sep 17 00:00:00 2001 From: Dan Schaper Date: Mon, 27 Feb 2017 10:49:25 -0800 Subject: [PATCH] Help text clarification and addition of the automated debuggin flag. Signed-off-by: Dan Schaper --- pihole | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pihole b/pihole index ad021740..e4d832a5 100755 --- a/pihole +++ b/pihole @@ -283,6 +283,8 @@ helpFunc() { ::: -b, blacklist Blacklist domain(s) (exact match) ::: -wild, wildcard Blacklist whole domain(s) (wildcard) ::: -d, debug Start a debugging session +::: Automated debugging can be enabled with `-a`. +::: 'pihole -d -a' ::: -f, flush Flush the 'pihole.log' file ::: -t, tail Output the last lines of the 'pihole.log' file. Lines are appended as the file grows ::: -up, updatePihole Update Pi-hole components @@ -292,15 +294,15 @@ helpFunc() { ::: -h, help Show this help dialog ::: -v, version Show installed versions of Pi-Hole and Web-Admin ::: -q, query Query the adlists for a specific domain -::: Use 'pihole -q domain -exact' if you want to see exact matches only +::: '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 -::: Blocking can also be disabled only temporarily, e.g., -::: 'pihole disable 5m' - will disable blocking for 5 minutes +::: Blocking can also be disabled only temporarily, e.g., +::: 'pihole disable 5m' - will disable blocking for 5 minutes ::: restartdns Restart dnsmasq EOM exit 0