From 02357c00636dbd110acfce241209d17e71256288 Mon Sep 17 00:00:00 2001 From: colby thomas Date: Thu, 12 May 2022 02:48:22 -0600 Subject: [PATCH] Removing confusing user search text (#5620) --- 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 494710be1..188981670 100644 --- a/pkg/cmd/search/search.go +++ b/pkg/cmd/search/search.go @@ -12,7 +12,7 @@ import ( func NewCmdSearch(f *cmdutil.Factory) *cobra.Command { cmd := &cobra.Command{ Use: "search ", - Short: "Search for repositories, issues, pull requests and users", + Short: "Search for repositories, issues, and pull requests", Long: "Search across all of GitHub.", }