From: Ken Youens-Clark <kyclark@gmail.com>
Date: Tue, 2 Oct 2012 19:11:29 +0000 (-0600)
Subject: Schema will recognize a "directed" option to use a directed, depth-first
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b06a9a31342e5aff906481d582e0c06c176ca1b6;p=dbsrgits%2FSQL-Translator.git

Schema will recognize a "directed" option to use a directed, depth-first
traversal of the schema; added some options to sqlt-graph.
---

diff --git a/script/sqlt-graph b/script/sqlt-graph
index d4a5003..667b06d 100755
--- a/script/sqlt-graph
+++ b/script/sqlt-graph
@@ -29,7 +29,7 @@ sqlt-graph - Automatically create a graph from a database schema
   Options:
 
     -l|--layout        Layout schema for GraphViz
-                       ("dot," "neato," "twopi"; default "dot")
+                       ("dot" [default], "neato," "twopi", "circo", "fdp")
     -n|--node-shape    Shape of the nodes ("record," "plaintext,"
                        "ellipse," "circle," "egg," "triangle," "box,"
                        "diamond," "trapezium," "parallelogram," "house,"