diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index ec1e99540..2251dc629 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -60,7 +60,7 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co cmd := &cobra.Command{ Short: "Open repositories, issues, pull requests, and more in the browser", - Long: heredoc.Doc(` + Long: heredoc.Doc(` Transition from the terminal to the web browser to view and interact with: - Issues @@ -69,8 +69,8 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co - Repository profile - Repository settings `), - Use: "browse [ | | ]", - Args: cobra.MaximumNArgs(1), + Use: "browse [ | | ]", + Args: cobra.MaximumNArgs(1), Example: heredoc.Doc(` $ gh browse #=> Open the home page of the current repository