From 9ad59278b5da64bc49c39fc7a7dc3d4d77a158a6 Mon Sep 17 00:00:00 2001 From: Brielle Date: Sat, 27 Feb 2016 15:14:45 -0700 Subject: [PATCH] Fixing a few things... --- get-letsencrypt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/get-letsencrypt.sh b/get-letsencrypt.sh index 73deea4..743f357 100755 --- a/get-letsencrypt.sh +++ b/get-letsencrypt.sh @@ -18,7 +18,7 @@ GITREPO="https://github.com/letsencrypt/letsencrypt" if [ $# -eq 0 ]; then echo "Command Help:" - echo "-g : download using git from master repo" + echo "-g : download using git from master repo (recommended)" echo "-z : download zip from main repo and extract" exit 0 fi