1
0
mirror of https://github.com/golang/go synced 2024-11-13 17:20:22 -07:00

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-05-09 16:16:02 +10:00 committed by Brad Fitzpatrick
parent c8332198f4
commit 25a8a8dab8

View File

@ -61,7 +61,7 @@ var helpRemote = &Command{
Short: "remote import path syntax", Short: "remote import path syntax",
Long: ` 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 stored in the local file system. Certain import paths also
describe how to obtain the source code for the package using describe how to obtain the source code for the package using
a revision control system. a revision control system.