diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-02-24 13:28:32 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-02-24 13:28:32 +0000 |
commit | 9d02a39e1388f9c215ea1f03e4703ace615d6354 (patch) | |
tree | f71f1d33c0aa927dd5de2e2dfa331c5b7c08dd71 /docs | |
parent | fc0af0d4d17b79f56340f48d51c5c817aba72fa8 (diff) |
fixed language for limit-rate
Diffstat (limited to 'docs')
-rw-r--r-- | docs/curl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 9a316d3f1..5faff9c7f 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 <speed>" 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' |