diff --git a/mm-scripts.sh b/mm-scripts.sh index c693e6a..e00f15c 100755 --- a/mm-scripts.sh +++ b/mm-scripts.sh @@ -88,10 +88,10 @@ case $action in *) echo -e "Usage: ${idsCL[LightCyan]}mm${idsCL[Default]} {" - echo -e " ${idsCL[Yellow]}start${idsCL[Default]}" - echo -e " ${idsCL[Yellow]}stop${idsCL[Default]}" - echo -e " ${idsCL[Yellow]}check${idsCL[Default]}" - echo -e " ${idsCL[Yellow]}status${idsCL[Default]}" + echo -e " ${idsCL[Yellow]}start${idsCL[Default]} --> Start services" + echo -e " ${idsCL[Yellow]}stop${idsCL[Default]} --> Stop services" + echo -e " ${idsCL[Yellow]}check${idsCL[Default]} --> Check for VPN and start services if needed" + echo -e " ${idsCL[Yellow]}status${idsCL[Default]} --> Check service status" echo -e "}" echo "" echo ""