diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-30 18:26:48 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2012-09-30 18:28:28 +0200 |
commit | 3b16d1d3fbd221724378475085a1170997d732b5 (patch) | |
tree | 9f7cb616acabbf31f4ac97ef8718cb5a3352c01f /man | |
parent | ec5eeec7445fe3d662ddd8e1df573931b9bb312c (diff) | |
download | pass-3b16d1d3fbd221724378475085a1170997d732b5.tar.gz pass-3b16d1d3fbd221724378475085a1170997d732b5.tar.bz2 pass-3b16d1d3fbd221724378475085a1170997d732b5.zip |
Explicitly use gpg2 rather than relying on symlink.
Diffstat (limited to '')
-rw-r--r-- | man/pass.1 | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -17,7 +17,7 @@ pass - stores, retrieves, generates, and synchronizes passwords securely .B pass is a very simple password store that keeps passwords inside -.BR gpg (1) +.BR gpg2 (1) encrypted files inside a simple directory tree residing at .IR ~/.password-store . The @@ -342,7 +342,7 @@ password store. The location of the text editor used by \fBedit\fP. .SH SEE ALSO -.BR gpg (1), +.BR gpg22 (1), .BR pwgen (1), .BR git (1), .BR xclip (1). |