Skip to content

Commit 5e3aa31

Browse files
committed
Fix 'gh issue view' usage description
1 parent 8a4fd43 commit 5e3aa31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ var issueStatusCmd = &cobra.Command{
6767
RunE: issueStatus,
6868
}
6969
var issueViewCmd = &cobra.Command{
70-
Use: "view {<number> | <url> | <branch>}",
70+
Use: "view {<number> | <url>}",
7171
Args: func(cmd *cobra.Command, args []string) error {
7272
if len(args) < 1 {
7373
return FlagError{errors.New("issue number or URL required as argument")}

0 commit comments

Comments
 (0)