From 89868087fd8540118475b5f3bddf159c687317ec Mon Sep 17 00:00:00 2001 From: hyuraku <32809703+hyuraku@users.noreply.github.com> Date: Thu, 1 Apr 2021 22:01:04 +0900 Subject: [PATCH] repair the message --- Library/Homebrew/cmd/update-report.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/Homebrew/cmd/update-report.rb b/Library/Homebrew/cmd/update-report.rb index 266b8939d9..a0f18db726 100644 --- a/Library/Homebrew/cmd/update-report.rb +++ b/Library/Homebrew/cmd/update-report.rb @@ -154,8 +154,8 @@ 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}. + You can upgrade #{update_pronoun} with #{Tty.bold}brew upgrade#{Tty.reset} + or check #{update_pronoun} with #{Tty.bold}brew outdated#{Tty.reset}. EOS end end