diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/cli/main.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
