spm

Personal fork of spm (simple password manager)
git clone git@getsh.org:spm.git
Log | Files | Refs | README | LICENSE

commit 34b70c262f5a4b117dfc3953187020048a1d26de
parent fb2f00766438b5bb2aefe0f0f1fc63bd53b12dd2
Author: nmeum <git-nmeum@8pit.net>
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