From 62690e60e927ea615003520189c46078e4f391e3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 29 Nov 2019 21:07:29 +0000 Subject: [PATCH] docs: update --- pash | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pash b/pash index 3102dcd..75ca00e 100755 --- a/pash +++ b/pash @@ -35,9 +35,7 @@ pw_add() { set -- -c fi - # Use 'gpg' to store the password in an encrypted file. The - # 'GPG_TTY' environment variable is set to workaround cases - # where 'gpg' cannot find an attached terminal. + # Use 'gpg' to store the password in an encrypted file. printf %s "$pass" | "$gpg" "$@" -o "$name.gpg" && printf '%s\n' "Saved '$name' to the store." }