mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
help: add --cert-status to --help output
This commit is contained in:
parent
a4065ebf1c
commit
0b1f37e77c
@ -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)",
|
||||
|
Loading…
Reference in New Issue
Block a user