From 8d708e4cadefe4feff680138fd5ec56ccc7c9c26 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= Date: Tue, 28 Feb 2023 09:36:30 +0800 Subject: [PATCH] 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 --- docs/cmdline-opts/rate.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.3