chiark / gitweb /
tg summary --graphviz: Dot-suitable dependency graph
[topgit.git] / README
diff --git a/README b/README
index dbf12eddf696b2720cef5a5605c3b7ea57fb32f7..ece1d029c6572dd46099af6ef4b6185aa8c62fde 100644 (file)
--- a/README
+++ b/README
@@ -333,10 +333,12 @@ tg summary
 
        This can take long time to accurately determine all the relevant
        information about each branch; you can pass '-t' to get just
-       terse list of topic branch names quickly.
+       terse list of topic branch names quickly. Alternately, you can
+       pass '--graphviz' to get a dot-suitable output to draw a dependency
+       graph between the topic branches.
 
        TODO: Speed up by an order of magnitude
-       TODO: Graph view
+       TODO: Text graph view
 
 tg export
 ~~~~~~~~~