aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go/internal/modcmd/graph.go
diff options
context:
space:
mode:
authorBryan C. Mills <bcmills@google.com>2021-07-13 17:25:26 -0400
committerBryan C. Mills <bcmills@google.com>2021-07-13 21:57:39 +0000
commitd8f348a589b3df4bb48636023be4ccf9ac96d307 (patch)
treed74e2e73fcd9737b3d83148338747cf42362e826 /src/cmd/go/internal/modcmd/graph.go
parenta98589711da5e9d935e8d690cfca92892e86d557 (diff)
downloadgo-d8f348a589b3df4bb48636023be4ccf9ac96d307.tar.gz
go-d8f348a589b3df4bb48636023be4ccf9ac96d307.zip
cmd/go: remove a duplicated word from 'go help mod graph'
For #46366 Change-Id: Ie9735027a3c4c0f4a604df30ca4d64dcdc62b45a Reviewed-on: https://go-review.googlesource.com/c/go/+/334375 Trust: Bryan C. Mills <bcmills@google.com> Run-TryBot: Bryan C. Mills <bcmills@google.com> Reviewed-by: Jay Conrod <jayconrod@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Diffstat (limited to 'src/cmd/go/internal/modcmd/graph.go')
-rw-r--r--src/cmd/go/internal/modcmd/graph.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/go/internal/modcmd/graph.go b/src/cmd/go/internal/modcmd/graph.go
index 903bd9970f..ac81f26dad 100644
--- a/src/cmd/go/internal/modcmd/graph.go
+++ b/src/cmd/go/internal/modcmd/graph.go
@@ -26,7 +26,7 @@ in text form. Each line in the output has two space-separated fields: a module
and one of its requirements. Each module is identified as a string of the form
path@version, except for the main module, which has no @version suffix.
-The -go flag causes graph to report the module graph as loaded by by the
+The -go flag causes graph to report the module graph as loaded by the
given Go version, instead of the version indicated by the 'go' directive
in the go.mod file.