remove bool from prClose help doc
This commit is contained in:
parent
d67dfdb99b
commit
2a6e25f972
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ var prCloseCmd = &cobra.Command{
|
|||
Close a pull request on GitHub.
|
||||
|
||||
By default, the head branch of the pull request will be retained.
|
||||
To delete the branch, use '--delete-branch=true'.
|
||||
To delete the branch, use '--delete-branch'.
|
||||
`),
|
||||
Args: cobra.ExactArgs(1),
|
||||
RunE: prClose,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue