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 4959ebe76b9ec1b1effc619b22fdd81d5894d733
parent f6c945b0b105fdea0baa484708aea49455600b7e
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Thu, 13 Sep 2012 23:53:04 +0200

Typo.

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 @@ -226,7 +226,7 @@ case "$command" in ;; edit) if [[ $# -ne 1 ]]; then - echo "Usage $program $command pass-name" + echo "Usage: $program $command pass-name" exit 1 fi