From 993b6b785eb68f0bbb2930dff132007375fd6778 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 9 Dec 2023 21:08:32 -0600 Subject: [PATCH] update --- defaults.inc | 2 +- powerwall.sh | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/defaults.inc b/defaults.inc index dad4e4eb..1b95bd82 100755 --- a/defaults.inc +++ b/defaults.inc @@ -1,5 +1,5 @@ -VERS='2.4.1-12092023' +VERS='2.4.2-12092023' noheader=' update service dailytemp ' hc_cw=60 diff --git a/powerwall.sh b/powerwall.sh index ced0b24c..25655666 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -2044,11 +2044,11 @@ fi echo -e " ${idsCL[LightYellow]} power { all / mainsite / offsite } ${idsCL[Default]}--> Defaults to All" echo -e " ${idsCL[LightYellow]} temp { avg for # of days to show } ${idsCL[Default]}--> Defaults to not showing averages" echo - echo -e " ${idsCL[Yellow]}host {host} {flags} ${idsCL[Default]}--> Shutdown ESXI host and its VMs" + echo -e " ${idsCL[Yellow]}host {host} {flags} ${idsCL[Default]}--> Host Power/ESXi Control" echo -e " ${idsCL[LightYellow]} host = {esxi-ip}, {idrac-ip}, {hostname} or {host-number;0-9}" echo -e " ${idsCL[LightYellow]} flags =" - echo -e " ${idsCL[LightYellow]} -p|-power {on / off} ${idsCL[Default]}--> Controls Host Power" - echo -e " ${idsCL[LightYellow]} -e|-esxi {off / mm} ${idsCL[Default]}--> Shuts down ESXi or puts into maintenance mode" + echo -e " ${idsCL[LightYellow]} -p|-power { on / off } ${idsCL[Default]}--> Controls Host Power" + echo -e " ${idsCL[LightYellow]} -e|-esxi { off / mm } ${idsCL[Default]}--> Shuts down ESXi or puts into maintenance mode" echo # echo -e " ${idsCL[Yellow]}shutdownhost {host} ${idsCL[Default]}--> Shutdown ESXI host and its VMs" # echo -e " ${idsCL[LightYellow]} host = {esxi-ip}, {idrac-ip}, {hostname} or {host-number;0-9}"