diff options
Diffstat (limited to 'Library/Homebrew/cmd/options.rb')
| -rw-r--r-- | Library/Homebrew/cmd/options.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/cmd/options.rb b/Library/Homebrew/cmd/options.rb index e72bdb0a5..696d4a46a 100644 --- a/Library/Homebrew/cmd/options.rb +++ b/Library/Homebrew/cmd/options.rb @@ -11,6 +11,7 @@ def ff f.installed? or outdated.include? f.name end else + raise FormulaUnspecifiedError if ARGV.named.empty? ARGV.formulae end end |
