From ab753e88a28228001c66ae4585a55cb10be70277 Mon Sep 17 00:00:00 2001 From: Dave Nicolson Date: Wed, 13 May 2020 12:49:00 +0200 Subject: [PATCH] Fix GitHub capitalisation Signed-off-by: Dave Nicolson --- advanced/Scripts/piholeCheckout.sh | 2 +- advanced/Scripts/version.sh | 4 ++-- automated install/uninstall.sh | 2 +- manpages/pihole.8 | 4 ++-- pihole | 4 ++-- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/advanced/Scripts/piholeCheckout.sh b/advanced/Scripts/piholeCheckout.sh index 31009dd9..a5ece3b2 100644 --- a/advanced/Scripts/piholeCheckout.sh +++ b/advanced/Scripts/piholeCheckout.sh @@ -3,7 +3,7 @@ # (c) 2017 Pi-hole, LLC (https://pi-hole.net) # Network-wide ad blocking via your own hardware. # -# Switch Pi-hole subsystems to a different Github branch. +# Switch Pi-hole subsystems to a different GitHub branch. # # This file is copyright under the latest version of the EUPL. # Please see LICENSE file for your rights under this license. diff --git a/advanced/Scripts/version.sh b/advanced/Scripts/version.sh index d2c41cba..f77ee635 100755 --- a/advanced/Scripts/version.sh +++ b/advanced/Scripts/version.sh @@ -88,7 +88,7 @@ getRemoteVersion(){ local arrCache cachedVersions="/etc/pihole/GitHubVersions" - #If the above file exists, then we can read from that. Prevents overuse of Github API + #If the above file exists, then we can read from that. Prevents overuse of GitHub API if [[ -f "$cachedVersions" ]]; then IFS=' ' read -r -a arrCache < "$cachedVersions" case $daemon in @@ -203,7 +203,7 @@ Repositories: Options: -c, --current Return the current version -l, --latest Return the latest version - --hash Return the Github hash from your local repositories + --hash Return the GitHub hash from your local repositories -h, --help Show this help dialog" exit 0 } diff --git a/automated install/uninstall.sh b/automated install/uninstall.sh index 2d6837b4..fa71a638 100755 --- a/automated install/uninstall.sh +++ b/automated install/uninstall.sh @@ -190,7 +190,7 @@ removeNoPurge() { fi echo -e "\\n We're sorry to see you go, but thanks for checking out Pi-hole! - If you need help, reach out to us on Github, Discourse, Reddit or Twitter + If you need help, reach out to us on GitHub, Discourse, Reddit or Twitter Reinstall at any time: ${COL_WHITE}curl -sSL https://install.pi-hole.net | bash${COL_NC} ${COL_LIGHT_RED}Please reset the DNS on your router/clients to restore internet connectivity diff --git a/manpages/pihole.8 b/manpages/pihole.8 index 899807f3..e107e4da 100644 --- a/manpages/pihole.8 +++ b/manpages/pihole.8 @@ -224,7 +224,7 @@ Available commands and options: .br -l, --latest Return the latest version .br - --hash Return the Github hash from your local + --hash Return the GitHub hash from your local repositories .br @@ -269,7 +269,7 @@ Available commands and options: \fBcheckout\fR [repo] [branch] .br - Switch Pi-hole subsystems to a different Github branch + Switch Pi-hole subsystems to a different GitHub branch .br (repo options): diff --git a/pihole b/pihole index c0f916b2..cc49fa24 100755 --- a/pihole +++ b/pihole @@ -317,7 +317,7 @@ piholeCheckoutFunc() { if [[ "$2" == "-h" ]] || [[ "$2" == "--help" ]]; then echo "Usage: pihole checkout [repo] [branch] Example: 'pihole checkout master' or 'pihole checkout core dev' -Switch Pi-hole subsystems to a different Github branch +Switch Pi-hole subsystems to a different GitHub branch Repositories: core [branch] Change the branch of Pi-hole's core subsystem @@ -416,7 +416,7 @@ Options: restartdns Full restart Pi-hole subsystems Add 'reload' to update the lists and flush the cache without restarting the DNS server Add 'reload-lists' to only update the lists WITHOUT flushing the cache or restarting the DNS server - checkout Switch Pi-hole subsystems to a different Github branch + checkout Switch Pi-hole subsystems to a different GitHub branch Add '-h' for more info on checkout usage arpflush Flush information stored in Pi-hole's network tables"; exit 0