diff options
author | Werner Koch <[email protected]> | 2004-10-15 17:55:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2004-10-15 17:55:41 +0000 |
commit | 36667c357b9ef5be58b312a0936cb21fd54355bb (patch) | |
tree | c26fc4a2b31438424020a7b76f97e20e44548e70 | |
parent | test (diff) | |
download | gnupg-36667c357b9ef5be58b312a0936cb21fd54355bb.tar.gz gnupg-36667c357b9ef5be58b312a0936cb21fd54355bb.zip |
Document IMPORT_CHECK.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index a121970f1..caa08042f 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2004-10-15 Werner Koch <[email protected]> + + * DETAILS: Document IMPORT_CHECK. + 2004-10-14 David Shaw <[email protected]> * gpg.sgml: Document using "none" to remove preferred keyservers, diff --git a/doc/DETAILS b/doc/DETAILS index 688ac0444..2ddb8c735 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -364,6 +364,10 @@ more arguments in future versions. NO_SECKEY <long keyid> The key is not available + IMPORT_CHECK <long keyid> <fingerprint> <user ID> + This status is emitted in interactive mode right before + the "import.okay" prompt. + IMPORTED <long keyid> <username> The keyid and name of the signature just imported |