spm

Personal fork of spm (simple password manager)

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)
1 file changed, 1 insertion(+), 1 deletion(-)
M
tpm
|
2
+-
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() {