diff --git a/pkg/cli/commands/create.go b/pkg/cli/commands/create.go index 5cbfba1..1403271 100644 --- a/pkg/cli/commands/create.go +++ b/pkg/cli/commands/create.go @@ -16,7 +16,7 @@ var ( ) var createCmd = &cobra.Command{ - Use: "issue [title]", + Use: "create [title]", Short: "Create a new issue", Long: `Create a new issue with the specified details.`, RunE: runCreateCmd,