docs: update

This commit is contained in:
Dylan Araps 2019-11-30 23:11:26 +00:00
parent 0fbd3c5be7
commit 5ba0e7c22e
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
pash
View File

@ -46,7 +46,7 @@ pw_add() {
# #
# Heredocs are sometimes implemented via temporary files, # Heredocs are sometimes implemented via temporary files,
# however this is typically done using 'mkstemp()' which # 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 && "$gpg" "$@" -o "$name.gpg" <<-EOF &&
$pass $pass
EOF EOF