diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index a5e9cc04..139126bf 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -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;;