diff options
Diffstat (limited to 'doc/gpgsm.texi')
-rw-r--r-- | doc/gpgsm.texi | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index f94450257..530169a99 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -450,7 +450,7 @@ However the standard model (shell) is in that case always tried first. @opindex ignore-cert-extension Add @var{oid} to the list of ignored certificate extensions. The @var{oid} is expected to be in dotted decimal form, like -@code{2.5.29.3}. This option may used more than once. Critical +@code{2.5.29.3}. This option may be used more than once. Critical flagged certificate extensions matching one of the OIDs in the list are treated as if they are actually handled and thus the certificate won't be rejected due to an unknown critical extension. Use this @@ -554,6 +554,10 @@ This option is therefore useful to simply verify a certificate. For standard key listings, also print the MD5 fingerprint of the certificate. +@item --with-keygrip +Include the keygrip in standard key listings. Note that the keygrip is +always listed in --with-colons mode. + @end table @c ******************************************* |