Jelajahi Sumber

cmd/stsigtool: Silence spurious Go 1.10 test/vet complaint

Jakob Borg 8 tahun lalu
induk
melakukan
136b3f25f6
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      cmd/stsigtool/main.go

+ 2 - 1
cmd/stsigtool/main.go

@@ -24,7 +24,7 @@ func main() {
 	flag.Parse()
 	flag.Parse()
 
 
 	if flag.NArg() < 1 {
 	if flag.NArg() < 1 {
-		log.Println(`Usage:
+		log.Print(`Usage:
 	stsigtool <command>
 	stsigtool <command>
 
 
 Where command is one of:
 Where command is one of:
@@ -40,6 +40,7 @@ Where command is one of:
 
 
 	verify <signaturefile> <datafile> <pubkeyfile>
 	verify <signaturefile> <datafile> <pubkeyfile>
 		- verify a signature, using the specified public key file
 		- verify a signature, using the specified public key file
+
 `)
 `)
 	}
 	}