Fix copy/paste mistake in docs

This commit is contained in:
stdtom 2021-10-21 12:34:20 +02:00 committed by GitHub
parent 034199073d
commit 9468e9e7df
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 {