Merge pull request #4582 from stdtom/patch-1

Fix copy/paste mistake in docs
This commit is contained in:
Mislav Marohnić 2021-10-21 12:53:08 +02:00 committed by GitHub
commit cd9971b9a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {