diff options
author | Daniel Stenberg <daniel@haxx.se> | 2015-01-16 23:19:36 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2015-01-16 23:23:29 +0100 |
commit | 0b1f37e77cc091456f32a8258a261b5a790ebf46 (patch) | |
tree | adfa2e49ff25e8e1bcc73467a03f49cb78066cec /src | |
parent | a4065ebf1c8beb89d53d3155a8bbcdc66102ed49 (diff) | |
download | curl-0b1f37e77cc091456f32a8258a261b5a790ebf46.tar.gz |
help: add --cert-status to --help output
Diffstat (limited to 'src')
-rw-r--r-- | src/tool_help.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tool_help.c b/src/tool_help.c index 424a2fa9c..4616211f9 100644 --- a/src/tool_help.c +++ b/src/tool_help.c @@ -5,7 +5,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -52,6 +52,7 @@ static const char *const helptext[] = { " --cacert FILE CA certificate to verify peer against (SSL)", " --capath DIR CA directory to verify peer against (SSL)", " -E, --cert CERT[:PASSWD] Client certificate file and password (SSL)", + " --cert-status Verify the status of the server certificate (SSL)", " --cert-type TYPE Certificate file type (DER/PEM/ENG) (SSL)", " --ciphers LIST SSL ciphers to use (SSL)", " --compressed Request compressed response (using deflate or gzip)", |