Skip to content

Commit cd9971b

Browse files
authored
Merge pull request cli#4582 from stdtom/patch-1
Fix copy/paste mistake in docs
2 parents 0341990 + 9468e9e commit cd9971b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/pr/ready/ready.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func NewCmdReady(f *cmdutil.Factory, runF func(*ReadyOptions) error) *cobra.Comm
3535
Mark a pull request as ready for review
3636
3737
Without an argument, the pull request that belongs to the current branch
38-
is displayed.
38+
is marked as ready.
3939
`),
4040
Args: cobra.MaximumNArgs(1),
4141
RunE: func(cmd *cobra.Command, args []string) error {

0 commit comments

Comments
 (0)