diff options
Diffstat (limited to '')
-rw-r--r-- | doc/gpg.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 7f55cc7e3..843e91c5c 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2342,6 +2342,11 @@ opposite meaning. The options are: on the keyring. This option is the same as running the @option{--edit-key} command "clean" after import. Defaults to no. + @item import-drop-uids + Do not import any user ids or their binding signatures. This option + can be used to update only the subkeys or other non-user id related + information. + @item repair-keys. After import, fix various problems with the keys. For example, this reorders signatures, and strips duplicate signatures. Defaults to yes. @@ -2506,6 +2511,11 @@ opposite meaning. The options are: running the @option{--edit-key} command "minimize" before export except that the local copy of the key is not modified. Defaults to no. + @item export-drop-uids + Do no export any user id or attribute packets or their associates + signatures. Note that due to missing user ids the resulting output is + not strictly RFC-4880 compliant. + @item export-pka Instead of outputting the key material output PKA records suitable to put into DNS zone files. An ORIGIN line is printed before each |