This commit is contained in:
Amanda Pinsker 2020-05-26 09:50:03 -07:00 committed by GitHub
parent 70a855c205
commit 93dab323fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -96,7 +96,7 @@ var prMergeCmd = &cobra.Command{
}
var prReadyCmd = &cobra.Command{
Use: "ready [<number> | <url> | <branch>]",
Short: "Make a pull request as ready for review",
Short: "Mark a pull request as ready for review",
Args: cobra.MaximumNArgs(1),
RunE: prReady,
}