From dfdb5ee75d01b780abdecbd94d0ca17193a86f07 Mon Sep 17 00:00:00 2001 From: Oscar Dominguez Date: Sun, 31 May 2020 12:10:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20docs(typo):=20fix=20typo=20in=20?= =?UTF-8?q?gh=20pr=20review=20command?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- command/pr_review.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/pr_review.go b/command/pr_review.go index 3b1a4ab88..37a8e002a 100644 --- a/command/pr_review.go +++ b/command/pr_review.go @@ -24,7 +24,7 @@ func init() { } var prReviewCmd = &cobra.Command{ - Use: "review [{ | | ]", + Use: "review [ | | ]", Short: "Add a review to a pull request.", Args: cobra.MaximumNArgs(1), Long: `Add a review to either a specified pull request or the pull request associated with the current branch.