Skip to content

Commit 9404e0e

Browse files
committed
chore: update wording on wsproxy help
1 parent 5bb6bc5 commit 9404e0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enterprise/cli/workspaceproxy.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ func (r *RootCmd) workspaceProxy() *clibase.Cmd {
1818
Use: "workspace-proxy",
1919
Short: "Workspace proxies provide low-latency experiences for geo-distributed teams.",
2020
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.",
21+
"It will act as a connection gateway to your workspace. " +
22+
"Best used if Coder and your workspace are deployed in different regions.",
2323
Aliases: []string{"wsproxy"},
2424
Hidden: true,
2525
Handler: func(inv *clibase.Invocation) error {

0 commit comments

Comments
 (0)