]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/gc: add the word 'archive' to the documentation for -pack
authorRob Pike <r@golang.org>
Wed, 22 Jan 2014 23:55:56 +0000 (15:55 -0800)
committerRob Pike <r@golang.org>
Wed, 22 Jan 2014 23:55:56 +0000 (15:55 -0800)
The term "package file" is unclear.

R=iant, dave
CC=golang-codereviews
https://golang.org/cl/54760044

src/cmd/gc/doc.go

index ce9ebcfb2a6ca8593e30138287d8372cd621054c..3cb0ea42ca179e0261e620fad668dc98a8c8e053 100644 (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