spm

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

Commit: 34b70c262f5a4b117dfc3953187020048a1d26de
Parent: fb2f00766438b5bb2aefe0f0f1fc63bd53b12dd2
Author: nmeum
Date:   Thu, 14 Nov 2013 19:01:35 +0100

Typo

exsists -> exists

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

diff --git a/tpm b/tpm @@ -50,7 +50,7 @@ insert() { fi if [ -e "${entry_path}" ]; then - echo "This entry already exsists it will be overwritten." + echo "This entry already exists it will be overwritten." fi IFS= read -p "Password for '${entry_name}': " -r -s password