diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-11-28 01:01:13 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-11-28 09:53:15 +0100 |
commit | a387d881ecf1cfe8def1460fdf2faa3fdef66302 (patch) | |
tree | 58148de3354cb8522e90e42a95e6243a7543c8e9 /docs/cmdline-opts/speed-limit.d | |
parent | ac85f332f13f2e105e69d5f4b97c1787a824f637 (diff) | |
download | curl-a387d881ecf1cfe8def1460fdf2faa3fdef66302.tar.gz |
cmdline-docs: more options converted and fixed
Now all options are in the new system.
Diffstat (limited to 'docs/cmdline-opts/speed-limit.d')
-rw-r--r-- | docs/cmdline-opts/speed-limit.d | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/cmdline-opts/speed-limit.d b/docs/cmdline-opts/speed-limit.d new file mode 100644 index 000000000..e2b81c79a --- /dev/null +++ b/docs/cmdline-opts/speed-limit.d @@ -0,0 +1,10 @@ +Long: speed-limit +Short: Y +Arg: <speed> +Help: Stop transfers slower than this +--- +If a download 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. |