From 5b636f40ef3dbd240d71381d32bd56f08a4d88d2 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Sun, 3 Dec 2006 04:48:42 +0000 Subject: [PATCH] * gpg.texi (GPG Esoteric Options): Document --passphrase-repeat. --- doc/ChangeLog | 4 ++++ doc/gpg.texi | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/doc/ChangeLog b/doc/ChangeLog index afb28e1e0..bbaa6f4ec 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2006-12-02 David Shaw + + * gpg.texi (GPG Esoteric Options): Document --passphrase-repeat. + 2006-11-14 Werner Koch * gpgsm.texi (GPGSM EXPORT): Document changes. diff --git a/doc/gpg.texi b/doc/gpg.texi index 04ba2ff06..524e0cc69 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -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},