Skip to content

Commit

Permalink
Fixed missing 'end' in restored '-o'/'--only' option
Browse files Browse the repository at this point in the history
  • Loading branch information
morgant committed May 20, 2024
1 parent 5f67715 commit be2d407
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/wayback_machine_downloader
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ option_parser = OptionParser.new do |opts|

opts.on("-o", "--only ONLY_FILTER", String, "Restrict downloading to urls that match this filter", "(use // notation for the filter to be treated as a regex)") do |t|
options[:only_filter] = t
end

opts.on("-w", "--wait SECONDS", Integer, "Wait the specified number of seconds between requests") do |t|
options[:wait_seconds] = t
Expand Down

0 comments on commit be2d407

Please sign in to comment.