cmd/update-report: tweak outdated language.

Co-authored-by: Rylan Polster <rslpolster@gmail.com>
This commit is contained in:
Mike McQuaid 2021-04-02 12:16:39 +01:00 committed by GitHub
parent 89868087fd
commit 5f707d13d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -155,7 +155,7 @@ module Homebrew
puts_stdout_or_stderr <<~EOS puts_stdout_or_stderr <<~EOS
You have #{msg} installed. You have #{msg} installed.
You can upgrade #{update_pronoun} with #{Tty.bold}brew upgrade#{Tty.reset} You can upgrade #{update_pronoun} with #{Tty.bold}brew upgrade#{Tty.reset}
or check #{update_pronoun} with #{Tty.bold}brew outdated#{Tty.reset}. or list #{update_pronoun} with #{Tty.bold}brew outdated#{Tty.reset}.
EOS EOS
end end
end end