Fixed typos.
Ken Youens-Clark [Fri, 3 Apr 2009 20:53:03 +0000 (20:53 +0000)]
bin/sqlt-graph

index 61c8ec4..0dab71f 100755 (executable)
@@ -117,18 +117,18 @@ my %nodeattrs = ();
 my %graphattrs = ();
 
 GetOptions(
-    'd|db|f|from  =s'    => \$db_driver,
+    'd|db|f|from=s'      => \$db_driver,
     'o|output:s'         => \$out_file,
     'l|layout:s'         => \$layout,
     'n|node-shape:s'     => \$node_shape,
     't|output-type:s'    => \$output_type,
     'height:f'           => \$height,
     'width:f'            => \$width,
-    'fontsize  =i'       => \$fontsize,
-    'fontname  =s'       => \$fontname,
-    'nodeattr  =s'       => \%nodeattrs,
-    'edgeattr  =s'       => \%edgeattrs,
-    'graphattr  =s'      => \%graphattrs,
+    'fontsize=i'         => \$fontsize,
+    'fontname=s'         => \$fontname,
+    'nodeattr=s'         => \%nodeattrs,
+    'edgeattr=s'         => \%edgeattrs,
+    'graphattr=s'        => \%graphattrs,
     'c|color'            => \$add_color,
     'no-fields'          => \$no_fields,
     'natural-join'       => \$natural_join,