]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix typo in output of go help importpath
authorMark Rushakoff <mark.rushakoff@gmail.com>
Tue, 8 Jan 2019 01:13:01 +0000 (01:13 +0000)
committerIan Lance Taylor <iant@golang.org>
Tue, 8 Jan 2019 02:10:40 +0000 (02:10 +0000)
The output refers to 'go help modules-get' but the actual command is 'go
help module-get', singular.

Change-Id: Ie001f4181d80d3bf1995af2f257bf789dad5b33f
GitHub-Last-Rev: ce9b90e9a656fbab097d440458e93ab29ba014af
GitHub-Pull-Request: golang/go#29605
Reviewed-on: https://go-review.googlesource.com/c/156737
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>

src/cmd/go/alldocs.go
src/cmd/go/internal/help/helpdoc.go

index 9108775e75e31c90e9296c75154e461e8ebc91e7..9d9304a3b64faee39af961492336af8e600bde00 100644 (file)
 // (See 'go help gopath-get' and 'go help gopath'.)
 //
 // When using modules, downloaded packages are stored in the module cache.
-// (See 'go help modules-get' and 'go help goproxy'.)
+// (See 'go help module-get' and 'go help goproxy'.)
 //
 // When using modules, an additional variant of the go-import meta tag is
 // recognized and is preferred over those listing version control systems.
index ba9b14a4e6e5b1c47885f1a10dedcce00c90cbee..973bfbc611d89d025ed1f2f451217d2f4c6f40ed 100644 (file)
@@ -266,7 +266,7 @@ listed in the GOPATH environment variable.
 (See 'go help gopath-get' and 'go help gopath'.)
 
 When using modules, downloaded packages are stored in the module cache.
-(See 'go help modules-get' and 'go help goproxy'.)
+(See 'go help module-get' and 'go help goproxy'.)
 
 When using modules, an additional variant of the go-import meta tag is
 recognized and is preferred over those listing version control systems.