Skip to content

Commit 1406838

Browse files
authored
chore: reword wsproxy help (coder#8168)
1 parent 31076ad commit 1406838

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

enterprise/cli/workspaceproxy.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ import (
1515

1616
func (r *RootCmd) workspaceProxy() *clibase.Cmd {
1717
cmd := &clibase.Cmd{
18-
Use: "workspace-proxy",
19-
Short: "Manage workspace proxies",
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.",
2023
Aliases: []string{"wsproxy"},
2124
Hidden: true,
2225
Handler: func(inv *clibase.Invocation) error {

0 commit comments

Comments
 (0)