Fix usage syntax
This commit is contained in:
parent
bcf41fd5e7
commit
2041f0ab1b
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue