aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-08-09 14:22:24 +0000
committerWerner Koch <[email protected]>2016-08-09 14:28:39 +0000
commit16feb1e0ea9b5d3966f22f4ae047335b9d1b60e1 (patch)
tree4ba0fc04c6090928e044fc56347d8008c99d1a89 /doc
parentCleanup initialization of libgcrypt. (diff)
downloadgnupg-16feb1e0ea9b5d3966f22f4ae047335b9d1b60e1.tar.gz
gnupg-16feb1e0ea9b5d3966f22f4ae047335b9d1b60e1.zip
gpg: Extend the PROGRESS line to give the used unit.
* g10/progress.c (write_status_progress): Print the units parameter. Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r--doc/DETAILS5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/DETAILS b/doc/DETAILS
index 02f9badff..0139fdbc2 100644
--- a/doc/DETAILS
+++ b/doc/DETAILS
@@ -929,7 +929,7 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB:
- 3 :: Ambigious specification
- 4 :: Key is stored on a smartcard.
-*** PROGRESS <what> <char> <cur> <total>
+*** PROGRESS <what> <char> <cur> <total> [<units>]
Used by the primegen and Public key functions to indicate
progress. <char> is the character displayed with no --status-fd
enabled, with the linefeed replaced by an 'X'. <cur> is the
@@ -953,6 +953,9 @@ pkd:0:1024:B665B1435F4C2 .... FF26ABB:
the data of a smartcard.
- card_busy :: A smartcard is still working
+ <units> is sometines used to describe the units for <current> and
+ <total>. For example "B", "KiB", or "MiB".
+
*** BACKUP_KEY_CREATED <fingerprint> <fname>
A backup of a key identified by <fingerprint> has been writte to
the file <fname>; <fname> is percent-escaped.