1
0
mirror of https://github.com/golang/go synced 2024-11-15 07:10:21 -07:00

[release-branch.go1] cmd/go: fix remote help reference to "go help packages"

««« backport adc987ffdd99
cmd/go: fix remote help reference to "go help packages"

go help remote used to reference "go help importpath", which has
changed to "go help packages".

Fixes #3598.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/6201065

»»»
This commit is contained in:
Francisco Souza 2012-06-13 16:23:48 -04:00 committed by Brad Fitzpatrick
parent a53a74c204
commit 52b822298e

View File

@ -61,7 +61,7 @@ var helpRemote = &Command{
Short: "remote import path syntax",
Long: `
An import path (see 'go help importpath') denotes a package
An import path (see 'go help packages') denotes a package
stored in the local file system. Certain import paths also
describe how to obtain the source code for the package using
a revision control system.