diff options
author | Werner Koch <[email protected]> | 2010-09-16 11:45:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-09-16 11:45:25 +0000 |
commit | 96380221ca5900a35d047a5ad64ffc3d474d8170 (patch) | |
tree | fb29ba1670e796d0f165180bc62f624c487873d4 | |
parent | Missing spaces fix. (diff) | |
download | gnupg-96380221ca5900a35d047a5ad64ffc3d474d8170.tar.gz gnupg-96380221ca5900a35d047a5ad64ffc3d474d8170.zip |
Fix --include-certs entry.
-rw-r--r-- | doc/gpgsm.texi | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index b2c290934..fdf1672b4 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -566,10 +566,9 @@ certificate. @item --include-certs @var{n} @opindex include-certs Using @var{n} of -2 includes all certificate except for the root cert, --1 includes all certs, 0 does not include any certs, 1 includes only -the signers cert (this is the default) and all other positive -values include up to @var{n} certificates starting with the signer cert. -The default is -2. +-1 includes all certs, 0 does not include any certs, 1 includes only the +signers cert and all other positive values include up to @var{n} +certificates starting with the signer cert. The default is -2. @item --cipher-algo @var{oid} @opindex cipher-algo |