]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/link: improve -X doc wording
authorIan Lance Taylor <iant@golang.org>
Wed, 14 Dec 2016 00:57:05 +0000 (16:57 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 14 Dec 2016 01:43:58 +0000 (01:43 +0000)
Change-Id: I9329738ec5dd6c12f72eea7de413d66617b7b5c2
Reviewed-on: https://go-review.googlesource.com/34373
Reviewed-by: Rob Pike <r@golang.org>
src/cmd/link/doc.go

index 78d25c62454c3b31db664141bf4da6741b72c1c3..ba07da986a0d72f7e3b1cb07a8eb2d7f392f107c 100644 (file)
@@ -41,7 +41,7 @@ Flags:
                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.
                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".
        -buildmode mode
                Set build mode (default exe).