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 73a39dafb0f2c0fde355bf62f3ac9e991c05dbb6
parent b5c9f7fb6108cb4001c1f7c11fab5b8f5d1849ed
Author: Jason A. Donenfeld <Jason@zx2c4.com>
Date:   Thu, 17 Apr 2014 23:12:05 +0200

cp: typo as cv

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 @@ -207,7 +207,7 @@ cmd_usage() { Remove existing password or directory, optionally forcefully. $PROGRAM mv [--force,-f] old-path new-path Renames or moves old-path to new-path, optionally forcefully. - $PROGRAM cv [--force,-f] old-path new-path + $PROGRAM cp [--force,-f] old-path new-path Copies old-path to new-path, optionally forcefully. $PROGRAM git git-command-args... If the password store is a git repository, execute a git command