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 8774bb4ebbe2ef19a846b84d41de956a848800dc
parent 57676089131aebeae1897cc482051b0118081096
Author: Dmitry Medvinsky <dmedvinsky@gmail.com>
Date:   Tue, 11 Sep 2012 18:13:31 +0400

Fix inconsistent indentation in usage 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 @@ -42,7 +42,7 @@ Usage: If the password store is a git repository, pull the latest changes. $program git git-command-args... If the password store is a git repository, execute a git command - specified by git-command-args. + specified by git-command-args. $program help Show this text. _EOF