diff --git a/powerwall.sh b/powerwall.sh index e9ce6e89..dded349e 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -611,14 +611,15 @@ 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]}checktemp ${idsCL[Default]}--> Check Temperature Sensors" + echo -e " ${idsCL[Yellow]}checktemp {searchstring} ${idsCL[Default]}--> Check Temperature Sensors" echo -e " ${idsCL[Yellow]}checkpower ${idsCL[Default]}--> Check Power Readings" echo - echo -e " ${idsCL[Yellow]}services {command} ${idsCL[Default]}--> Manage all monitor services at once" - echo -e " ${idsCL[LightYellow]} {start/stop/restart/status}" - echo - echo -e " ${idsCL[Yellow]}service {srvc} {command} ${idsCL[Default]}--> Manage an individual monitor service" - echo -e " ${idsCL[LightYellow]} {temp/power/powerlogger} {start/stop/restart}" + # echo -e " ${idsCL[Yellow]}services {cmd} ${idsCL[Default]}--> Manage all monitor services at once" + # echo -e " ${idsCL[LightYellow]} cmd = {start/stop/restart/status}" + # echo + echo -e " ${idsCL[Yellow]}service {srvc} {cmd} ${idsCL[Default]}--> Manage an individual monitor service" + echo -e " ${idsCL[LightYellow]} srvc = { all / temp / power / powerlogger }" + echo -e " ${idsCL[LightYellow]} cmd = { start / stop / restart / status }" echo echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Check for and install new PowerWall Script updates" echo