diff options
author | Werner Koch <[email protected]> | 2016-06-24 11:11:37 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2016-06-24 11:11:37 +0000 |
commit | 7bca3be65e510eda40572327b87922834ebe07eb (patch) | |
tree | caeb2016260804f317fb4a08c4125a7cfe299495 /doc | |
parent | gpg: New import option "import-show". (diff) | |
download | gnupg-7bca3be65e510eda40572327b87922834ebe07eb.tar.gz gnupg-7bca3be65e510eda40572327b87922834ebe07eb.zip |
gpg: New import option "import-export".
* g10/import.c (parse_import_options): Add option "import-export".
(write_keyblock_to_output): New.
(import_one): Implement option.
--
We are now in the import export business.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 15f58f47e..b8fda9638 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2185,6 +2185,11 @@ opposite meaning. The options are: This can be combined with the option @option{--dry-run} to only look at keys. + @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. + @item merge-only During import, allow key updates to existing keys, but do not allow any new keys to be imported. Defaults to no. |