From: Rob Pike Date: Wed, 22 Jan 2014 23:55:56 +0000 (-0800) Subject: cmd/gc: add the word 'archive' to the documentation for -pack X-Git-Tag: go1.3beta1~885 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=d07d08e60f9eacde0af7648d577a09a65d4eb992;p=gostls13.git 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 --- diff --git a/src/cmd/gc/doc.go b/src/cmd/gc/doc.go index ce9ebcfb2a..3cb0ea42ca 100644 --- a/src/cmd/gc/doc.go +++ b/src/cmd/gc/doc.go @@ -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