aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Shaw <[email protected]>2004-11-26 16:46:53 +0000
committerDavid Shaw <[email protected]>2004-11-26 16:46:53 +0000
commitdae90866f49d386894be787b06e8bcf5a4572991 (patch)
tree760c463a9d5e62e3305638427d03ccc02830816e
parent* options.h, export.c (parse_export_options, do_export_stream), import.c (diff)
downloadgnupg-dae90866f49d386894be787b06e8bcf5a4572991.tar.gz
gnupg-dae90866f49d386894be787b06e8bcf5a4572991.zip
* gpg.sgml: Document export-minimal.
Diffstat (limited to '')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gpg.sgml15
2 files changed, 15 insertions, 4 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 1db9704cf..4798b0ff2 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-26 David Shaw <[email protected]>
+
+ * gpg.sgml: Document export-minimal.
+
2004-10-28 David Shaw <[email protected]>
* DETAILS: Document SIG_SUBPACKET status tag.
diff --git a/doc/gpg.sgml b/doc/gpg.sgml
index ff28ffe25..2edc5ce1b 100644
--- a/doc/gpg.sgml
+++ b/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>