Update usage string
This commit is contained in:
parent
f7be93b135
commit
083693bc05
1 changed files with 2 additions and 2 deletions
|
|
@ -68,13 +68,13 @@ With '--web', open the pull request in a web browser instead.`,
|
|||
RunE: prView,
|
||||
}
|
||||
var prCloseCmd = &cobra.Command{
|
||||
Use: "close [{<number> | <url>}]",
|
||||
Use: "close <number | url>",
|
||||
Short: "Close a pull request",
|
||||
Args: cobra.ExactArgs(1),
|
||||
RunE: prClose,
|
||||
}
|
||||
var prReopenCmd = &cobra.Command{
|
||||
Use: "reopen [{<number> | <url>}]",
|
||||
Use: "reopen <number | url>",
|
||||
Short: "Reopen a pull request",
|
||||
Args: cobra.ExactArgs(1),
|
||||
RunE: prReopen,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue