This commit is contained in:
Michael Stanclift 2020-05-22 13:19:21 -05:00
parent ff121d5d71
commit 7a9db0ec4a

View File

@ -165,13 +165,13 @@ function list_gs_arguments {
echo -e "Example: '$0 pull'" echo -e "Example: '$0 pull'"
echo -e "" echo -e ""
echo -e "Replication Options:" echo -e "Replication Options:"
echo -e " ${YELLOW}PULL${NC} Sync the ${GRAVITY_FI} configuration on primary PH to this server" 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}PUSH${NC} Force any changes made on this server back to the primary PH"
echo -e "" echo -e ""
echo -e "Debugging Options:" echo -e "Debugging Options:"
echo -e " ${YELLOW}UPDATE${NC} Use GitHub to update this script to the latest version available" 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}VERSION${NC} Display the version of the current installed script"
echo -e " ${YELLOW}LOGS${NC} Show recent successful jobs" echo -e " ${YELLOW}LOGS${NC} Show recent successful jobs"
echo -e "" echo -e ""
echo -e "No changes have been made to the system" echo -e "No changes have been made to the system"
exit 1 exit 1