diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-03 20:53:18 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-03 20:53:18 +0200 |
| commit | 926b5a36f309b397fc4e9c4e8e316c0d3c956c06 (patch) | |
| tree | 49f29faa279ed15a3ef2e77ad6bbc2aa3eae56b9 /cmd/cli/main.go | |
| parent | 1016e7124120eb6a93fa763e84a6dffee97d516e (diff) | |
CMD: Remvoe trailing dot
Diffstat (limited to 'cmd/cli/main.go')
| -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 |
