diff --git a/mm-scripts.sh b/mm-scripts.sh index e4e452a..e5180c9 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -686,9 +686,10 @@ if [ ! -f ${MMFOLDER}/mm.update.stop ]; then 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 -e " ${idsCL[Yellow]}status${idsCL[Default]} --> View VPN and service status" + 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 - echo -e " ${idsCL[Yellow]}check${idsCL[Default]} --> Crontab job for maintaining VPN & Media-Services (run */1 min)" + echo -e " ${idsCL[Yellow]}check${idsCL[Default]} --> Crontab job for maintaining VPN & Media Services (run */1 min)" echo -e " ${idsCL[Yellow]}clear${idsCL[Default]} --> Clear all tmp files" echo -e " ${idsCL[Yellow]}update${idsCL[Default]} --> Check for and install new updates" echo ""