]> Cypherpunks repositories - gostls13.git/commitdiff
gc: update usage string in doc.go
authorAndrew Gerrand <adg@golang.org>
Mon, 18 Oct 2010 22:26:11 +0000 (09:26 +1100)
committerAndrew Gerrand <adg@golang.org>
Mon, 18 Oct 2010 22:26:11 +0000 (09:26 +1100)
R=rsc, r2, r
CC=golang-dev
https://golang.org/cl/2550041

src/cmd/gc/doc.go

index 7798f9bf85fda75079d704d7dcf7aa4346c0d2c7..45db1acf1b08629386267351dd7e11b74ac07e67 100644 (file)
@@ -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
 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:
        -o file