From 4690a3021cf74b2093d296f48f205b6706f82f2a Mon Sep 17 00:00:00 2001 From: David Adam Date: Fri, 17 Apr 2015 10:46:47 +0800 Subject: 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. --- man/pass.1 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'man') diff --git a/man/pass.1 b/man/pass.1 index 0dd6952..e1fe605 100644 --- a/man/pass.1 +++ b/man/pass.1 @@ -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) -- cgit v1.2.3-59-g8ed1b