summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-11-05 02:45:35 -0700
committerAndre Arko <andre@arko.net>2010-11-05 02:45:35 -0700
commit5c84669c1b064cc3e737859b4ec8b6e55c34cdcc (patch)
treef0a80ea549144836873fd6ae16d726d2c82f65b0 /lib
parentcb54fd670aec23501807cfad7d25056fce076b00 (diff)
downloadbundler-5c84669c1b064cc3e737859b4ec8b6e55c34cdcc.tar.gz
Verbose now -V to not nerf version -v
Diffstat (limited to 'lib')
-rw-r--r--lib/bundler/cli.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/cli.rb b/lib/bundler/cli.rb
index f4db413d40..b9654bb034 100644
--- a/lib/bundler/cli.rb
+++ b/lib/bundler/cli.rb
@@ -20,7 +20,7 @@ module Bundler
default_task :install
class_option "no-color", :type => :boolean, :banner => "Disable colorization in output"
- class_option "verbose", :type => :boolean, :banner => "Enable verbose output mode", :aliases => "-v"
+ class_option "verbose", :type => :boolean, :banner => "Enable verbose output mode", :aliases => "-V"
def help(cli = nil)
case cli