1
0
mirror of https://github.com/golang/go synced 2024-11-23 19:30:05 -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:
Rob Pike 2014-01-22 15:55:56 -08:00
parent 988ffc0fe2
commit d07d08e60f

View File

@ -38,7 +38,7 @@ Flags:
-o file
output file, default file.6 for 6g, etc.
-pack
write a package file rather than an object file
write an archive file rather than an object file
-e
normally the compiler quits after 10 errors; -e prints all errors
-p path