Make the wording consistent between filters

This commit is contained in:
hartator 2016-07-28 17:57:17 -05:00
parent 1eaa8098c0
commit 68cb0172b7

View File

@ -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