diff --git a/Library/Homebrew/cask/exceptions.rb b/Library/Homebrew/cask/exceptions.rb index 31916b42dc..0957fd0e2f 100644 --- a/Library/Homebrew/cask/exceptions.rb +++ b/Library/Homebrew/cask/exceptions.rb @@ -148,7 +148,7 @@ module Cask Cask '#{token}' is already installed. To re-install #{token}, run: - #{Formatter.identifier("brew reinstall #{token}")} + #{Formatter.identifier("brew reinstall --cask #{token}")} EOS end end