summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts/speed-limit.d
diff options
context:
space:
mode:
Diffstat (limited to 'docs/cmdline-opts/speed-limit.d')
-rw-r--r--docs/cmdline-opts/speed-limit.d7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/cmdline-opts/speed-limit.d b/docs/cmdline-opts/speed-limit.d
index c07b1d760..878ca440d 100644
--- a/docs/cmdline-opts/speed-limit.d
+++ b/docs/cmdline-opts/speed-limit.d
@@ -1,3 +1,5 @@
+c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
+SPDX-License-Identifier: curl
Long: speed-limit
Short: Y
Arg: <speed>
@@ -6,9 +8,8 @@ Category: connection
Example: --speed-limit 300 --speed-time 10 $URL
Added: 4.7
See-also: speed-time limit-rate max-time
+Multi: single
---
-If a download is slower than this given speed (in bytes per second) for
+If a transfer is slower than this given speed (in bytes per second) for
speed-time seconds it gets aborted. speed-time is set with --speed-time and is
30 if not set.
-
-If this option is used several times, the last one will be used.