cmd: update formatting of usage messages

R=golang-dev, r, minux.ma
CC=golang-dev
https://golang.org/cl/5738045
This commit is contained in:
Andrew Gerrand 2012-03-05 14:23:00 +11:00
parent f5a1dd888d
commit 7e8ed8f616
7 changed files with 28 additions and 12 deletions

View file

@ -6,7 +6,8 @@
Cgo enables the creation of Go packages that call C code.
Usage: go tool cgo [compiler options] file.go
Usage:
go tool cgo [compiler options] file.go
The compiler options are passed through uninterpreted when
invoking gcc to compile the C parts of the package.