From 79b55134402b515d4735be4561c7408b193b48fd Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 30 Nov 2019 21:47:53 +0000 Subject: [PATCH] docs: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c84f40d..cd22712 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple password manager using GPG written in POSIX `sh`. - Compatible with `pass`'s password store. - Clears the clipboard after a timeout. - Configurable password generation using `/dev/urandom`. -- Guards against `set -x` and `/proc` leakage. +- Guards against `set -x`, `ps` and `/proc` leakage. - Easily extendible through the shell. ## Table of Contents