Update nodemgmt-scripts.sh

This commit is contained in:
2019-01-28 09:46:10 -06:00
parent d672a0f13f
commit aee7fce094

View File

@@ -82,7 +82,9 @@ case "$1" in
;;
*)
echo "Usage: $0 { service [service] [action] | newcert [domain(s)] | certrenew }"
echo ""
echo -e "Usage: ${idsCL[Yellow]}nodemgmt${idsCL[Default]} { ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] | ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(s)] | ${idsCL[Yellow]}certrenew${idsCL[Default]} }"
echo ""
exit 1
;;