diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-16 20:02:08 +0200 |
---|---|---|
committer | Jason A. Donenfeld <Jason@zx2c4.com> | 2014-04-16 20:02:08 +0200 |
commit | 875e7d2c8cc671932857320839af23ce2c141c0d (patch) | |
tree | 1d82980e43ec22182d4f6a5609525982ce0578a8 | |
parent | eb87d5dee176f8d7057d05d24302040ab1b56768 (diff) | |
download | pass-875e7d2c8cc671932857320839af23ce2c141c0d.tar.gz pass-875e7d2c8cc671932857320839af23ce2c141c0d.tar.bz2 pass-875e7d2c8cc671932857320839af23ce2c141c0d.zip |
Note GREP_OPTIONS in man page.
-rw-r--r-- | man/pass.1 | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -76,7 +76,8 @@ program. This command is alternatively named \fBlist\fP. Searches inside each decrypted password file for \fIsearch-string\fP, and displays line containing matched string along with filename. Uses .BR grep (1) -for matching. +for matching. Make use of the \fIGREP_OPTIONS\fP environment variable to set particular +options. .TP \fBfind\fP \fIpass-names\fP... List names of passwords inside the tree that match \fIpass-names\fP by using the |