Merge pull request #10975 from hyuraku/update-report_add_how-to-check-the-outdated

update-report: add how to check the outdated
This commit is contained in:
Mike McQuaid 2021-04-02 13:13:11 +01:00 committed by GitHub
commit 3e0f14083a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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