lib/nyaa/cli.rb in nyaa-1.0.2 vs lib/nyaa/cli.rb in nyaa-1.0.3

- old
+ new

@@ -26,13 +26,9 @@ opt.on('-b', '--batch', 'Batch mode for scripting (first page only)') do |batch| @config[:batch] = batch end - opt.on('-t', '--classic', 'Use the old interface (deprecated)') do |classic| - @config[:classic] = classic - end - opt.on('-v', '--version', 'Print version info') do puts "nyaa #{Nyaa::VERSION}" puts "Copyright (c) 2013 David Palma" puts "https://github.com/mistofvongola/nyaa" exit