docs: update

This commit is contained in:
Dylan Araps 2019-02-25 01:10:15 +02:00
parent ce2cc52900
commit 1a137e53de
1 changed files with 1 additions and 3 deletions

4
pash
View File

@ -34,9 +34,7 @@ pw_del() {
}
pw_show() {
read -r password < <("${gpg[0]}" -dq "$1.gpg" ||
die "Failed to decrypt '$1'."
)
read -r password < <("${gpg[0]}" -dq "$1.gpg")
}
pw_list() {