spm

simple password manager
git clone anongit@rnpnr.xyz:spm.git
Log | Files | Refs | Feed | README | LICENSE

Commit: 7c9c6c3c17e75d9b4506b0128d827c45e32a2a4a
Parent: 2b117e053d793cc94825f0fd9afdd3b096e7ba3f
Author: Klemens Nanni
Date:   Sat, 27 Feb 2016 17:21:55 +0100

Add missing period in parsing error message

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

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