summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-02-15 22:17:32 +0100
committerJeroen Wijenbergh <jeroen.wijenbergh@geant.org>2025-02-15 22:17:32 +0100
commitd05829c123e68b9c74b836be1f72392e670fa59f (patch)
tree9afc801b90aee2846b31281367fe1bcb9055fb61 /docs
parentf308040da5f137afce6f00925ccc8232c462fc67 (diff)
CLI: Move to cmd/eduvpn-cli
Diffstat (limited to 'docs')
-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!}}
```