We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a57639a commit 8d3631fCopy full SHA for 8d3631f
src/cmd/nm/nm.go
@@ -29,7 +29,7 @@ const helpText = `usage: go tool nm [options] file...
29
`
30
31
func usage() {
32
- fmt.Fprintf(os.Stderr, helpText)
+ fmt.Fprint(os.Stderr, helpText)
33
os.Exit(2)
34
}
35
0 commit comments