Suggestion with better wording

Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Anatoli Babenia 2022-08-09 11:59:13 +03:00 committed by GitHub
parent be2ae9a6be
commit fded404e13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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