password-store

Simple password manager using gpg and ordinary unix directories
git clone https://git.zx2c4.com/password-store
Log | Files | Refs | README | LICENSE

commit 41e9f687ebdc9f17a04dc789e57772e1ece55612
parent ddb59757f5e4a6c30ede99a2d4f039e881132ab9
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Mon,  3 Sep 2012 18:42:01 +0200

Show program name properly in error message.

Diffstat:
Msrc/password-store.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/password-store.sh b/src/password-store.sh @@ -97,7 +97,7 @@ esac if ! [[ -f $ID ]]; then echo "You must run:" - echo " $0 init your-gpg-id" + echo " $program init your-gpg-id" echo "before you may use the password store." echo usage