diff --git a/defaults.inc b/defaults.inc index 7f5b164b..bc9ee557 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,6 +1,6 @@ #!/usr/bin/env bash -VERS='4.6.35-05072023' +VERS='4.6.40-05132023' # NODETYPES=LB NODETYPES=MYSQL,LB,WEB,NC,WPD,LPD,MM,PW diff --git a/nodemgmt-scripts.sh b/nodemgmt-scripts.sh index 5222beeb..65c41eae 100755 --- a/nodemgmt-scripts.sh +++ b/nodemgmt-scripts.sh @@ -1303,7 +1303,7 @@ GUI(){ update-pushover) UPDATEPUSHOVERINFO;; gui) GUI;; *) - echo -e "All commands followed by '-h' will show addtional info" + echo -e "All commands followed by '-h' will show addtional info. {work-in-progress}" echo echo -e "Usage: ${idsCL[LightCyan]}nodemgmt${idsCL[Default]} {" echo -e " ${idsCL[Yellow]}backup${idsCL[Default]}"