diff --git a/mm-scripts.sh b/mm-scripts.sh index 33b170b..8ff1ef6 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1343,18 +1343,19 @@ USAGE(){ echo -e " ${idsCL[Yellow]}start ${idsCL[Default]}--> Start services" echo -e " ${idsCL[Yellow]}stop ${idsCL[Default]}--> Stop services" echo -e " ${idsCL[Yellow]}restart ${idsCL[Default]}--> Restart services" + echo + echo -e " ${idsCL[Yellow]}status ${idsCL[Default]}--> Check Status on VPN and Media Services" + echo -e " ${idsCL[Yellow]}vpninfo ${idsCL[Default]}--> Show VPN Info" + echo -e " ${idsCL[Yellow]}speedtest ${idsCL[Default]}--> Run Speedtest Comparison (with and w/o VPN)" + echo echo -e " ${idsCL[Yellow]}update-allservices ${idsCL[Default]}--> Update all services" echo -e " ${idsCL[Yellow]}update-service ${idsCL[Default]}--> Update specified service" echo -e " ${idsCL[Yellow]}update-list ${idsCL[Default]}--> List available releases" echo - echo -e " ${idsCL[Yellow]}status ${idsCL[Default]}--> Check Status on VPN and Media Services" - echo -e " ${idsCL[Yellow]}vpninfo ${idsCL[Default]}--> Show VPN Info" - echo -e " ${idsCL[Yellow]}speedtest ${idsCL[Default]}--> Run Speedtest Comparison with VPN" - echo echo -e " ${idsCL[Yellow]}cron ${idsCL[Default]}--> Crontab job for maintaining system (run */1 min)" echo -e " ${idsCL[Yellow]}update ${idsCL[Default]}--> Check for and install new MM updates" echo -e " ${idsCL[Yellow]}clear ${idsCL[Default]}--> Clear all tmp system files, not normally needed" - echo -e " ${idsCL[Yellow]}setup ${idsCL[Default]}--> Setup/Reconfigure Settings (Network/MM Config/SSHFS Mount)" + echo -e " ${idsCL[Yellow]}setup ${idsCL[Default]}--> Setup/Reconfigure (Network/MM Config/SSHFS Mount)" echo "" echo "" }