diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 3014bf0c..0440e8cd 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1809,10 +1809,11 @@ if [ ${action-x} ]; then gui) GUI;; *) echo -e "Usage: ${idsCL[Yellow]}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]}certrenew${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]}certrenew${idsCL[Default]}" + echo -e "}" echo "" echo "" exit 0;;