diff options
author | Werner Koch <[email protected]> | 2016-07-12 14:11:20 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-07-12 14:11:20 +0000 |
commit | 6cb373f37b21505562665408c15210c5d42bed9d (patch) | |
tree | 169feb517f80e9bae4d149fa7205f359948a4bac | |
parent | gpg: Extend import-option import-export to print PKA or DANE. (diff) | |
download | gnupg-6cb373f37b21505562665408c15210c5d42bed9d.tar.gz gnupg-6cb373f37b21505562665408c15210c5d42bed9d.zip |
doc: Update import-export description.
--
-rw-r--r-- | doc/gpg.texi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index ae860d7f6..db110618d 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2211,8 +2211,10 @@ opposite meaning. The options are: @item import-export Run the entire import code but instead of storing the key to the - local keyring write it to the output. This option can be used to - remove all invalid parts from a key without the need to store it. + local keyring write it to the output. The export options + @option{export-pka} and @option{export-dane} affect the output. This + option can be used to remove all invalid parts from a key without the + need to store it. @item merge-only During import, allow key updates to existing keys, but do not allow |