From: Ken Youens-Clark Date: Mon, 16 Jun 2003 18:25:59 +0000 (+0000) Subject: Fixed script name in POD. X-Git-Tag: v0.02~19 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ef3b7e2e641657cc07e86a9f3eb0f5e475e7a7f7;p=dbsrgits%2FSQL-Translator.git Fixed script name in POD. --- diff --git a/bin/sqlt-graph.pl b/bin/sqlt-graph.pl index 60a1964..0a581f3 100755 --- a/bin/sqlt-graph.pl +++ b/bin/sqlt-graph.pl @@ -1,14 +1,14 @@ #!/usr/bin/perl -# $Id: sqlt-graph.pl,v 1.1 2003-06-16 18:23:08 kycl4rk Exp $ +# $Id: sqlt-graph.pl,v 1.2 2003-06-16 18:25:59 kycl4rk Exp $ =head1 NAME -auto-graph.pl - Automatically create a graph from a database schema +sqlt-graph.pl - Automatically create a graph from a database schema =head1 SYNOPSIS - ./auto-graph.pl -d|--db=db_parser [options] schema.sql + ./sqlt-graph.pl -d|--db=db_parser [options] schema.sql Options: @@ -67,7 +67,7 @@ use GraphViz; use Pod::Usage; use SQL::Translator; -my $VERSION = (qw$Revision: 1.1 $)[-1]; +my $VERSION = (qw$Revision: 1.2 $)[-1]; # # Get arguments.