Skip to content

Commit eb27f2a

Browse files
committed
cmd/preprofile: remove deleted -v flag
1 parent 3959d54 commit eb27f2a

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
//
1313
//
1414

@@ -26,7 +26,7 @@ import (
2626
)
2727

2828
func usage() {
29-
fmt.Fprintf(os.Stderr, "usage: go tool preprofile [-v] [-o output] -i input\n\n")
29+
fmt.Fprintf(os.Stderr, "usage: go tool preprofile [-o output] -i input\n\n")
3030
flag.PrintDefaults()
3131
os.Exit(2)
3232
}

0 commit comments

Comments
 (0)