Fix merge usage syntax
This commit is contained in:
parent
2041f0ab1b
commit
1ea38af79c
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ var prReopenCmd = &cobra.Command{
|
|||
}
|
||||
|
||||
var prMergeCmd = &cobra.Command{
|
||||
Use: "merge [number | url] [--rebase | --merge | --squash]",
|
||||
Use: "merge [{<number> | <url>}] [<flags>]",
|
||||
Short: "Merge a pull request",
|
||||
Args: cobra.MaximumNArgs(1),
|
||||
RunE: prMerge,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue