remove bool from prClose help doc

This commit is contained in:
Rimaz Khan 2020-08-09 11:54:25 -04:00
parent d67dfdb99b
commit 2a6e25f972

View file

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