Merge pull request #13667 from abitrolly/search-v-desc
`brew search --verbose` to tell about `brew desc`
This commit is contained in:
commit
7fcc30c56b
@ -82,6 +82,8 @@ module Homebrew
|
||||
search_names(query, string_or_regex, args)
|
||||
end
|
||||
|
||||
puts "Use `brew desc` to list packages with a short description." if args.verbose?
|
||||
|
||||
print_regex_help(args)
|
||||
end
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user