Fix 'gh issue view' usage description
This commit is contained in:
parent
8a4fd432ea
commit
5e3aa31cf1
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ var issueStatusCmd = &cobra.Command{
|
|||
RunE: issueStatus,
|
||||
}
|
||||
var issueViewCmd = &cobra.Command{
|
||||
Use: "view {<number> | <url> | <branch>}",
|
||||
Use: "view {<number> | <url>}",
|
||||
Args: func(cmd *cobra.Command, args []string) error {
|
||||
if len(args) < 1 {
|
||||
return FlagError{errors.New("issue number or URL required as argument")}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue