From 9d02a39e1388f9c215ea1f03e4703ace615d6354 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 24 Feb 2003 13:28:32 +0000 Subject: [PATCH] fixed language for limit-rate --- docs/curl.1 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/curl.1 b/docs/curl.1 index 9a316d3..5faff9c 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -354,8 +354,8 @@ url = "http://curl.haxx.se/docs/" This option can be used multiple times. .IP "--limit-rate " Specify the maximum transfer rate you want curl to use. This feature is useful -if you have a limited pipe and you'd prefer you have your transfer not use -your entire bandwidth. +if you have a limited pipe and you'd like your transfer not use your entire +bandwidth. The given speed is measured in bytes/second, unless a suffix is appended. Appending 'k' or 'K' will count the number as kilobytes, 'm' or M' -- 2.7.4