mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-23 10:29:58 +01:00
* gpg.sgml: Document export-minimal.
This commit is contained in:
parent
6dedf7a068
commit
dae90866f4
@ -1,3 +1,7 @@
|
||||
2004-11-26 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* gpg.sgml: Document export-minimal.
|
||||
|
||||
2004-10-28 David Shaw <dshaw@jabberwocky.com>
|
||||
|
||||
* DETAILS: Document SIG_SUBPACKET status tag.
|
||||
|
15
doc/gpg.sgml
15
doc/gpg.sgml
@ -1307,7 +1307,7 @@ opposite meaning. The options are:
|
||||
<variablelist>
|
||||
|
||||
<varlistentry>
|
||||
<term>allow-local-sigs</term>
|
||||
<term>import-local-sigs</term>
|
||||
<listitem><para>
|
||||
Allow importing key signatures marked as "local". This is not
|
||||
generally useful unless a shared keyring scheme is being used.
|
||||
@ -1344,7 +1344,7 @@ opposite meaning. The options are:
|
||||
<variablelist>
|
||||
|
||||
<varlistentry>
|
||||
<term>include-local-sigs</term>
|
||||
<term>export-local-sigs</term>
|
||||
<listitem><para>
|
||||
Allow exporting key signatures marked as "local". This is not
|
||||
generally useful unless a shared keyring scheme is being used.
|
||||
@ -1352,7 +1352,7 @@ Defaults to no.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>include-attributes</term>
|
||||
<term>export-attributes</term>
|
||||
<listitem><para>
|
||||
Include attribute user IDs (photo IDs) while exporting. This is
|
||||
useful to export keys if they are going to be used by an OpenPGP
|
||||
@ -1360,12 +1360,19 @@ program that does not accept attribute user IDs. Defaults to yes.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>include-sensitive-revkeys</term>
|
||||
<term>export-sensitive-revkeys</term>
|
||||
<listitem><para>
|
||||
Include designated revoker information that was marked as
|
||||
"sensitive". Defaults to no.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>export-minimal</term>
|
||||
<listitem><para>
|
||||
Export the smallest key possible. Currently this is done by leaving
|
||||
out any signatures that are not self-signatures. Defaults to no.
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</para></listitem></varlistentry>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user