Skip to content

Commit

Permalink
curl.1: clarify --limit-rate's effect on both directions
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Aug 22, 2014
1 parent 5be4863 commit a20da55
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/curl.1
Expand Up @@ -877,9 +877,10 @@ of what your command-line operation does!
If this option is used several times, the last given file name will be
used. (Added in 7.16.1)
.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 like your transfer not to use your entire
bandwidth.
Specify the maximum transfer rate you want curl to use - for both downloads
and uploads. This feature is useful if you have a limited pipe and you'd like
your transfer not to use your entire bandwidth. To make it slower than it
otherwise would be.

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' makes it
Expand Down

0 comments on commit a20da55

Please sign in to comment.