docs: update
This commit is contained in:
parent
7d0cbee851
commit
62690e60e9
4
pash
4
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."
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue