From 8fafd10756950a1b2cdb844581951076b048fd66 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 18 May 2023 22:00:06 -0500 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mm-scripts.sh b/mm-scripts.sh index 8d3254f..0837f84 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1389,9 +1389,9 @@ USAGE(){ 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 ${idsCL[Default]}--> Run by itself will check for mediamanager updates" - echo -e " ${idsCL[LightYellow]} list ${idsCL[Default]}--> List available service releases" - echo -e " ${idsCL[LightYellow]} service { or all} ${idsCL[Default]}--> Update specified service, or all ( -f = force update)" + echo -e " ${idsCL[Yellow]}update {option} ${idsCL[Default]}--> Ran by itself will check for mediamanager updates, or;" + echo -e " ${idsCL[LightYellow]} list ${idsCL[Default]}--> List available service releases" + echo -e " ${idsCL[LightYellow]} service { or all} ${idsCL[Default]}--> Update specified service, or all ( -f = force update)" 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"