mirror of
https://github.com/golang/go
synced 2024-11-23 21:50:08 -07:00
cmd/gc: add the word 'archive' to the documentation for -pack
The term "package file" is unclear. R=iant, dave CC=golang-codereviews https://golang.org/cl/54760044
This commit is contained in:
parent
988ffc0fe2
commit
d07d08e60f
@ -38,7 +38,7 @@ Flags:
|
|||||||
-o file
|
-o file
|
||||||
output file, default file.6 for 6g, etc.
|
output file, default file.6 for 6g, etc.
|
||||||
-pack
|
-pack
|
||||||
write a package file rather than an object file
|
write an archive file rather than an object file
|
||||||
-e
|
-e
|
||||||
normally the compiler quits after 10 errors; -e prints all errors
|
normally the compiler quits after 10 errors; -e prints all errors
|
||||||
-p path
|
-p path
|
||||||
|
Loading…
Reference in New Issue
Block a user