diff --git a/pkg/cmd/pr/list/list.go b/pkg/cmd/pr/list/list.go index 82802ef5e..a7e40384a 100644 --- a/pkg/cmd/pr/list/list.go +++ b/pkg/cmd/pr/list/list.go @@ -61,12 +61,12 @@ func NewCmdList(f *cmdutil.Factory, runF func(*ListOptions) error) *cobra.Comman Long: heredoc.Docf(` List pull requests in a GitHub repository. By default, this only lists open PRs. - When runs against %[1]sgithub.com%[1]s or GHE versions newer than 3.17.x, the command - performs search by using the advanced issue search syntax, which is documented at: - - The search query syntax is documented here: + + 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: + `, "`"), Example: heredoc.Doc(` # List PRs authored by you