aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2009-10-21 12:33:56 +0000
committerDaniel Stenberg <daniel@haxx.se>2009-10-21 12:33:56 +0000
commit4b8ce9423fa9ddd5935e513ac80d85d5fc60a353 (patch)
treebd6077dadb7f011b84fb7e42d1c7ac335e9aefe0
parent051ab439a99980e4938c4c61bf2e0f22b04d388e (diff)
add --crlfile to the man page
-rw-r--r--docs/curl.18
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index eed276d66..35133aa02 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -219,6 +219,14 @@ To create remote directories when using FTP or SFTP, try
\fI--ftp-create-dirs\fP.
.IP "--crlf"
(FTP) Convert LF to CRLF in upload. Useful for MVS (OS/390).
+.IP "--crlfile <file>"
+(HTTPS/FTPS) Provide a file using PEM format with a Certificate Revocation
+List that may specify what peer certificates that are to be considered
+revoced.
+
+If this option is used several times, the last one will be used.
+
+(Added in 7.19.7)
.IP "-d/--data <data>"
(HTTP) Sends the specified data in a POST request to the HTTP server, in the
same way that a browser does when a user has filled in an HTML form and