mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpg: Fix regression for non-default --passphrase-repeat option.
* agent/command.c (cmd_get_passphrase): Take care of --repeat with --newsymkey. -- GnuPG-bug-id: 4997
This commit is contained in:
parent
f0f8b124f0
commit
a4d73b1c8e
2 changed files with 13 additions and 4 deletions
|
@ -3165,7 +3165,10 @@ default. @option{--no-escape-from-lines} disables this option.
|
|||
@opindex passphrase-repeat
|
||||
Specify how many times @command{@gpgname} will request a new
|
||||
passphrase be repeated. This is useful for helping memorize a
|
||||
passphrase. Defaults to 1 repetition.
|
||||
passphrase. Defaults to 1 repetition; can be set to 0 to disable any
|
||||
passphrase repetition. Note that a @var{n} greater than 1 will pop up
|
||||
the pinentry window @var{n}+1 times even if a modern pinentry with
|
||||
two entry fields is used.
|
||||
|
||||
@item --passphrase-fd @var{n}
|
||||
@opindex passphrase-fd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue