spm

Personal fork of spm (simple password manager)
git clone git@getsh.org:spm.git
Log | Files | Refs | README | LICENSE

commit d98b71f2f027c4bfe5209c853d1f6f8b1d55faf6
parent 78c0b273ab775e1339b5b50ff6ac5819c60030d6
Author: Klemens Nanni <kl3@posteo.org>
Date:   Wed,  2 Mar 2016 05:08:28 +0100

Remove note on entry removal (rm already does that)

Diffstat:
Mtpm | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tpm b/tpm @@ -84,7 +84,7 @@ remove() { [ -w "${STORE_DIR}"/"${1}".gpg ] || abort "The requested entry doesn't exist." - rm -i "${STORE_DIR}"/"${1}".gpg && echo "${1} has been removed." + rm -i "${STORE_DIR}"/"${1}".gpg } show() {