aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-09-01 13:28:30 -0500
committerJack Nagel2012-09-01 13:28:30 -0500
commit8c55acacb4e33088061f2efb0009f0733ac18e30 (patch)
tree3b5cf171a047b7426bec101f467c0b288a7565b5 /Library
parente0cff10be59c3ad986dc8a084cc27aa5c6164384 (diff)
downloadbrew-8c55acacb4e33088061f2efb0009f0733ac18e30.tar.bz2
`brew list -v` means verbose, not versions
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/list.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/list.rb b/Library/Homebrew/cmd/list.rb
index 602396e4a..358df3f4c 100644
--- a/Library/Homebrew/cmd/list.rb
+++ b/Library/Homebrew/cmd/list.rb
@@ -8,7 +8,7 @@ module Homebrew extend self
# Things below use the CELLAR, which doesn't until the first formula is installed.
return unless HOMEBREW_CELLAR.exist?
- if ARGV.flag? '--versions'
+ if ARGV.include? '--versions'
list_versions
elsif ARGV.named.empty?
ENV['CLICOLOR'] = nil