diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 3db55610..b83a63c6 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1809,10 +1809,26 @@ if [ ${action-x} ]; then gui) GUI;; *) echo -e "Usage: ${idsCL[LightCyan]}nodemgmt${idsCL[Default]} {" - echo -e " ${idsCL[Yellow]}service${idsCL[Default]} [service] [action]" - echo -e " ${idsCL[Yellow]}status${idsCL[Default]}" - echo -e " ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)]" + echo -e " ${idsCL[Yellow]}backup${idsCL[Default]}" echo -e " ${idsCL[Yellow]}certrenew${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}checkcerts${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}delsite${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}delsites${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}delssl${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}gui${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}haproxy-config${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}listcerts${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)]" + echo -e " ${idsCL[Yellow]}newsite${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}nightlyrenew${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}run${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}service${idsCL[Default]} [service] [action]" + echo -e " ${idsCL[Yellow]}services${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}set-permissions${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}status${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}status-check${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}update-nodes${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}vc-ssl${idsCL[Default]}" echo -e "}" echo "" echo ""