From 926b5a36f309b397fc4e9c4e8e316c0d3c956c06 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 3 Oct 2022 20:53:18 +0200 Subject: CMD: Remvoe trailing dot --- cmd/cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/cli') diff --git a/cmd/cli/main.go b/cmd/cli/main.go index bedc7c3..ab5d659 100644 --- a/cmd/cli/main.go +++ b/cmd/cli/main.go @@ -140,7 +140,7 @@ func printConfig(url string, serverType ServerTypes) { func main() { customUrlArg := flag.String("get-custom", "", "The url of a custom server to connect to") urlArg := flag.String("get-institute", "", "The url of an institute to connect to") - secureInternet := flag.String("get-secure", "", "Gets secure internet servers.") + secureInternet := flag.String("get-secure", "", "Gets secure internet servers") flag.Parse() // Connect to a VPN by getting an Institute Access config -- cgit v1.2.3