spm

Personal fork of spm (simple password manager)

commit 7c9c6c3c17e75d9b4506b0128d827c45e32a2a4a
parent 2b117e053d793cc94825f0fd9afdd3b096e7ba3f
Author: Klemens Nanni <kl3@posteo.org>
Date: Sat, 27 Feb 2016 17:21:55 +0100

Add missing period in parsing error message
1 file changed, 1 insertion(+), 1 deletion(-)
M
tpm
|
2
+-
diff --git a/tpm b/tpm
@@ -103,7 +103,7 @@ insert() {
 ##
 
 if [ $# -gt 2 ]; then
-  abort "tpm doesn't accept more than two arguments"
+  abort "tpm doesn't accept more than two arguments."
 fi
 
 case "${1}" in