Skip to content

Commit

Permalink
Merge pull request cli#998 from cli/ampinsk-patch-1
Browse files Browse the repository at this point in the history
Fix typo in `pr ready` help
  • Loading branch information
ampinsk authored May 26, 2020
2 parents a0495d1 + 93dab32 commit 483c3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/pr.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
Expand Down

0 comments on commit 483c3b0

Please sign in to comment.