diff options
author | Werner Koch <[email protected]> | 2009-07-09 14:54:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-07-09 14:54:18 +0000 |
commit | 31084d6dc9287f6ab113ae0096d971c3e28c4eff (patch) | |
tree | da5896e251fb6cd55a8decc45ee7376ba77750be /doc | |
parent | Marked an entry fuzzy. (diff) | |
download | gnupg-31084d6dc9287f6ab113ae0096d971c3e28c4eff.tar.gz gnupg-31084d6dc9287f6ab113ae0096d971c3e28c4eff.zip |
Support writing of existing keys with non-matching key sizes.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/DETAILS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/DETAILS b/doc/DETAILS index 76078c2b4..a74c83cc0 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -503,8 +503,9 @@ more arguments in future versions. "char" is the character displayed with no --status-fd enabled, with the linefeed replaced by an 'X'. "cur" is the current amount done and "total" is amount to be done; a "total" of 0 indicates that - the total amount is not known. 100/100 may be used to detect the - end of operation. + the total amount is not known. The condition + TOATL && CUR == TOTAL + may be used to detect the end of an operation. Well known values for WHAT: "pk_dsa" - DSA key generation "pk_elg" - Elgamal key generation |