aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gpg.texi5
2 files changed, 9 insertions, 0 deletions
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 <[email protected]>
+
+ * gpg.texi (GPG Esoteric Options): Document --passphrase-repeat.
+
2006-11-14 Werner Koch <[email protected]>
* 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},