Merge pull request #4582 from stdtom/patch-1
Fix copy/paste mistake in docs
This commit is contained in:
commit
cd9971b9a1
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ func NewCmdReady(f *cmdutil.Factory, runF func(*ReadyOptions) error) *cobra.Comm
|
|||
Mark a pull request as ready for review
|
||||
|
||||
Without an argument, the pull request that belongs to the current branch
|
||||
is displayed.
|
||||
is marked as ready.
|
||||
`),
|
||||
Args: cobra.MaximumNArgs(1),
|
||||
RunE: func(cmd *cobra.Command, args []string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue