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:
積丹尼 Dan Jacobson 2023-02-28 09:36:30 +08:00 committed by Daniel Stenberg
parent 26c6d822bc
commit 8d708e4cad
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

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