๐Ÿ“š docs(typo): fix typo in gh pr review command

This commit is contained in:
Oscar Dominguez 2020-05-31 12:10:47 +02:00
parent 675cbbc2a4
commit dfdb5ee75d

View file

@ -24,7 +24,7 @@ func init() {
}
var prReviewCmd = &cobra.Command{
Use: "review [{<number> | <url> | <branch>]",
Use: "review [<number> | <url> | <branch>]",
Short: "Add a review to a pull request.",
Args: cobra.MaximumNArgs(1),
Long: `Add a review to either a specified pull request or the pull request associated with the current branch.