bin/deputy in deputy-0.1.56 vs bin/deputy in deputy-0.1.57

- old
+ new

@@ -17,9 +17,10 @@ Options: BANNER opts.on("-h", "--help","Show this.") { puts opts; exit } opts.on('-v', '--version','Show Version'){ puts Deputy::VERSION; exit} + opts.on('-vv', '--verbose','Verbose Mode'){ options[:verbose] = true } opts.on('--install-cron','Install crontask'){ Deputy.install_cron; exit} opts.on('--no-wait','Do not wait before executing plugins'){ options[:no_wait] = true } opts.on('--run-plugins','Run all plugins for this minute (belongs into crontask)') do options[:run_plugins] = true end