From 2a6e25f972132152dfee21b78ca1ead38b7ec638 Mon Sep 17 00:00:00 2001 From: Rimaz Khan Date: Sun, 9 Aug 2020 11:54:25 -0400 Subject: [PATCH] remove bool from prClose help doc --- command/pr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/pr.go b/command/pr.go index ac8fb00f7..c0c96a037 100644 --- a/command/pr.go +++ b/command/pr.go @@ -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,