docs: update
This commit is contained in:
parent
0fbd3c5be7
commit
5ba0e7c22e
2
pash
2
pash
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue