summaryrefslogtreecommitdiff
path: root/docs/md/building-client.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/md/building-client.md')
-rw-r--r--docs/md/building-client.md12
1 files changed, 2 insertions, 10 deletions
diff --git a/docs/md/building-client.md b/docs/md/building-client.md
index 77c4eaf..6eaf116 100644
--- a/docs/md/building-client.md
+++ b/docs/md/building-client.md
@@ -72,16 +72,8 @@ The rest of the states are miscellaneous states, meaning that the client can han
This chapter contains code examples that use the API
### Go command line client
-The following is an example [in the repository](https://codeberg.org/eduVPN/eduvpn-common/src/branch/main/cmd/cli/main.go). It is a command line client with the following flags
-```
- -get-custom string
- The url of a custom server to connect to
- -get-institute string
- The url of an institute to connect to
- -get-secure string
- Gets secure internet servers
-```
+The following is an example [in the repository](https://codeberg.org/eduVPN/eduvpn-common/src/branch/main/cmd/eduvpn-cli/main.go). It is a command line client.
```go
-{{!cmd/cli/main.go!}}
+{{!cmd/eduvpn-cli/main.go!}}
```