diff options
author | Ben Kibbey <bjk@luxsci.net> | 2012-04-04 02:53:22 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2012-04-04 11:56:55 +0200 |
commit | a577f06c4aecc0af5b492e15812e9150c747cbe4 (patch) | |
tree | 073281bfe56f25ee9dca7e1249b4793f1307e27f /doc/gpg-agent.texi | |
parent | Document GENKEY options. (diff) | |
download | gnupg2-a577f06c4aecc0af5b492e15812e9150c747cbe4.tar.xz gnupg2-a577f06c4aecc0af5b492e15812e9150c747cbe4.zip |
Document PASSWD --preset.
Diffstat (limited to '')
-rw-r--r-- | doc/gpg-agent.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index a7b9865da..1c4d92fdc 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -1287,12 +1287,22 @@ option given the certificates are send back. @subsection Change a Passphrase @example +@ifset gpgtwoone + PASSWD [--cache-nonce=<c>] [--passwd-nonce=<s>] [--preset] @var{keygrip} +@end ifset +@ifclear gpgtwoone PASSWD @var{keygrip} +@end ifclear @end example This command is used to interactively change the passphrase of the key identified by the hex string @var{keygrip}. +@ifset gpgtwoone +The @option{--preset} option may be used to add the new passphrase to the +cache using the default cache parameters. +@end ifset + @node Agent UPDATESTARTUPTTY @subsection Change the standard display |