From 2041f0ab1b0b8c643ff8a446ee0238cf1e845155 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Thu, 7 May 2020 10:30:23 -0700 Subject: [PATCH] Fix usage syntax --- command/pr.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/pr.go b/command/pr.go index 1d3cf704e..0b134a309 100644 --- a/command/pr.go +++ b/command/pr.go @@ -61,7 +61,7 @@ var prStatusCmd = &cobra.Command{ RunE: prStatus, } var prViewCmd = &cobra.Command{ - Use: "view <{ | | }>", + Use: "view [{ | | }]", Short: "View a pull request", Long: `Display the title, body, and other information about a pull request.