Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pi-hole/pi-hole.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Warner <me@adamwarner.co.uk>2020-07-16 00:35:12 +0300
committerGitHub <noreply@github.com>2020-07-16 00:35:12 +0300
commite9b039139c468798fb6d9457e4c9012171faee33 (patch)
tree11a1d2167405c1ef32911d31f9b1ab6229f09b44 /advanced/Scripts/version.sh
parent4d25f695267590b61a4061f9bb43448005d99b85 (diff)
parente4b2d295529697145e84c5100dd786bbc732dd29 (diff)
Merge pull request #3531 from pi-hole/release/v5.1v5.1
Pi-hole Core v5.1
Diffstat (limited to 'advanced/Scripts/version.sh')
-rwxr-xr-xadvanced/Scripts/version.sh4
1 files changed, 2 insertions, 2 deletions
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
}