diff options
author | Werner Koch <[email protected]> | 2015-11-12 16:02:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-11-12 16:02:18 +0000 |
commit | 2038adf16d0e7eeb614043aae17b16a867de6b70 (patch) | |
tree | f48e363626f96330f865a340a16d28bc64f135d6 /doc | |
parent | gpg: Print export statistics to the status-fd. (diff) | |
download | gnupg-2038adf16d0e7eeb614043aae17b16a867de6b70.tar.gz gnupg-2038adf16d0e7eeb614043aae17b16a867de6b70.zip |
gpg: Print a new EXPORTED status line.
* common/status.h (STATUS_EXPORTED): New.
* g10/export.c (print_status_exported): New.
(do_export_stream): Call that function.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index aa5a57b32..7c3e67c61 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -768,6 +768,11 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB: - <not_imported> - <skipped_v3_keys> +*** EXPORTED <fingerprint> + The key with <fingerprint> has been exported. The fingerprint is + the fingerprint of the primary key even if the primary key has + been replaced by a stub key during secret key export. + *** EXPORT_RES <args> Final statistics on export process (this is one long line). The |