Fix merge usage syntax

This commit is contained in:
Corey Johnson 2020-05-07 10:30:31 -07:00
parent 2041f0ab1b
commit 1ea38af79c

View file

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