Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1406838

Browse files
authored
chore: reword wsproxy help (#8168)
1 parent31076ad commit1406838

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)

[8]ページ先頭

©2009-2025 Movatter.jp