Update nodemgmt-scripts.sh

This commit is contained in:
2023-12-11 22:27:37 -06:00
parent 3592c00cf2
commit dbdb45164c

View File

@@ -977,10 +977,10 @@ GUI(){
gui) GUI;;
*)
echo -e "${idsCL[Yellow]}Commands followed by '-h' will show addtional info. {work-in-progress}${idsCL[Default]}"
echo -e "${idsCL[Yellow]}Commands followed by '-h' will show specific command help. {work-in-progress}${idsCL[Default]}"
echo
echo -e "Usage: ${idsCL[LightCyan]}[nodemgmt or nmg] ${idsCL[Yellow]}{COMMAND} ${idsCL[LightYellow]}{FLAGS}${idsCL[Default]} {"
echo
echo -e "Usage: ${idsCL[LightCyan]}[nodemgmt or nmg] ${idsCL[Yellow]}{COMMAND} ${idsCL[LightYellow]}{FLAGS}${idsCL[Default]} {\n"
echo -e " ${idsCL[Yellow]}sites${idsCL[Default]} - Manage NGINX Sites"
echo -e " ${idsCL[Yellow]}newsite${idsCL[Default]} - Create a New Site"
echo -e " ${idsCL[Yellow]}delcert${idsCL[Default]} - Delete a Site"
@@ -1006,7 +1006,8 @@ GUI(){
echo -e " ${idsCL[Yellow]}update${idsCL[Default]} - Update nodemgmt"
echo -e " ${idsCL[Yellow]}update-nodes${idsCL[Default]} - Update nodemgmt on all nodes"
echo -e " ${idsCL[Yellow]}update-dyndns${idsCL[Default]} - Update DYNDNS records"
echo -e "\n}"
echo
echo -e "}"
echo
echo
exit 0;;