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 + `) }