docs: update

This commit is contained in:
Dylan Araps 2019-11-29 21:07:29 +00:00
parent 7d0cbee851
commit 62690e60e9
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 3 deletions

4
pash
View File

@ -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."
}