cmd/search: tweak help text

See https://github.com/Homebrew/brew/pull/11736#discussion_r672233442.
This commit is contained in:
Carlo Cabrera 2021-07-20 09:32:37 +08:00
parent 608e501756
commit 219fffb700
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0

View File

@ -54,7 +54,7 @@ module Homebrew
package_manager_switches = PACKAGE_MANAGERS.keys.map { |name| "--#{name}" } package_manager_switches = PACKAGE_MANAGERS.keys.map { |name| "--#{name}" }
package_manager_switches.each do |s| package_manager_switches.each do |s|
switch s, switch s,
description: "Search for <text> in the given database's or package manager's list." description: "Search for <text> in the given database."
end end
conflicts "--desc", "--pull-request" conflicts "--desc", "--pull-request"