rate.c: single URLs make no sense in --rate example
Here somehow you need to put more than one URL in these examples, else they will make no sense, as --rate only affects the second and beyond URLs. The first URL will always finish the same time no matter what --rate is given. Closes #10638
This commit is contained in:
parent
26c6d822bc
commit
8d708e4cad
@ -4,9 +4,9 @@ Long: rate
|
||||
Arg: <max request rate>
|
||||
Help: Request rate for serial transfers
|
||||
Category: connection
|
||||
Example: --rate 2/s $URL
|
||||
Example: --rate 3/h $URL
|
||||
Example: --rate 14/m $URL
|
||||
Example: --rate 2/s $URL ...
|
||||
Example: --rate 3/h $URL ...
|
||||
Example: --rate 14/m $URL ...
|
||||
Added: 7.84.0
|
||||
See-also: limit-rate retry-delay
|
||||
Multi: single
|
||||
|
||||
Loading…
Reference in New Issue
Block a user