Update pkg/cmd/browse/browse.go

Co-authored-by: Mislav Marohnić <hi@mislav.net>
This commit is contained in:
Benjamin Chadwick 2021-06-08 12:47:44 -07:00 committed by GitHub
parent 698c7d61b5
commit 94002bf0cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,7 +55,7 @@ func NewCmdBrowse(f *cmdutil.Factory) *cobra.Command {
}
cmd := &cobra.Command{
Long: "Open specific pages in the browser on GitHub",
Long: "Open the GitHub repository in the web browser.",
Short: "Open GitHub in the browser",
Use: "browse {<number> | <path>}",
Args: cobra.RangeArgs(0, 2),