Skip to content

Commit b6fed71

Browse files
And-ZJgopherbot
authored andcommitted
cmd/preprofile: correct -V flag
Change-Id: I9a0dc3a4b4c81f0f6942badcd4643a74c5046440 GitHub-Last-Rev: d1fa4e5 GitHub-Pull-Request: #66949 Reviewed-on: https://go-review.googlesource.com/c/go/+/580615 LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: qiu laidongfeng2 <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Veronica Silina <[email protected]>
1 parent bcb934a commit b6fed71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/cmd/preprofile/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// Usage:
1010
//
11-
// go tool preprofile [-v] [-o output] -i input
11+
// go tool preprofile [-V] [-o output] -i input
1212
package main
1313

1414
import (
@@ -23,7 +23,7 @@ import (
2323
)
2424

2525
func usage() {
26-
fmt.Fprintf(os.Stderr, "usage: go tool preprofile [-v] [-o output] -i input\n\n")
26+
fmt.Fprintf(os.Stderr, "usage: go tool preprofile [-V] [-o output] -i input\n\n")
2727
flag.PrintDefaults()
2828
os.Exit(2)
2929
}

0 commit comments

Comments
 (0)