Skip to content

Commit

Permalink
Give more details about what the option --all-timestamps do
Browse files Browse the repository at this point in the history
  • Loading branch information
hartator committed Oct 27, 2017
1 parent d80b51f commit 5116b77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/wayback_machine_downloader
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ option_parser = OptionParser.new do |opts|
options[:directory] = t
end

opts.on("-s", "--all-timestamps", "Download all snapshots (ie. all timestamps)") do |t|
opts.on("-s", "--all-timestamps", "Download all snapshots/timestamps for a given website") do |t|
options[:all_timestamps] = true
end

Expand Down

0 comments on commit 5116b77

Please sign in to comment.