diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index 057eb60b3..d8db3c9aa 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -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 { | }", Args: cobra.RangeArgs(0, 2), Example: heredoc.Doc(`