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.", }