From bc82ccd463081fcfb661f12ae73bcd99d21dc90e Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Dec 2023 22:34:46 -0600 Subject: [PATCH] Update powerwall.sh --- powerwall.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/powerwall.sh b/powerwall.sh index 2f82465d..661b8c5b 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -2453,10 +2453,14 @@ fi echo echo -e "Usage: ${idsCL[LightCyan]}[powerwall or pw] ${idsCL[Yellow]}{COMMAND} ${idsCL[LightYellow]}{FLAGS}${idsCL[Default]} {" echo - echo -e " ${idsCL[Yellow]}status${idsCL[Default]} - PowerWall Status Informatio" + echo -e " ${idsCL[Yellow]}status${idsCL[Default]} - PowerWall Status Information" + echo -e " ${idsCL[Yellow]}check${idsCL[Default]} - Check Power or Temperature Sensors" + echo echo -e " ${idsCL[Yellow]}host${idsCL[Default]} - Host Power/ESXi Control" echo -e " ${idsCL[Yellow]}iscsi-vm-shutdown${idsCL[Default]} - Shutdown VM's running on iSCSI-(PRI or SYS) Datastore(s)" + echo echo -e " ${idsCL[Yellow]}service${idsCL[Default]} - Manage an individual monitor service across multiple nodes" + echo echo -e " ${idsCL[Yellow]}update${idsCL[Default]} - Check for and install new PowerWall Script updates" echo echo -e "}"