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.