diff options
Diffstat (limited to '')
-rw-r--r-- | doc/gpgsm.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index c79622342..0f2167184 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -133,6 +133,8 @@ Generate a new key and a certificate request. @itemx -k @opindex list-keys List all available certificates stored in the local key database. +Note that the displayed data might be reformatted for better human +readability and illegal characters are replaced by safe substitutes. @item --list-secret-keys @itemx -K @@ -156,7 +158,7 @@ List all available certificates for which a corresponding a secret key is available using a format useful mainly for debugging. @item --dump-external-keys @var{pattern} -@opindex dump-keys +@opindex dump-external-keys List certificates matching @var{pattern} using an external server. This utilizes the @code{dirmngr} service. It uses a format useful mainly for debugging. |