aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-04 13:08:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-04 13:08:54 +0000
commit693aab0e958fb515913421a892063d1b064b08e0 (patch)
tree7ae3630496c19995eae26f74e0d451ca7a68011d
parentccd0f07c4167914640742fcec899a99153868e00 (diff)
size_request and size_header added to the -w description
-rw-r--r--docs/curl.18
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 2f105922d..90c0792e5 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -410,11 +410,17 @@ The total amount of bytes that were downloaded.
.B size_upload
The total amount of bytes that were uploaded.
.TP
+.B size_header
+The total amount of bytes of the downloaded headers.
+.TP
+.B size_request
+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.
.TP
.B speed_upload
-The average upload speed that curl measured for the complete download.
+The average upload speed that curl measured for the complete upload.
.RE
.IP "-x/--proxy <proxyhost[:port]>"
Use specified proxy. If the port number is not specified, it is assumed at