]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: trivial help message fix for go help get
authorVolker Dobler <dr.volker.dobler@gmail.com>
Wed, 14 Mar 2012 16:49:57 +0000 (12:49 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 14 Mar 2012 16:49:57 +0000 (12:49 -0400)
Direct reference to go help build where the flags are described.

R=golang-dev, adg, rsc
CC=golang-dev
https://golang.org/cl/5825046

src/cmd/go/doc.go
src/cmd/go/get.go

index eb9c38b63968bfe98207838b3bae68c9c418d20a..775f305d2b6e997b22c8ab1727727d0e60eda2ff 100644 (file)
@@ -213,7 +213,7 @@ Get downloads and installs the packages named by the import paths,
 along with their dependencies.
 
 The -a, -n, -v, -x, and -p flags have the same meaning as in 'go build'
-and 'go install'.  See 'go help install'.
+and 'go install'.  See 'go help build'.
 
 The -d flag instructs get to stop after downloading the packages; that is,
 it instructs get not to install the packages.
index b6a26f0e20a56138df51603954e3fdd801a7d65d..abaf5ffa0af50b1a3b563e31fc785be3640bcb4a 100644 (file)
@@ -24,7 +24,7 @@ Get downloads and installs the packages named by the import paths,
 along with their dependencies.
 
 The -a, -n, -v, -x, and -p flags have the same meaning as in 'go build'
-and 'go install'.  See 'go help install'.
+and 'go install'.  See 'go help build'.
 
 The -d flag instructs get to stop after downloading the packages; that is,
 it instructs get not to install the packages.