diff --git a/powerwall.sh b/powerwall.sh index 3ad6d312..e9ce6e89 100755 --- a/powerwall.sh +++ b/powerwall.sh @@ -614,12 +614,11 @@ fi echo -e " ${idsCL[Yellow]}checktemp ${idsCL[Default]}--> Check Temperature Sensors" echo -e " ${idsCL[Yellow]}checkpower ${idsCL[Default]}--> Check Power Readings" echo - echo -e " ${idsCL[Yellow]}services ${idsCL[Default]}--> Manage all monitor services at once" + 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]}update-allservices ${idsCL[Default]}--> Update all services ( -f = force update)" - echo -e " ${idsCL[Yellow]}update-service ${idsCL[Default]}--> Update specified service ( -f = force update)" - echo -e " ${idsCL[Yellow]}update-list ${idsCL[Default]}--> List available releases" + 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 echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Check for and install new PowerWall Script updates" echo