diff --git a/mm-scripts.sh b/mm-scripts.sh index 8ff1ef6..2d01d18 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -1356,8 +1356,13 @@ USAGE(){ 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 (Network/MM Config/SSHFS Mount)" - echo "" - echo "" + echo + echo + srvcs2="$(join_by , ${MM_SERVICES})"; srvcs2=${SERVICESCHECK/snap.tautulli.tautulli/tautulli} + echo -e " Services Available: ${idsCL[LightCyan]}" + echo + echo -e " ${idsCL[Yellow]}${srvcs2}${idsCL[Default]}" + }