diff options
author | Alexander Zangerl <az@snafu.priv.at> | 2014-07-17 23:31:39 +0000 |
---|---|---|
committer | Alexander Zangerl <az@snafu.priv.at> | 2014-07-17 23:31:39 +0000 |
commit | 727fb6ca0f16176e6b6612dc5b4c631bc9f1afd1 (patch) | |
tree | 17d13ee11c2178ef898a8badfe82e9e560d5426d | |
parent | c19508f76bd77372b1dfcce62f08c46fc995eebf (diff) | |
download | kuvert-727fb6ca0f16176e6b6612dc5b4c631bc9f1afd1.tar.gz kuvert-727fb6ca0f16176e6b6612dc5b4c631bc9f1afd1.tar.bz2 kuvert-727fb6ca0f16176e6b6612dc5b4c631bc9f1afd1.tar.xz kuvert-727fb6ca0f16176e6b6612dc5b4c631bc9f1afd1.zip |
fixed small typo in the docs
-rwxr-xr-x | kuvert | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. # -# $Id: kuvert,v 2.31 2014/07/15 10:39:21 az Exp az $ +# $Id: kuvert,v 2.32 2014/07/15 10:55:55 az Exp az $ #-- use strict; @@ -1983,7 +1983,7 @@ detaching from the terminal. Default: false. Detaching works only if your chosen mechanism for passphrase entry doesn't require interaction via the original terminal. This is the -case if you if you delegate passphrase handling to gpg-agent and +case if you delegate passphrase handling to gpg-agent and configure it for X11 pinentry, or if your secret-query program is an X11 program with its own window. |