diff options
author | Julian Grinblat <julian@dotcore.co.il> | 2022-05-31 19:50:56 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-04 10:37:07 +0700 |
commit | beeae6c244d19bf9c64966276769a015049600e9 (patch) | |
tree | 7ebfe74291a16721f705eeb31573003077a3e2fa /system/pam-gnupg | |
parent | 75bb31b73231c938635fa6049d3b384fb0d3fabd (diff) |
system/pam-gnupg: Fix README.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/pam-gnupg')
-rw-r--r-- | system/pam-gnupg/README | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/system/pam-gnupg/README b/system/pam-gnupg/README index 55e7321e7ff7..58b7d1645ba3 100644 --- a/system/pam-gnupg/README +++ b/system/pam-gnupg/README @@ -1,4 +1,3 @@ -Tree-sitter is a parser generator tool and an incremental -parsing library. It can build a concrete syntax tree for a -source file and efficiently update the syntax tree as the -source file is edited. +A PAM module that hands over your login password to +gpg-agent, which can be useful if you are using a +GnuPG-based password manager like pass. |