1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:10:11 -06:00

cmd/go: updated docs for AR with a different summary

Updated the internal help for the AR environment variable
to match the message that is wanted by the reviewer.

cmd/go/internal/help/helpdoc.go: updated summary
cmd/go/alldocs.go: updated via cmd/go/mkalldocs.sh
This commit is contained in:
Ali Rizvi-Santiago 2018-11-13 22:02:38 -06:00
parent d47eba9777
commit 7f9f1a658a
2 changed files with 6 additions and 4 deletions

View File

@ -1501,8 +1501,9 @@
// PKG_CONFIG
// Path to pkg-config tool.
// AR
// The command to use to create, modify, and extract from library archives.
// Only used when the compiler is gccgo ('-compiler=gccgo').
// The command to use to manipualte library archives when
// building with the gccgo compiler.
// The default is 'ar'.
//
// Architecture-specific environment variables:
//

View File

@ -547,8 +547,9 @@ Environment variables for use with cgo:
PKG_CONFIG
Path to pkg-config tool.
AR
The command to use to create, modify, and extract from library archives.
Only used when the compiler is gccgo ('-compiler=gccgo').
The command to use to manipulate library archives when
building with the gccgo compiler.
The default is 'ar'.
Architecture-specific environment variables: