diff --git a/powerwall.sh b/powerwall.sh index d588f309..e36f66bf 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -1608,15 +1608,10 @@ fi echo -e "${idsCL[White]} Usage: ${idsCL[LightCyan]}powerwall {option}" echo echo -e " ${idsCL[Yellow]}status ${idsCL[Default]}--> PowerWall Status Information" - echo -e " ${idsCL[Yellow]}check {type} {opt} ${idsCL[Default]}--> Check Temperature Sensors" + echo -e " ${idsCL[Yellow]}check {type} {opt} ${idsCL[Default]}--> Check Sensors" echo -e " ${idsCL[LightYellow]} type = { power / temp }" - echo -e " ${idsCL[LightYellow]} opt = { start / stop / restart / status }" - - echo -e " ${idsCL[Yellow]}checktemp {searchstring} ${idsCL[Default]}--> Check Temperature Sensors" - 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 -e " ${idsCL[LightYellow]} opt.{power} = { all / mainsite / offsite } ${idsCL[Default]}--> Defaults to All" + echo -e " ${idsCL[LightYellow]} opt.{temp} = { avg for # of days to show } ${idsCL[Default]}--> Defaults to not showing averages" 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}"