We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb6bc5 commit 9404e0eCopy full SHA for 9404e0e
enterprise/cli/workspaceproxy.go
@@ -18,8 +18,8 @@ func (r *RootCmd) workspaceProxy() *clibase.Cmd {
18
Use: "workspace-proxy",
19
Short: "Workspace proxies provide low-latency experiences for geo-distributed teams.",
20
Long: "Workspace proxies provide low-latency experiences for geo-distributed teams. " +
21
- "It will act as a connection gateway to your workspace providing a lower latency solution " +
22
- "to connecting to your workspace if Coder and your workspace are deployed in different regions.",
+ "It will act as a connection gateway to your workspace. " +
+ "Best used if Coder and your workspace are deployed in different regions.",
23
Aliases: []string{"wsproxy"},
24
Hidden: true,
25
Handler: func(inv *clibase.Invocation) error {
0 commit comments