diff --git a/powerwall.sh b/powerwall.sh index 87b83351..a9cf71dd 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -1357,11 +1357,14 @@ fi echo echo -e " ${idsCL[Yellow]}status ${idsCL[Default]}--> PowerWall Status Information" echo -e " ${idsCL[Yellow]}checktemp {searchstring} ${idsCL[Default]}--> Check Temperature Sensors" - echo -e " ${idsCL[Yellow]}checkpower ${idsCL[Default]}--> Check Power Readings" + echo -e " ${idsCL[Yellow]}checkpower {avg} ${idsCL[Default]}--> Check Power Readings" + echo -e " ${idsCL[LightYellow]} avg = { noavg='Does not display average' / " + echo -e " #='Num of days for avg' }${idsCL[Default]} --> Defaults to 3 days avg" echo echo -e " ${idsCL[Yellow]}shutdownhost {host-ip} ${idsCL[Default]}--> Shutdown host server" echo -e " ${idsCL[Yellow]}iscsi-vm-shutdown {type} ${idsCL[Default]}--> Shutdown VM's running on iSCSI-(PRI or SYS) Datastore(s)" - echo -e " ${idsCL[LightYellow]} type = { main='iSCSI-PRI' / sys='iSCSI-SYS' }${idsCL[Default]} --> Defaults to main (iSCSI-PRI)" + echo -e " ${idsCL[LightYellow]} type = { main='iSCSI-PRI' / " + echo -e " sys='iSCSI-SYS' }${idsCL[Default]} --> Defaults to main (iSCSI-PRI)" echo -e " ${idsCL[Yellow]}shutdown_servers {type} ${idsCL[Default]}--> Shutdown selection of servers" echo -e " ${idsCL[LightYellow]} type = { main / sys / all }" echo -e " ${idsCL[Yellow]}hostpower {host} ${idsCL[Default]}--> Control host chassis power"