mention alternative in brew cat failure message

This commit is contained in:
Wes Higbee 2023-03-06 07:31:48 -06:00
parent 9e370b0a3d
commit ba7ffb2db8
No known key found for this signature in database
GPG Key ID: 5183AB5EB611EDB6

View File

@ -53,7 +53,7 @@ module Homebrew
end
if Homebrew.failed?
$stderr.puts "The name may be wrong, or the tap hasn't been tapped."
$stderr.puts "The name may be wrong, or the tap hasn't been tapped. Consider using `brew info --github formula|cask [...]` instead."
return
end