docs: improve docs for browse command as of #5352
This commit is contained in:
parent
d60e5ffba3
commit
3e647385f7
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co
|
|||
}
|
||||
|
||||
cmd := &cobra.Command{
|
||||
Long: "Open the GitHub repository in the web browser.",
|
||||
Short: "Open the repository in the browser",
|
||||
Long: "Open the GitHub repository, path inside it, commit, issue or pull request in the web browser.",
|
||||
Short: "Open the repository, path inside it, issue or PR in the browser",
|
||||
Use: "browse [<number> | <path> | <commit-SHA>]",
|
||||
Args: cobra.MaximumNArgs(1),
|
||||
Example: heredoc.Doc(`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue