Upped version numbers, cleaned up code, fixed my name.
[dbsrgits/SQL-Translator.git] / script / sqlt-graph
index e168390..2d13ce7 100755 (executable)
@@ -88,7 +88,9 @@ If the schema defines foreign keys, then the graph produced will be
 directed showing the direction of the relationship.  If the foreign
 keys are intuited via natural joins, the graph will be undirected.
 
-The syntax for clustering tables into groups is:
+Clustering of tables allows you to group and box tables according to 
+function or domain or whatever criteria you choose.  The syntax for 
+clustering tables is:
 
   cluster1=table1,table2;cluster2=table3,table4
 
@@ -105,7 +107,7 @@ use Pod::Usage;
 use SQL::Translator;
 
 use vars '$VERSION';
-$VERSION = '1.59';
+$VERSION = '1.60';
 
 #
 # Get arguments.