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.