Commit d07d08e6 authored by Rob Pike's avatar Rob Pike

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
parent 988ffc0f
...@@ -38,7 +38,7 @@ Flags: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment