Skip to content

Commit 1b12626

Browse files
committed
cmd/preprofile: remove deleted -v flag
1 parent 6cb1074 commit 1b12626

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 [-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 [-o output] -i input\n\n")
2727
flag.PrintDefaults()
2828
os.Exit(2)
2929
}

0 commit comments

Comments
 (0)