Skip to content

Commit

Permalink
Release 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stevejenkins committed Jul 11, 2019
1 parent d7bbf98 commit 955dce5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pihole-cloudsync
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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."
Expand Down

0 comments on commit 955dce5

Please sign in to comment.