From 3e647385f71a26db1b2cc482500383fdabf1dd28 Mon Sep 17 00:00:00 2001 From: ANKDDEV Date: Fri, 6 Dec 2024 13:45:22 +0300 Subject: [PATCH] docs: improve docs for browse command as of #5352 --- pkg/cmd/browse/browse.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/cmd/browse/browse.go b/pkg/cmd/browse/browse.go index 87ac5826b..5fa3afb02 100644 --- a/pkg/cmd/browse/browse.go +++ b/pkg/cmd/browse/browse.go @@ -59,8 +59,8 @@ func NewCmdBrowse(f *cmdutil.Factory, runF func(*BrowseOptions) error) *cobra.Co } cmd := &cobra.Command{ - Long: "Open the GitHub repository in the web browser.", - Short: "Open the repository in the browser", + Long: "Open the GitHub repository, path inside it, commit, issue or pull request in the web browser.", + Short: "Open the repository, path inside it, issue or PR in the browser", Use: "browse [ | | ]", Args: cobra.MaximumNArgs(1), Example: heredoc.Doc(`