From: 積丹尼 Dan Jacobson Date: Tue, 28 Feb 2023 01:36:30 +0000 (+0800) Subject: rate.c: single URLs make no sense in --rate example X-Git-Tag: curl-8_0_0~129 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8d708e4cadefe4feff680138fd5ec56ccc7c9c26;p=thirdparty%2Fcurl.git 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 --- diff --git a/docs/cmdline-opts/rate.d b/docs/cmdline-opts/rate.d index 4f2ec4011c..232106a607 100644 --- a/docs/cmdline-opts/rate.d +++ b/docs/cmdline-opts/rate.d @@ -4,9 +4,9 @@ Long: rate Arg: 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