diff options
author | David Adam <zanchey@ucc.gu.uwa.edu.au> | 2015-04-17 10:46:47 +0800 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2015-05-11 13:35:03 +0200 |
commit | 4690a3021cf74b2093d296f48f205b6706f82f2a (patch) | |
tree | 25fe9df23e79a7c829f6f8926998400fac897aeb /man | |
parent | 7cfe27de46138757ba325f4a13001b303454aba3 (diff) | |
download | pass-4690a3021cf74b2093d296f48f205b6706f82f2a.tar.gz pass-4690a3021cf74b2093d296f48f205b6706f82f2a.tar.bz2 pass-4690a3021cf74b2093d296f48f205b6706f82f2a.zip |
add support for passing arbitrary options to all invocations of GPG
Uses the PASSWORD_STORE_GPG_OPTS environment variable.
Can be used to (e.g.) change the keyrings or trust model used.
Diffstat (limited to '')
-rw-r--r-- | man/pass.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -400,6 +400,9 @@ Overrides the default root of the git repository, which is helpful if \fIPASSWORD_STORE_DIR\fP is temporarily set to a sub-directory of the default password store. .TP +.I PASSWORD_STORE_GPG_OPTS +Additional options to be passed to all invocations of GPG. +.TP .I PASSWORD_STORE_X_SELECTION Overrides the selection passed to \fBxclip\fP, by default \fIclipboard\fP. See .BR xclip (1) |