From 312a11da4fe6671bf1cf4a481fe0d2e7c428c44e Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Fri, 22 May 2020 13:21:00 -0500 Subject: [PATCH] Spaces --- gravity-sync.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/gravity-sync.sh b/gravity-sync.sh index 5a8bba1..81299b3 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -165,13 +165,13 @@ function list_gs_arguments { echo -e "Example: '$0 pull'" echo -e "" 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}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 "" echo -e "Debugging Options:" - echo -e " ${YELLOW}UPDATE${NC} Use GitHub to update this script to the latest version available" - echo -e " ${YELLOW}VERSION${NC} Display the version of the current installed script" - echo -e " ${YELLOW}LOGS${NC} Show recent successful jobs" + echo -e " ${YELLOW}UPDATE${NC} Use GitHub to update this script to the latest version available" + echo -e " ${YELLOW}VERSION${NC} Display the version of the current installed script" + echo -e " ${YELLOW}LOGS${NC} Show recent successful jobs" echo -e "" echo -e "No changes have been made to the system" exit 1