From 2c08f20c33d6fcd04ab60e753cd7d306cf810489 Mon Sep 17 00:00:00 2001 From: "Babak K. Shandiz" Date: Mon, 8 Sep 2025 18:37:37 +0100 Subject: [PATCH] docs(search prs): mention advanced issue search syntax support Signed-off-by: Babak K. Shandiz --- pkg/cmd/search/prs/prs.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/cmd/search/prs/prs.go b/pkg/cmd/search/prs/prs.go index db1731053..498569863 100644 --- a/pkg/cmd/search/prs/prs.go +++ b/pkg/cmd/search/prs/prs.go @@ -39,9 +39,9 @@ func NewCmdPrs(f *cmdutil.Factory, runF func(*shared.IssuesOptions) error) *cobr GitHub search syntax is documented at: - When runs against %[1]sgithub.com%[1]s or GHE versions newer than 3.17.x, - the command performs advanced issue search. The advanced syntax is documented at: - + On supported GitHub hosts, advanced issue search syntax can be used in the + %[1]s--search%[1]s query. For more information about advanced issue search, see: + For more information on handling search queries containing a hyphen, run %[1]sgh search --help%[1]s. `, "`"),