From: Guus Sliepen <guus@tinc-vpn.org>
Date: Wed, 26 Sep 2012 21:56:21 +0000 (+0200)
Subject: Update documentation of the "dump graph" command.
X-Git-Tag: release-1.1pre3~44
X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=38dbc63f118dbfdb955b56740b8c20a9379fb3ba;p=oweals%2Ftinc.git

Update documentation of the "dump graph" command.
---

diff --git a/doc/tinc.texi b/doc/tinc.texi
index 8b3c69c..02b6c73 100644
--- a/doc/tinc.texi
+++ b/doc/tinc.texi
@@ -2211,7 +2211,7 @@ Dump a list of all known subnets in the VPN.
 @item dump connections
 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.
 
 @item info @var{node} | @var{subnet} | @var{address}
diff --git a/doc/tincctl.8.in b/doc/tincctl.8.in
index 3ca6753..23c46ba 100644
--- a/doc/tincctl.8.in
+++ b/doc/tincctl.8.in
@@ -124,7 +124,7 @@ Dump a list of all known connections in the VPN.
 Dump a list of all known subnets in the VPN.
 .It dump connections
 Dump a list of all meta connections with ourself.
-.It dump graph
+.It dump graph | digraph
 Dump a graph of the VPN in
 .Xr dotty 1
 format.