bin/check-links in link-checker-0.5.2 vs bin/check-links in link-checker-0.6.0

- old
+ new

@@ -4,8 +4,9 @@ require 'trollop' options = Trollop::options do opt :no_warnings, "Don't warn about redirects to valid links" opt :warnings_are_errors, "Treat any warning as an error and produce an error return code" + opt :max_threads, "The maximum number of threads to start.", :default => 100 end exit LinkChecker.new(:options => options, :target => ARGV[0]).check_uris \ No newline at end of file