diff --git a/mm-scripts.sh b/mm-scripts.sh index 003dc8f..f612775 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1338,7 +1338,7 @@ MMSETUP(){ } USAGE(){ - echo -e " Usage: ${idsCL[LightCyan]}mm {option}" + echo -e "${idsCL[White]} Usage: ${idsCL[LightCyan]}mm {option}" echo echo -e " ${idsCL[Yellow]}start ${idsCL[Default]}--> Start services" echo -e " ${idsCL[Yellow]}stop ${idsCL[Default]}--> Stop services" @@ -1361,7 +1361,7 @@ USAGE(){ srvcsavail="$(join_by , ${MM_SERVICES})" srvcscheck=${SERVICESCHECK//,/, } srvcscheck=${srvcscheck/snap.tautulli.tautulli/tautulli} - echo -e " Services Available: ${idsCL[Yellow]}${idsCL[Default]}" + echo -e "${idsCL[White]} Services Available: ${idsCL[Default]}" echo for srvc in "${AVAIL_SERVICES[@]}"; do if [[ ${srvc} != *"vpn"* ]] && [[ ${srvc} != *"wireguard"* ]]; then @@ -1372,7 +1372,7 @@ USAGE(){ done echo echo - echo -e " Services currently enabled on this system: ${idsCL[White]}run 'mm setup' to add/remove enabled services" + echo -e "${idsCL[White]} Services currently enabled on this system: ${idsCL[Default]}run 'mm setup' to change enabled services" echo echo -e " ${idsCL[Cyan]}${srvcscheck}${idsCL[Default]}" echo