aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-02-15 07:48:28 +0000
committerDaniel Stenberg <daniel@haxx.se>2010-02-15 07:48:28 +0000
commit2596fe0cb779e64599d8b11f27419a2caecd804a (patch)
treed541095d04e1d91971aef902d413c217f06fa069 /docs
parentf1106049d9b86e86db5883f945cf1cc0780dafbf (diff)
-w speed_download and speed_upload are measured in bytes per second
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.16
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 02e715f79..657e5d52a 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -1417,10 +1417,12 @@ The total amount of bytes of the downloaded headers.
The total amount of bytes that were sent in the HTTP request.
.TP
.B speed_download
-The average download speed that curl measured for the complete download.
+The average download speed that curl measured for the complete download. Bytes
+per second.
.TP
.B speed_upload
-The average upload speed that curl measured for the complete upload.
+The average upload speed that curl measured for the complete upload. Bytes per
+second.
.TP
.B content_type
The Content-Type of the requested document, if there was any.