Commit 73151700 authored by Ian Lance Taylor's avatar Ian Lance Taylor

cmd/link: improve -X doc wording

Change-Id: I9329738ec5dd6c12f72eea7de413d66617b7b5c2
Reviewed-on: https://go-review.googlesource.com/34373Reviewed-by: default avatarRob Pike <r@golang.org>
parent 10f3b090
...@@ -41,7 +41,7 @@ Flags: ...@@ -41,7 +41,7 @@ Flags:
Set the value of the string variable in importpath named name to value. Set the value of the string variable in importpath named name to value.
Note that before Go 1.5 this option took two separate arguments. Note that before Go 1.5 this option took two separate arguments.
Now it takes one argument split on the first = sign. Now it takes one argument split on the first = sign.
To figure out the name to use, run `go tool nm PROGRAM`; To discover which name to use, run `go tool nm PROGRAM`;
usable variables will be tagged "D" or "d". usable variables will be tagged "D" or "d".
-buildmode mode -buildmode mode
Set build mode (default exe). Set build mode (default exe).
......
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