Skip to content

Commit 5903e3c

Browse files
committed
update short usage
1 parent 309d97d commit 5903e3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ var (
3535
// NewRootCmd creates the root command for the gh-combine CLI
3636
func NewRootCmd() *cobra.Command {
3737
rootCmd := &cobra.Command{
38-
Use: "combine [repo1,repo2,...]",
38+
Use: "combine owner/repo",
3939
Short: "Combine multiple pull requests into a single PR",
4040
Long: `Combine multiple pull requests that match specific criteria into a single PR.
4141
Examples:

0 commit comments

Comments
 (0)