Commit 1ddc9feb authored by Volker Dobler's avatar Volker Dobler Committed by Russ Cox

cmd/go: trivial help message fix for go help get

Direct reference to go help build where the flags are described.

R=golang-dev, adg, rsc
CC=golang-dev
https://golang.org/cl/5825046
parent 24ed667b
...@@ -213,7 +213,7 @@ Get downloads and installs the packages named by the import paths, ...@@ -213,7 +213,7 @@ Get downloads and installs the packages named by the import paths,
along with their dependencies. along with their dependencies.
The -a, -n, -v, -x, and -p flags have the same meaning as in 'go build' 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, The -d flag instructs get to stop after downloading the packages; that is,
it instructs get not to install the packages. it instructs get not to install the packages.
......
...@@ -24,7 +24,7 @@ Get downloads and installs the packages named by the import paths, ...@@ -24,7 +24,7 @@ Get downloads and installs the packages named by the import paths,
along with their dependencies. along with their dependencies.
The -a, -n, -v, -x, and -p flags have the same meaning as in 'go build' 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, The -d flag instructs get to stop after downloading the packages; that is,
it instructs get not to install the packages. it instructs get not to install the packages.
......
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