-
-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Closed
Labels
Description
curl/docs/cmdline-opts/limit-rate.d
Lines 12 to 13 in 3085ccf
| Appending 'k' or 'K' will count the number as kilobytes, 'm' or 'M' makes it | |
| megabytes, while 'g' or 'G' makes it gigabytes. Examples: 200K, 3m and 1G. |
I presume that this k is 2^10, but Wikipedia pretends it means 10^3. (I'm not endorsing this notation, but docs should be clear.)
Reactions are currently unavailable