password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 2e6e3fc07ed1a0ae56c653071aa1aaf6439cdafc
parent 2c9c36e3ca8eab1a3f9056d18619f80cedf3781d
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Thu, 20 Mar 2014 01:26:53 -0600

man: Document multiple keys in env var

Diffstat:
Mman/pass.1 | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/man/pass.1 b/man/pass.1 @@ -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