Skip to content

Commit f9d60d0

Browse files
committed
1 parent d0e6a46 commit f9d60d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/wayback_machine_downloader

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ option_parser = OptionParser.new do |opts|
2121
opts.on("-s", "--all-timestamps", "Download all snapshots/timestamps for a given website") do |t|
2222
options[:all_timestamps] = true
2323
end
24-
24+
2525
opts.on("-f", "--from TIMESTAMP", Integer, "Only files on or after timestamp supplied (ie. 20060716231334)") do |t|
2626
options[:from_timestamp] = t
2727
end
@@ -30,7 +30,7 @@ option_parser = OptionParser.new do |opts|
3030
options[:to_timestamp] = t
3131
end
3232

33-
opts.on("-e", "--exact-url", "Download only the url provied and not the full site") do |t|
33+
opts.on("-e", "--exact-url", "Download only the url provided and not the full site") do |t|
3434
options[:exact_url] = t
3535
end
3636

0 commit comments

Comments
 (0)