spm

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

commit a06079f0c35721a8552892ac20d9fc79f4561b9b
parent 74c7bd25deb6fbf43c807637fe87e14e52eff8ca
Author: Klemens Nanni <kl3@posteo.org>
Date:   Sat, 27 Feb 2016 20:08:15 +0100

Remove brackets from usage string

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

diff --git a/tpm b/tpm @@ -53,7 +53,7 @@ readpw() { } usage() { - echo "USAGE: tpm (show|insert|list|help) [ENTRY|GROUP]" + echo "USAGE: tpm show|insert|list|help [ENTRY|GROUP]" } list() {