diff options
author | Werner Koch <wk@gnupg.org> | 2011-04-21 15:40:48 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2011-04-21 15:40:48 +0200 |
commit | 4caa768f1d3388f36a6de4be9f71d916696b9e2d (patch) | |
tree | 059a687105ad2fe2b63aa5cf9205c418f1dd7f27 /doc | |
parent | 2011-04-20 Marcus Brinkmann <mb@g10code.com> (diff) | |
download | gnupg2-4caa768f1d3388f36a6de4be9f71d916696b9e2d.tar.xz gnupg2-4caa768f1d3388f36a6de4be9f71d916696b9e2d.zip |
Add OPTION:cache-ttl-opt-preset to gpg-agent.
This option may be used to change the default ttl values use with the
--preset option of GENKEY and PASSWD.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-agent.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index 280670bd3..e965c5236 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -1348,6 +1348,12 @@ following values are defined: Use the @xref{option --allow-loopback-pinentry}. @end table + +@item cache-ttl-opt-preset +This option sets the cache TTL for new entries created by GENKEY and +PASSWD commands when using the @option{--preset} option. It it is not +used a default value is used. + @end table |