diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-03-20 01:26:53 -0600 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-03-20 01:26:53 -0600 |
commit | 2e6e3fc07ed1a0ae56c653071aa1aaf6439cdafc (patch) | |
tree | cb4e7a92c6a65064c08059dceed0efefb1aaa997 | |
parent | 2c9c36e3ca8eab1a3f9056d18619f80cedf3781d (diff) | |
download | pass-2e6e3fc07ed1a0ae56c653071aa1aaf6439cdafc.tar.gz pass-2e6e3fc07ed1a0ae56c653071aa1aaf6439cdafc.tar.bz2 pass-2e6e3fc07ed1a0ae56c653071aa1aaf6439cdafc.zip |
man: Document multiple keys in env var
Diffstat (limited to '')
-rw-r--r-- | man/pass.1 | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -337,7 +337,9 @@ encrypted using those keys. This should be set using the \fBinit\fP command. Overrides the default password storage directory. .TP .I PASSWORD_STORE_KEY -Overrides the default gpg key identification set by \fBinit\fP. +Overrides the default gpg key identification set by \fBinit\fP. Keys must not +contain spaces and thus use of the hexidecimal key signature is recommended. +Multiple keys may be specified separated by spaces. .TP .I PASSWORD_STORE_GIT Overrides the default root of the git repository, which is helpful if |