From 3d9bd69e11a5fc338ef9c84ff7caea3cf5193cb4 Mon Sep 17 00:00:00 2001 From: Kynan Ware <47394200+BagToad@users.noreply.github.com> Date: Wed, 6 Aug 2025 10:28:56 -0600 Subject: [PATCH] Update pkg/cmd/search/search.go --- pkg/cmd/search/search.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/search/search.go b/pkg/cmd/search/search.go index e79e1ec4c..551faf1f2 100644 --- a/pkg/cmd/search/search.go +++ b/pkg/cmd/search/search.go @@ -26,7 +26,7 @@ func NewCmdSearch(f *cmdutil.Factory) *cobra.Command { do not have the label "bug", you would use %[1]s-label:bug%[1]s as a search qualifier. %[1]sgh%[1]s supports this syntax in %[1]sgh search%[1]s as well, but it requires extra - syntax to avoid the hyphen being interpreted as a command line flag because it begins with a hyphen. + command line arguments to avoid the hyphen being interpreted as a command line flag because it begins with a hyphen. On Unix-like systems, you can use the %[1]s--%[1]s argument to indicate that the arguments that follow are not a flag, but rather a query string. For example: