mirror of https://github.com/golang/go.git
cmd/digraph: fix typo
Change-Id: I086edda41c57b603afa660afb9396e17ba6c1a36 Reviewed-on: https://go-review.googlesource.com/c/tools/+/414074 Reviewed-by: Ian Lance Taylor <iant@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> Reviewed-by: Robert Findley <rfindley@google.com> gopls-CI: kokoro <noreply+kokoro@google.com> Run-TryBot: Ian Lance Taylor <iant@google.com>
This commit is contained in:
parent
93a03c2c54
commit
10494c735e
|
|
@ -34,7 +34,7 @@ The support commands are:
|
|||
sccs
|
||||
all strongly connected components (one per line)
|
||||
scc <node>
|
||||
the set of nodes nodes strongly connected to the specified one
|
||||
the set of nodes strongly connected to the specified one
|
||||
focus <node>
|
||||
the subgraph containing all directed paths that pass through the specified node
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue