]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
rate.c: single URLs make no sense in --rate example
author積丹尼 Dan Jacobson <jidanni@jidanni.org>
Tue, 28 Feb 2023 01:36:30 +0000 (09:36 +0800)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Feb 2023 07:24:23 +0000 (08:24 +0100)
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

docs/cmdline-opts/rate.d

index 4f2ec4011c7cf09d90273732f286cf05095d25de..232106a607feba1e5763e8ded3f8b40325497d1c 100644 (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