lockbox

password manager
Log | Files | Refs | README | LICENSE

commit 1bfcde74614378359f6fcaa504875254c32c086d
parent e0cf1f497819ac20725432b1140cf86521645805
Author: Sean Enck <sean@ttypty.com>
Date:   Sat, 15 Oct 2022 07:28:51 -0400

misleading error

Diffstat:
Mcmd/main.go | 2+-
Mcmd/vers.txt | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/main.go b/cmd/main.go @@ -212,7 +212,7 @@ func run() *programError { case 3: case 4: if args[2] != "-multi" { - return newError("multi-line insert must be after 'insert'", errors.New("invalid command")) + return newError("unknown argument", errors.New("invalid command")) } multi = true idx = 3 diff --git a/cmd/vers.txt b/cmd/vers.txt @@ -1 +1 @@ -v22.10.08 +v22.10.09