diff --git a/Library/Homebrew/cmd/update-report.rb b/Library/Homebrew/cmd/update-report.rb index a0f18db726..1f45118daf 100644 --- a/Library/Homebrew/cmd/update-report.rb +++ b/Library/Homebrew/cmd/update-report.rb @@ -155,7 +155,7 @@ module Homebrew puts_stdout_or_stderr <<~EOS You have #{msg} installed. 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 end end