X Tutup
Skip to content

Commit e4b43b0

Browse files
committed
update usage text
1 parent 00de6b9 commit e4b43b0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

command/issue.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var issueViewCmd = &cobra.Command{
7474
}
7575
return nil
7676
},
77-
Short: "View an issue in the browser",
77+
Short: "View an issue",
7878
RunE: issueView,
7979
}
8080

command/pr.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ var prStatusCmd = &cobra.Command{
5757
var prViewCmd = &cobra.Command{
5858
Use: "view [{<number> | <url> | <branch>}]",
5959
Short: "View a pull request in the browser",
60-
Long: `View a pull request specified by the argument in the browser.
60+
Long: `View a pull request specified by the argument.
6161
6262
Without an argument, the pull request that belongs to the current
63-
branch is opened.`,
63+
branch is displayed.`,
6464
RunE: prView,
6565
}
6666

0 commit comments

Comments
 (0)
X Tutup