mirror of
https://github.com/StrawberryMaster/wayback-machine-downloader.git
synced 2025-12-17 17:56:44 +00:00
Change the wording to concurrency to match Apache Bench wording
This commit is contained in:
parent
a6294699aa
commit
c867514f41
@ -38,7 +38,7 @@ option_parser = OptionParser.new do |opts|
|
|||||||
options[:list] = true
|
options[:list] = true
|
||||||
end
|
end
|
||||||
|
|
||||||
opts.on("--threads NUMBER", Integer, "Number of threads to use while downloading website (ie. 20)") do |t|
|
opts.on("-c", "--concurrency NUMBER", Integer, "Number of multiple files to dowload at a time. Default is one file at a time. (ie. 20)") do |t|
|
||||||
options[:threads_count] = t
|
options[:threads_count] = t
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user