diff --git a/pkg/cmd/search/prs/prs.go b/pkg/cmd/search/prs/prs.go index 96620d1aa..c36e8590f 100644 --- a/pkg/cmd/search/prs/prs.go +++ b/pkg/cmd/search/prs/prs.go @@ -57,7 +57,7 @@ func NewCmdPrs(f *cmdutil.Factory, runF func(*shared.IssuesOptions) error) *cobr $ gh search prs -- -label:bug # search pull requests only from un-archived repositories (default is all repositories) - $ gh search prs --owner github --archived=false + $ gh search prs --owner github --archived=false `), RunE: func(c *cobra.Command, args []string) error { if len(args) == 0 && c.Flags().NFlag() == 0 {