Merge pull request #13667 from abitrolly/search-v-desc

`brew search --verbose` to tell about `brew desc`
This commit is contained in:
Mike McQuaid 2022-08-09 13:06:31 +01:00 committed by GitHub
commit 7fcc30c56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -82,6 +82,8 @@ module Homebrew
search_names(query, string_or_regex, args) search_names(query, string_or_regex, args)
end end
puts "Use `brew desc` to list packages with a short description." if args.verbose?
print_regex_help(args) print_regex_help(args)
end end