diff --git a/cmd/bundle/open.go b/cmd/bundle/open.go index cf3df7a57..2eb70f20f 100644 --- a/cmd/bundle/open.go +++ b/cmd/bundle/open.go @@ -53,7 +53,7 @@ func resolveOpenArgument(ctx context.Context, b *bundle.Bundle, args []string) ( func newOpenCommand() *cobra.Command { cmd := &cobra.Command{ Use: "open", - Short: "Open the web UI for a resource", + Short: "Open a resource in the browser", Args: root.MaximumNArgs(1), }