description to param -v changed

This commit is contained in:
Lars Kanis 2011-07-08 12:19:15 +02:00
parent ab2a94e36c
commit 055810e815

View File

@ -350,7 +350,7 @@ class Application
OptionParser.new do |opts|
opts.banner = "Usage: #{$0} [options]"
opts.on("-v", "--[no-]verbose", "Be more verbose"){ s.log.level-=1 }
opts.on("-v", "--[no-]verbose", "Increase verbose level"){ s.log.level-=1 }
opts.on("-c", "--config FILE", "Config file [#{s.config_fname}]", &s.method(:config_fname=))
opts.on("-t", "--[no-]test", "Don't do any change in the database", &s.method(:test=))