From 140683813d794081a0c0dbab70ec7eee16c5f5c4 Mon Sep 17 00:00:00 2001 From: Steven Masley Date: Mon, 26 Jun 2023 12:32:47 -0500 Subject: [PATCH] chore: reword wsproxy help (#8168) --- enterprise/cli/workspaceproxy.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/enterprise/cli/workspaceproxy.go b/enterprise/cli/workspaceproxy.go index 1346392314..f53eb242af 100644 --- a/enterprise/cli/workspaceproxy.go +++ b/enterprise/cli/workspaceproxy.go @@ -15,8 +15,11 @@ import ( func (r *RootCmd) workspaceProxy() *clibase.Cmd { cmd := &clibase.Cmd{ - Use: "workspace-proxy", - Short: "Manage workspace proxies", + Use: "workspace-proxy", + Short: "Workspace proxies provide low-latency experiences for geo-distributed teams.", + Long: "Workspace proxies provide low-latency experiences for geo-distributed teams. " + + "It will act as a connection gateway to your workspace providing a lower latency solution " + + "to connecting to your workspace if Coder and your workspace are deployed in different regions.", Aliases: []string{"wsproxy"}, Hidden: true, Handler: func(inv *clibase.Invocation) error {