mirror of
https://github.com/gosticks/brew.git
synced 2026-08-17 07:00:18 +00:00
Make invalid command error language consistent with brew core
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user