docs: update
This commit is contained in:
parent
7d0cbee851
commit
62690e60e9
4
pash
4
pash
|
@ -35,9 +35,7 @@ pw_add() {
|
||||||
set -- -c
|
set -- -c
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Use 'gpg' to store the password in an encrypted file. The
|
# Use 'gpg' to store the password in an encrypted file.
|
||||||
# 'GPG_TTY' environment variable is set to workaround cases
|
|
||||||
# where 'gpg' cannot find an attached terminal.
|
|
||||||
printf %s "$pass" | "$gpg" "$@" -o "$name.gpg" &&
|
printf %s "$pass" | "$gpg" "$@" -o "$name.gpg" &&
|
||||||
printf '%s\n' "Saved '$name' to the store."
|
printf '%s\n' "Saved '$name' to the store."
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue