Removing confusing user search text (#5620)
This commit is contained in:
parent
06fb78aa26
commit
02357c0063
1 changed files with 1 additions and 1 deletions
|
|
@ -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.",
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue