]> Cypherpunks repositories - gostls13.git/commit
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)
commita1d5e8adfa4d2f1043f4617fe20994ddbb7cc25c
tree636465ef734791ef87e2d5fea10bbc37c039c2bb
parente3eb2ff8270a3d0f542808136519a044f39c50d9
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: 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