Fix usage syntax

This commit is contained in:
Corey Johnson 2020-05-07 10:30:23 -07:00
parent bcf41fd5e7
commit 2041f0ab1b

View file

@ -61,7 +61,7 @@ var prStatusCmd = &cobra.Command{
RunE: prStatus,
}
var prViewCmd = &cobra.Command{
Use: "view <{<number> | <url> | <branch>}>",
Use: "view [{<number> | <url> | <branch>}]",
Short: "View a pull request",
Long: `Display the title, body, and other information about a pull request.