diff options
author | 2011-12-20 16:31:59 -0400 | |
---|---|---|
committer | 2011-12-20 16:42:35 -0400 | |
commit | 1c28237e0c7a920823354d4a10381b300aeb95e0 (patch) | |
tree | 06fd518394b3e94b07e4ffd71f5f21dabeba1e2f /doc | |
parent | 9308a60bb2457568bf600901f6dad5c96d6b53ba (diff) |
map: --fast disables use of dot to display map
Generally useful, and allows the test suite to test it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index d7a51663f..b3d671bb8 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -268,9 +268,10 @@ subdirectories). 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). + used to display the file to your screen (using x11 backend). (To disable + this display, specify --fast) - Note that this only connects to hosts that the host it's run on can + 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. So it might not show all connections between the repositories in the network. |