From: Daniel Stenberg Date: Mon, 15 Feb 2010 07:48:28 +0000 (+0000) Subject: -w speed_download and speed_upload are measured in bytes per second X-Git-Tag: curl-7_20_1~169 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2596fe0cb779e64599d8b11f27419a2caecd804a;p=thirdparty%2Fcurl.git -w speed_download and speed_upload are measured in bytes per second --- diff --git a/docs/curl.1 b/docs/curl.1 index 02e715f796..657e5d52a9 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.