From afe5176e017bcb9861a48d182cae5d19ce96209f Mon Sep 17 00:00:00 2001 From: Markus Napp Date: Wed, 8 Feb 2017 12:41:53 +0100 Subject: [PATCH] Justify help output to match main script --- advanced/Scripts/list.sh | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/advanced/Scripts/list.sh b/advanced/Scripts/list.sh index 7cbe6beb..b465bdb6 100755 --- a/advanced/Scripts/list.sh +++ b/advanced/Scripts/list.sh @@ -42,11 +42,11 @@ helpFunc() { ::: Usage: pihole -${letter} domain1 [domain2 ...] ::: ::: Options: -::: -d, --delmode Remove domains from the ${word}list -::: -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 +::: -d, --delmode Remove domains from the ${word}list +::: -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 EOM if [[ "${letter}" == "b" ]]; then echo "::: -wild, --wildcard Add whitecard entry (only blacklist)" @@ -229,4 +229,3 @@ PoplistFile if ${reload}; then Reload fi -