mirror of
https://github.com/golang/go
synced 2024-11-22 00:34:40 -07:00
gc: update usage string in doc.go
R=rsc, r2, r CC=golang-dev https://golang.org/cl/2550041
This commit is contained in:
parent
1ffb1f2b66
commit
f1e1fd8b46
@ -25,7 +25,10 @@ other packages. It is therefore not necessary when compiling client C of
|
|||||||
package P to read the files of P's dependencies, only the compiled output
|
package P to read the files of P's dependencies, only the compiled output
|
||||||
of P.
|
of P.
|
||||||
|
|
||||||
Usage: 6g [flags] *.go (or 8g or 5g)
|
Usage:
|
||||||
|
6g [flags] file...
|
||||||
|
The specified files must be Go source files and all part of the same package.
|
||||||
|
Substitute 6g with 8g or 5g where appropriate.
|
||||||
|
|
||||||
Flags:
|
Flags:
|
||||||
-o file
|
-o file
|
||||||
|
Loading…
Reference in New Issue
Block a user