diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 77e6c5a5..4591fdbc 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1032,7 +1032,7 @@ GUI(){ *) echo -e "Commands followed by '-h' will show addtional info. {work-in-progress}" echo - echo -e "Usage: ${idsCL[LightCyan]}[nodemgmt or nmg] ${idsCL[Yellow]}{COMMAND}${idsCL[Default]} {" + echo -e "Usage: ${idsCL[LightCyan]}[nodemgmt or nmg] ${idsCL[Yellow]}{COMMAND}${idsCL[LightYellow]}{FLAGS}${idsCL[Default]} {\n" echo -e " ${idsCL[Yellow]}backup${idsCL[Default]} - Run backup of node items" echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]} - Renew all SSL Certificates" echo -e " ${idsCL[Yellow]}certs${idsCL[Default]} - View/Edit SSL Certificates" @@ -1055,7 +1055,7 @@ GUI(){ 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 " ${idsCL[Yellow]}vc-ssl${idsCL[Default]} - Update vCenter SSL" - echo -e "}" + echo -e "\n}" echo echo exit 0;;