diff --git a/Library/Homebrew/cask/cmd.rb b/Library/Homebrew/cask/cmd.rb index e329ab6f81..3cc255bf69 100644 --- a/Library/Homebrew/cask/cmd.rb +++ b/Library/Homebrew/cask/cmd.rb @@ -228,7 +228,7 @@ module Cask raise ArgumentError, "help does not take arguments." if @args.length end - raise ArgumentError, "brew cask does not recognise this command" + raise ArgumentError, "Unknown Cask command: #{command}" end def purpose