bin/rr in rubyretriever-1.0.2 vs bin/rr in rubyretriever-1.0.3
- old
+ new
@@ -61,16 +61,16 @@
puts "### Creating Sitemap" if options[:sitemap]
puts "### Outputting in format: #{options[:sitemap]}" if options[:sitemap]
puts "### Performing File Harvest" if options[:fileharvest]
puts "### Searching for file extension: #{options[:fileharvest]} pages" if (options[:fileharvest])
puts "### Performing SEO Scrape" if options[:seo]
- puts "### Writting output to filename: #{options[:filename]}" if options[:filename]
+ puts "### Writing output to filename: #{options[:filename]}" if options[:filename]
puts "### Being verbose"
puts "### Stopping after #{options[:maxpages]} pages"
end
puts "###############################"
puts "### [RubyRetriever] go fetch #{q}"
Retriever::CLI.new(q, options)
puts "### [RubyRetriever] is done."
puts "###############################"
puts
-end
\ No newline at end of file
+end