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