File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ func (r *RootCmd) workspaceProxy() *clibase.Cmd {
18
18
Use : "workspace-proxy" ,
19
19
Short : "Workspace proxies provide low-latency experiences for geo-distributed teams." ,
20
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." ,
21
+ "It will act as a connection gateway to your workspace. " +
22
+ "Best used if Coder and your workspace are deployed in different regions." ,
23
23
Aliases : []string {"wsproxy" },
24
24
Hidden : true ,
25
25
Handler : func (inv * clibase.Invocation ) error {
You can’t perform that action at this time.
0 commit comments