mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Make the wording consistent between filters
This commit is contained in:
parent
1eaa8098c0
commit
68cb0172b7
@ -18,7 +18,7 @@ option_parser = OptionParser.new do |opts|
|
|||||||
options[:timestamp] = t
|
options[:timestamp] = t
|
||||||
end
|
end
|
||||||
|
|
||||||
opts.on("-o", "--only ONLY_FILTER", String, "Restrict downloading to file urls matching the only filter supplied (use // notation for the only filter to be treated as a regex)") do |t|
|
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
|
options[:only_filter] = t
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user