diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index 54a0320c0..ec1e99540 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -63,11 +63,11 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co Long: heredoc.Doc(` Transition from the terminal to the web browser to view and interact with: - - issues - - pull requests - - repository content - - repository profile - - repository settings + - Issues + - Pull requests + - Repository content + - Repository profile + - Repository settings `), Use: "browse [ | | ]", Args: cobra.MaximumNArgs(1),