Skip to content

Commit a1d5e8a

Browse files
mark-rushakoffianlancetaylor
authored andcommitted
cmd/go: fix typo in output of go help importpath
The output refers to 'go help modules-get' but the actual command is 'go help module-get', singular. Change-Id: Ie001f4181d80d3bf1995af2f257bf789dad5b33f GitHub-Last-Rev: ce9b90e GitHub-Pull-Request: #29605 Reviewed-on: https://go-review.googlesource.com/c/156737 Reviewed-by: Ian Lance Taylor <[email protected]> Run-TryBot: Ian Lance Taylor <[email protected]>
1 parent e3eb2ff commit a1d5e8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/go/alldocs.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ listed in the GOPATH environment variable.
266266
(See 'go help gopath-get' and 'go help gopath'.)
267267
268268
When using modules, downloaded packages are stored in the module cache.
269-
(See 'go help modules-get' and 'go help goproxy'.)
269+
(See 'go help module-get' and 'go help goproxy'.)
270270
271271
When using modules, an additional variant of the go-import meta tag is
272272
recognized and is preferred over those listing version control systems.

0 commit comments

Comments
 (0)