Fixed script name in POD.
Ken Youens-Clark [Mon, 16 Jun 2003 18:25:59 +0000 (18:25 +0000)]
bin/sqlt-graph.pl

index 60a1964..0a581f3 100755 (executable)
@@ -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.