spm

Personal fork of spm (simple password manager)

commit 74c7bd25deb6fbf43c807637fe87e14e52eff8ca
parent 68b9220c283dc82d2c292b425a23d616d7f12b58
Author: Klemens Nanni <kl3@posteo.org>
Date: Sat, 27 Feb 2016 20:07:26 +0100

Remove obsolete echo
1 file changed, 0 insertions(+), 1 deletion(-)
M
tpm
|
1
-
diff --git a/tpm b/tpm
@@ -59,7 +59,6 @@ usage() {
 list() {
   [ -d "${STORE_DIR}" ] || mkdir -p "${STORE_DIR}"
 
-  echo "${1}"
   [ -n "${1}" ] && [ ! -d "${STORE_DIR}/${1}" ] \
     && abort "The specified group doesn't exist. See 'tpm list'."