From b87c6c2e703a18190cc4f8ee59cfb16c86eec1ab Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Sun, 24 May 2020 20:58:44 -0500 Subject: [PATCH] One tab less --- gravity-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index c0b00c2..e3fbc95 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -277,7 +277,7 @@ function list_gs_arguments { echo -e "Replication Options:" echo -e " ${YELLOW}pull${NC} Sync the ${GRAVITY_FI} configuration on primary PH to this server" echo -e " ${YELLOW}push${NC} Force any changes made on this server back to the primary PH" - echo -e " ${YELLOW}compare${NC} Check to see if there is any variance between primary and secondary" + echo -e " ${YELLOW}compare${NC} Check to see if there is any variance between primary and secondary" echo -e "" echo -e "Update Options:" echo -e " ${YELLOW}update${NC} Use GitHub to update this script to the latest version available"