From 5e599f9974bd9bea00fbe3f7f2a528363f4d5bf0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sun, 23 Jan 2022 14:24:28 -0600 Subject: [PATCH] Update mm-scripts.sh --- mm-scripts.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 ""