Change the wording to concurrency to match Apache Bench wording

This commit is contained in:
hartator 2016-09-15 19:57:58 -05:00
parent a6294699aa
commit c867514f41

View File

@ -38,7 +38,7 @@ option_parser = OptionParser.new do |opts|
options[:list] = true
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
end