diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-21 03:32:09 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-21 03:32:09 +0200 |
commit | 93c025c69aac8867916bbd0f5813765fac7d852b (patch) | |
tree | 2cee4ec373e4f6b178798f751dde05d6db43e44e /man | |
parent | 74e4ea941bb61d9e830ae9d2a7cfe690c2df34f0 (diff) | |
download | pass-93c025c69aac8867916bbd0f5813765fac7d852b.tar.gz pass-93c025c69aac8867916bbd0f5813765fac7d852b.tar.bz2 pass-93c025c69aac8867916bbd0f5813765fac7d852b.zip |
Add option to init to reencrypt all passwords.
Reported-by: Simon KP <si@eskp.net>
Diffstat (limited to '')
-rw-r--r-- | man/pass.1 | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -51,11 +51,15 @@ password names in .SH COMMANDS .TP -\fBinit\fP \fIgpg-id\fP +\fBinit\fP [ \fI--reencrypt\fP, \fI-e\fP ] \fIgpg-id\fP Initialize new password storage and use .I gpg-id for encryption. This command must be run first before a password store can be -used. +used. If \fI--reencrypt\fP or \fI-e\fP is specified, reencrypt all existing +passwords in the password store using \fIgpg-id\fP. Note that use of +.BR gpg-agent (1) +is recommended so that the batch decryption does not require as much user +intervention. .TP \fBls\fP \fIsubfolder\fP List names of passwords inside the tree at |