diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-10-30 15:39:11 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-10-30 15:39:11 +0000 |
commit | 64543e09ecea6dc2b1d269cf4b83b5d86729bb01 (patch) | |
tree | 5d1f4e98365c3750f6179b12d0dac4ca6b167caa | |
parent | 58936efff6f0ed18775b0807788fb7ff9b840471 (diff) |
Added -0/--http1.0
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1 index 1d091e6fc..f1969e436 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -644,6 +644,9 @@ Forces curl to use SSL version 3 when negotiating with a remote SSL server. .IP "-2/--sslv2" (HTTPS) Forces curl to use SSL version 2 when negotiating with a remote SSL server. +.IP "-0/--http1.0" +(HTTP) Forces curl to issue its requests using HTTP 1.0 instead of using its +internally preferred: HTTP 1.1. .IP "-#/--progress-bar" Make curl display progress information as a progress bar instead of the default statistics. |