diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-10-08 13:30:15 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-10-08 13:30:15 +0000 |
commit | 8dbfecd153724fca36e667a13d71f9121e821536 (patch) | |
tree | daf4ac004cac2089c0b246df330e0bc35893b631 /docs/curl-config.1 | |
parent | 512db1bc545fa7fc7289968a66ae8b82c5fae657 (diff) | |
download | curl-8dbfecd153724fca36e667a13d71f9121e821536.tar.gz |
added --ca
Diffstat (limited to 'docs/curl-config.1')
-rw-r--r-- | docs/curl-config.1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/curl-config.1 b/docs/curl-config.1 index 5533abf15..38961c4fc 100644 --- a/docs/curl-config.1 +++ b/docs/curl-config.1 @@ -11,6 +11,8 @@ curl-config \- Get information about a libcurl installation .B curl-config displays information about a previous curl and libcurl installation. .SH OPTIONS +.IP "--ca" +Displays the built-in path to the CA cert bundle this libcurl uses. .IP "--cc" Displays the compiler used to build libcurl. .IP "--cflags" |