diff options
author | David Shaw <[email protected]> | 2006-12-03 04:48:42 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2006-12-03 04:48:42 +0000 |
commit | 5b636f40ef3dbd240d71381d32bd56f08a4d88d2 (patch) | |
tree | 192292d8b128caa5b069eb80c2f4b292f862d99a | |
parent | * options.h, gpg.c (main), passphrase.c (passphrase_to_dek): Add (diff) | |
download | gnupg-5b636f40ef3dbd240d71381d32bd56f08a4d88d2.tar.gz gnupg-5b636f40ef3dbd240d71381d32bd56f08a4d88d2.zip |
* gpg.texi (GPG Esoteric Options): Document --passphrase-repeat.
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpg.texi | 5 |
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}, |