From 73151700b4cd946627d8969b02672828e23b2f47 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 13 Dec 2016 16:57:05 -0800 Subject: [PATCH] cmd/link: improve -X doc wording Change-Id: I9329738ec5dd6c12f72eea7de413d66617b7b5c2 Reviewed-on: https://go-review.googlesource.com/34373 Reviewed-by: Rob Pike --- src/cmd/link/doc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/link/doc.go b/src/cmd/link/doc.go index 78d25c6245..ba07da986a 100644 --- a/src/cmd/link/doc.go +++ b/src/cmd/link/doc.go @@ -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). -- 2.50.0