From 5ba0e7c22e3a5d01a9618784e9a0e37364b48fcd Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 30 Nov 2019 23:11:26 +0000 Subject: [PATCH] docs: update --- pash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pash b/pash index a0afe18..f5b7ff4 100755 --- a/pash +++ b/pash @@ -46,7 +46,7 @@ pw_add() { # # Heredocs are sometimes implemented via temporary files, # however this is typically done using 'mkstemp()' which - # is more secure than '/proc'. + # is more secure than a leak in '/proc'. "$gpg" "$@" -o "$name.gpg" <<-EOF && $pass EOF