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,