mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
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 <wk@gnupg.org>
This commit is contained in:
parent
49829c29e5
commit
16feb1e0ea
2 changed files with 16 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue