From ef7dec9c0dbc14f4e903b58cefeb1c387326bb24 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 26 Sep 2020 21:01:57 -0500 Subject: [PATCH] Update nodemgmt-scripts.sh --- nodemgmt-scripts.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 0ff63734..3014bf0c 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1808,7 +1808,11 @@ if [ ${action-x} ]; then run) RUN_COMMAND ${2} ${3} ${4} ${5} ${6} ${7} ${8} ${9} ${10} ${11} ${12} ${13} ${14} ${15};; gui) GUI;; *) - echo -e "Usage: ${idsCL[Yellow]}nodemgmt${idsCL[Default]} { ${idsCL[Yellow]}service${idsCL[Default]} [service] [action] | ${idsCL[Yellow]}status${idsCL[Default]} | ${idsCL[Yellow]}newcert${idsCL[Default]} [domain(,s)] | ${idsCL[Yellow]}certrenew${idsCL[Default]} }" + 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 "" echo "" exit 0;;