Give more details about what the option --all-timestamps do

This commit is contained in:
hartator 2017-10-26 19:36:06 -05:00
parent d80b51f502
commit 5116b77eb9

View File

@ -18,7 +18,7 @@ option_parser = OptionParser.new do |opts|
options[:directory] = t options[:directory] = t
end 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 options[:all_timestamps] = true
end end