Update pkg/cmd/browse/browse.go
Co-authored-by: Mislav Marohnić <hi@mislav.net>
This commit is contained in:
parent
94002bf0cc
commit
891f4af69c
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ func NewCmdBrowse(f *cmdutil.Factory) *cobra.Command {
|
|||
|
||||
cmd := &cobra.Command{
|
||||
Long: "Open the GitHub repository in the web browser.",
|
||||
Short: "Open GitHub in the browser",
|
||||
Short: "Open the repository in the browser",
|
||||
Use: "browse {<number> | <path>}",
|
||||
Args: cobra.RangeArgs(0, 2),
|
||||
Example: heredoc.Doc(`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue