Removing confusing user search text (#5620)

This commit is contained in:
colby thomas 2022-05-12 02:48:22 -06:00 committed by GitHub
parent 06fb78aa26
commit 02357c0063
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ import (
func NewCmdSearch(f *cmdutil.Factory) *cobra.Command {
cmd := &cobra.Command{
Use: "search <command>",
Short: "Search for repositories, issues, pull requests and users",
Short: "Search for repositories, issues, and pull requests",
Long: "Search across all of GitHub.",
}