From 8deaed89f909d93d4f18e193acad4da3fac67cb5 Mon Sep 17 00:00:00 2001 From: Michael Schilonka Date: Thu, 19 Oct 2023 18:17:24 +0200 Subject: [PATCH] fix: docu for disconnect Signed-off-by: Michael Schilonka --- .../version-2.0.0/shared-environments/connecting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gefyra/versioned_docs/version-2.0.0/shared-environments/connecting.md b/gefyra/versioned_docs/version-2.0.0/shared-environments/connecting.md index b86615d..510a90e 100644 --- a/gefyra/versioned_docs/version-2.0.0/shared-environments/connecting.md +++ b/gefyra/versioned_docs/version-2.0.0/shared-environments/connecting.md @@ -82,7 +82,7 @@ To actively disconnect from the cluster, you run this command: ``` gefyra connections stop ``` -This assumes you have a *default* connection currently running. If not, you have to provide a valid connection name with the `--connection-name` option. +This assumes you have a *default* connection currently running. If not, you have to provide a valid connection name with the `[connection-name]` argument. You will find this connection to be stopped from the client's side. However, if you want to reconnect to the cluster, you can now run `gefyra connections connect` again. The connection process will be superfast this time.