diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/FAQ | 6 | ||||
-rw-r--r-- | doc/gpg.sgml | 8 |
2 files changed, 14 insertions, 0 deletions
@@ -336,3 +336,9 @@ you active characterset matches the one displayed - if not, restrict yourself to plain 7 bit ASCII and no mapping has to be done. + Q: How do I transfer owner trust values from PGP to GnuPG? + A: There is a script in the tools directory to help you: + After you have imported the PGP keyring you can give this command: + $ lspgpot pgpkeyring | gpg --import-ownertrust + + diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 21d74fc83..83eac9de9 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -1087,6 +1087,14 @@ Print key listings delimited by colons. Print key listings delimited by colons and print the public key data. </para></listitem></varlistentry> +<varlistentry> +<term>--with-fingerprint</term> +<listitem><para> +Same as the command --fingerprint but changes only the format of the output +and may be used together with another command. +</para></listitem></varlistentry> + + </variablelist> </refsect1> |