diff options
author | Werner Koch <wk@gnupg.org> | 1999-07-08 16:24:35 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1999-07-08 16:24:35 +0200 |
commit | c5ca275573f147c83d06a64ba60053d4e646c6c0 (patch) | |
tree | 2c6b253b672a049803afab557417f7c96ff2a737 /doc | |
parent | See ChangeLog: Wed Jul 7 13:23:40 CEST 1999 Werner Koch (diff) | |
download | gnupg2-c5ca275573f147c83d06a64ba60053d4e646c6c0.tar.xz gnupg2-c5ca275573f147c83d06a64ba60053d4e646c6c0.zip |
See ChangeLog: Thu Jul 8 16:21:27 CEST 1999 Werner Koch
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> |