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:56 -07:00 committed by GitHub
parent 94002bf0cc
commit 891f4af69c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(`