Update to go1.24.0
This commit is contained in:
@@ -8,10 +8,7 @@
|
||||
//
|
||||
// Usage:
|
||||
//
|
||||
// go tool preprofile [-v] [-o output] -i input
|
||||
//
|
||||
//
|
||||
|
||||
// go tool preprofile [-V] [-o output] -i input
|
||||
package main
|
||||
|
||||
import (
|
||||
@@ -26,7 +23,7 @@ import (
|
||||
)
|
||||
|
||||
func usage() {
|
||||
fmt.Fprintf(os.Stderr, "usage: go tool preprofile [-v] [-o output] -i input\n\n")
|
||||
fmt.Fprintf(os.Stderr, "usage: go tool preprofile [-V] [-o output] -i input\n\n")
|
||||
flag.PrintDefaults()
|
||||
os.Exit(2)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user