Merge pull request #8599 from Luthaf/cask-reinstall

Do not suggest use of deprecated brew cask reinstall
This commit is contained in:
Mike McQuaid 2020-09-04 14:12:06 +01:00 committed by GitHub
commit 537a93ceef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -99,7 +99,7 @@ module Cask
Cask '#{token}' is already installed.
To re-install #{token}, run:
#{Formatter.identifier("brew cask reinstall #{token}")}
#{Formatter.identifier("brew reinstall #{token}")}
EOS
end
end

View File

@ -245,7 +245,7 @@ module Homebrew
Your XQuartz (#{MacOS::XQuartz.version}) is outdated.
Please install XQuartz #{MacOS::XQuartz.latest_version} (or delete the current version).
XQuartz can be updated using Homebrew Cask by running:
brew cask reinstall xquartz
brew reinstall xquartz
EOS
end