From a0660979d4cca0a1a5e8731a5fc38b9bac16f1bd Mon Sep 17 00:00:00 2001 From: shelleycat485 <63857845+shelleycat485@users.noreply.github.com> Date: Wed, 21 Oct 2020 23:23:58 +0100 Subject: [PATCH] corrent enable help --- scripts/wireguard/enableCONF.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/wireguard/enableCONF.sh b/scripts/wireguard/enableCONF.sh index 0f20069..606adae 100755 --- a/scripts/wireguard/enableCONF.sh +++ b/scripts/wireguard/enableCONF.sh @@ -17,7 +17,7 @@ helpFunc(){ echo "::: Commands:" echo "::: [none] Interactive mode" echo "::: Client" - echo "::: -y,--yes Remove client(s) without confirmation" + echo "::: -y,--yes Enable client(s) without confirmation" echo "::: -v Show disabled clients only" echo "::: -h,--help Show this help dialog" }