Short help

This commit is contained in:
Pieter Noordhuis 2024-10-23 16:00:10 +02:00
parent 15dc49f4aa
commit 57cf0d634b
No known key found for this signature in database
GPG Key ID: 12ACCCC104CF2930
1 changed files with 1 additions and 1 deletions

View File

@ -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),
}