Update documentation of the "dump graph" command.
This commit is contained in:
parent
1f312137d5
commit
38dbc63f11
2 changed files with 2 additions and 2 deletions
|
@ -2211,7 +2211,7 @@ Dump a list of all known subnets in the VPN.
|
||||||
@item dump connections
|
@item dump connections
|
||||||
Dump a list of all meta connections with ourself.
|
Dump a list of all meta connections with ourself.
|
||||||
|
|
||||||
@item dump graph
|
@item dump graph | digraph
|
||||||
Dump a graph of the VPN in dotty format.
|
Dump a graph of the VPN in dotty format.
|
||||||
|
|
||||||
@item info @var{node} | @var{subnet} | @var{address}
|
@item info @var{node} | @var{subnet} | @var{address}
|
||||||
|
|
|
@ -124,7 +124,7 @@ Dump a list of all known connections in the VPN.
|
||||||
Dump a list of all known subnets in the VPN.
|
Dump a list of all known subnets in the VPN.
|
||||||
.It dump connections
|
.It dump connections
|
||||||
Dump a list of all meta connections with ourself.
|
Dump a list of all meta connections with ourself.
|
||||||
.It dump graph
|
.It dump graph | digraph
|
||||||
Dump a graph of the VPN in
|
Dump a graph of the VPN in
|
||||||
.Xr dotty 1
|
.Xr dotty 1
|
||||||
format.
|
format.
|
||||||
|
|
Loading…
Reference in a new issue