From 955dce5cbf914cbdd0c029e727b2dfb4260772fe Mon Sep 17 00:00:00 2001 From: Steve Jenkins Date: Thu, 11 Jul 2019 08:05:51 -0700 Subject: [PATCH] Release 2.3 --- pihole-cloudsync | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pihole-cloudsync b/pihole-cloudsync index 06f0fcf..732b31f 100755 --- a/pihole-cloudsync +++ b/pihole-cloudsync @@ -20,7 +20,7 @@ update='July 11, 2019' # --initpull Initialize Secondary Pi-hole in "Pull" mode # --push, --upload, --up, -u Push (upload) your Pi-hole lists to a remote Git repo # --pull, --download, --down, -d Pull (download) your lists from a remote Git repo -# --help, -h, -? Show this help dialog +# --help, -h, -? Show the current version of pihole-cloudsync # --version, -v Show version number # EXAMPLES: @@ -163,7 +163,7 @@ EOF then echo 'pihole-cloudsync v'$version' - Updated '$update; echo 'https://github.com/stevejenkins/pihole-cloudsync'; - + # Invalid command line option was passed else echo "Invalid command line option. Try --push, --pull, or --help."