diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-08-11 08:21:33 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-08-11 08:21:33 +0200 |
commit | 04f84edd5bfaad5af81c165cbcecc53fdfc1251b (patch) | |
tree | 305be1eeda3f66861514b8abeb52395efa567902 /docs/mk-ca-bundle.1 | |
parent | 6301692faec68d3c119db2e54e17445bdc8c544a (diff) | |
download | curl-04f84edd5bfaad5af81c165cbcecc53fdfc1251b.tar.gz |
mk-ca-bundle.1: document -m, added in 1.26
Diffstat (limited to 'docs/mk-ca-bundle.1')
-rw-r--r-- | docs/mk-ca-bundle.1 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/mk-ca-bundle.1 b/docs/mk-ca-bundle.1 index 017bb8238..b1ded4427 100644 --- a/docs/mk-ca-bundle.1 +++ b/docs/mk-ca-bundle.1 @@ -5,7 +5,7 @@ .\" * | (__| |_| | _ <| |___ .\" * \___|\___/|_| \_\_____| .\" * -.\" * Copyright (C) 2008 - 2014, Daniel Stenberg, <daniel@haxx.se>, et al. +.\" * Copyright (C) 2008 - 2016, 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 @@ -53,6 +53,11 @@ force rebuild even if certdata.txt is current (Added in version 1.17) print version info about used modules .IP -l print license info about certdata.txt +.IP -m +(Added in 1.26) Include meta data comments in the output. The meta data is +specific information about each certificate that is stored in the original +file as comments and using this option will make those comments get passed on +to the output file. The meta data is not parsed in any way by mk-ca-bundle. .IP -n no download of certdata.txt (to use existing) .IP "-p [purposes]:[levels]" |