lib/plagiarism/cli.rb in plagiarism2-0.0.10 vs lib/plagiarism/cli.rb in plagiarism2-0.0.11

- old
+ new

@@ -19,10 +19,10 @@ desc 'init', 'Create file for plagiarism to load config' method_option :path, aliases: '-p', desc: 'where put the config', type: :string, default: CONFIG_PATH def init create_file options[:path], <<-STRING -strategies: "free_google" +strategies: "yahoo" whitelists: "www.ring.md, blog.ring.md" bing_key: xxx google_key: xxx google_cx: xxx STRING