update-report: add how to check the outdated

This commit is contained in:
hyuraku 2021-04-01 00:00:49 +09:00
parent 6d883d1808
commit 4e4886ff42

View File

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