From 136b3f25f695499e6a56d2f29363b766b2ed00b7 Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Sun, 10 Dec 2017 19:42:08 +0100 Subject: [PATCH] cmd/stsigtool: Silence spurious Go 1.10 test/vet complaint --- cmd/stsigtool/main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmd/stsigtool/main.go b/cmd/stsigtool/main.go index 48d28639c..0217f17e8 100644 --- a/cmd/stsigtool/main.go +++ b/cmd/stsigtool/main.go @@ -24,7 +24,7 @@ func main() { flag.Parse() if flag.NArg() < 1 { - log.Println(`Usage: + log.Print(`Usage: stsigtool Where command is one of: @@ -40,6 +40,7 @@ Where command is one of: verify - verify a signature, using the specified public key file + `) }