update usage text
This commit is contained in:
parent
00de6b9c09
commit
e4b43b08b9
2 changed files with 3 additions and 3 deletions
|
|
@ -74,7 +74,7 @@ var issueViewCmd = &cobra.Command{
|
|||
}
|
||||
return nil
|
||||
},
|
||||
Short: "View an issue in the browser",
|
||||
Short: "View an issue",
|
||||
RunE: issueView,
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -57,10 +57,10 @@ var prStatusCmd = &cobra.Command{
|
|||
var prViewCmd = &cobra.Command{
|
||||
Use: "view [{<number> | <url> | <branch>}]",
|
||||
Short: "View a pull request in the browser",
|
||||
Long: `View a pull request specified by the argument in the browser.
|
||||
Long: `View a pull request specified by the argument.
|
||||
|
||||
Without an argument, the pull request that belongs to the current
|
||||
branch is opened.`,
|
||||
branch is displayed.`,
|
||||
RunE: prView,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue