lib/anemone/cli/serialize.rb in spk-anemone-0.2.4 vs lib/anemone/cli/serialize.rb in spk-anemone-0.3.0
- old
+ new
@@ -10,13 +10,13 @@
Usage:
anemone serialize [options] <url>
Synopsis:
Crawls a site starting at the given URL and saves the resulting
- PageHash object to a file using Marshal serialization.
+ PageStore object to a file using Marshal serialization.
Options:
- -o, --output filename Filename to save PageHash to. Defaults to crawl.{Time.now}
+ -o, --output filename Filename to save PageStore to. Defaults to crawl.{Time.now}
INFO
exit(0)
end
options = OpenStruct.new