aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2018-08-21 03:46:17 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-08-21 03:47:22 +0000
commit247b034ac04b753d5e3ca7d0d8a172f63db5dcb4 (patch)
treefd1e8ba1ca0459e2108f23f567930977823e9516 /src
parente8e074d1ba286c3e06847a96fe6aa90e294dfcd9 (diff)
downloadgo-247b034ac04b753d5e3ca7d0d8a172f63db5dcb4.tar.xz
cmd/go: run mkalldocs.sh after earlier revert
Change-Id: Ie4ed8b3e7d26ae53b2290a7a6e7d9888eb963edc Reviewed-on: https://go-review.googlesource.com/130318 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'src')
-rw-r--r--src/cmd/go/alldocs.go5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go
index 0aa69a0aba..ebbd154f3e 100644
--- a/src/cmd/go/alldocs.go
+++ b/src/cmd/go/alldocs.go
@@ -1005,16 +1005,13 @@
//
// Usage:
//
-// go mod graph [-dot]
+// go mod graph
//
// Graph prints the module requirement graph (with replacements applied)
// 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 -dot flag generates the output in graphviz format that can be used
-// with a tool like dot to visually render the dependency graph.
-//
//
// Initialize new module in current directory
//