* gpg.texi (GPG Esoteric Options): Document --passphrase-repeat.

This commit is contained in:
David Shaw 2006-12-03 04:48:42 +00:00
parent 884d1af0ae
commit 5b636f40ef
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2006-12-02 David Shaw <dshaw@jabberwocky.com>
* gpg.texi (GPG Esoteric Options): Document --passphrase-repeat.
2006-11-14 Werner Koch <wk@g10code.com>
* gpgsm.texi (GPGSM EXPORT): Document changes.

View File

@ -2192,6 +2192,11 @@ signatures to prevent the mail system from breaking the signature. Note
that all other PGP versions do it this way too. Enabled by
default. @option{--no-escape-from-lines} disables this option.
@item --passphrase-repeat @code{n}
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.
@item --passphrase-fd @code{n}
Read the passphrase from file descriptor @code{n}. Only the first line
will be read from file descriptor @code{n}. If you use 0 for @code{n},