aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-map.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-11-30 12:50:49 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-11-30 12:50:49 -0400
commit8cbab786bb7592fda2253b1c0d71c9c025e9984b (patch)
tree331b26bcae0f2fb85af37f373adb804b9ca7b5c7 /doc/git-annex-map.mdwn
parenta5134d6f3fe92f9a24b7459eda648ee443c70cc1 (diff)
prefer xdot over dot
* map: Run xdot if it's available in PATH. On OSX, the dot command does not support graphical display, while xdot does. * Debian: xdot is a better interactive viewer than dot, so Suggest xdot, rather than graphviz.
Diffstat (limited to 'doc/git-annex-map.mdwn')
-rw-r--r--doc/git-annex-map.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/git-annex-map.mdwn b/doc/git-annex-map.mdwn
index cf28a958e..ece26b367 100644
--- a/doc/git-annex-map.mdwn
+++ b/doc/git-annex-map.mdwn
@@ -10,8 +10,8 @@ git annex map
Helps you keep track of your repositories, and the connections between them,
by going out and looking at all the ones it can get to, and generating a
-Graphviz file displaying it all. If the `dot` command is available, it is
-used to display the file to your screen (using x11 backend).
+Graphviz file displaying it all. If the `xdot` or `dot` command is available,
+it is used to display the file to your screen.
This command only connects to hosts that the host it's run on can
directly connect to. It does not try to tunnel through intermediate hosts.
@@ -37,7 +37,7 @@ on that host.
* `--fast`
- Disable using `dot` to display the generated Graphviz file.
+ Don't display the generated Graphviz file, but save it for later use.
# SEE ALSO