From: Ken Youens-Clark Date: Mon, 16 Jun 2003 18:25:36 +0000 (+0000) Subject: Fixed script name in docs. X-Git-Tag: v0.02~20 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=60fe3432f68c170e5b38a47ca1f7f74b3758c438;p=dbsrgits%2FSQL-Translator.git Fixed script name in docs. --- diff --git a/bin/sqlt-diagram.pl b/bin/sqlt-diagram.pl index 316e34a..c84d7ee 100755 --- a/bin/sqlt-diagram.pl +++ b/bin/sqlt-diagram.pl @@ -1,14 +1,14 @@ #!/usr/bin/perl -# $Id: sqlt-diagram.pl,v 1.1 2003-06-16 18:22:17 kycl4rk Exp $ +# $Id: sqlt-diagram.pl,v 1.2 2003-06-16 18:25:36 kycl4rk Exp $ =head1 NAME -auto-dia.pl - Automatically create a diagram from a database schema +sqlt-diagram.pl - Automatically create a diagram from a database schema =head1 SYNOPSIS - ./auto-dia.pl -d|--db=db_parser [options] schema.sql + ./sqlt-diagram.pl -d|--db=db_parser [options] schema.sql Options: @@ -56,7 +56,7 @@ use Getopt::Long; use Pod::Usage; use SQL::Translator; -my $VERSION = (qw$Revision: 1.1 $)[-1]; +my $VERSION = (qw$Revision: 1.2 $)[-1]; # # Get arguments.