diff options
-rwxr-xr-x | Master/tlpkg/bin/tlpdb2list.pl | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Master/tlpkg/bin/tlpdb2list.pl b/Master/tlpkg/bin/tlpdb2list.pl index e23a8a0d097..7788ecb02f1 100755 --- a/Master/tlpkg/bin/tlpdb2list.pl +++ b/Master/tlpkg/bin/tlpdb2list.pl @@ -1,7 +1,7 @@ #!/usr/bin/env perl -w # -# tldb2list.pl -# create list file from tldb +# tlpdb2list.pl +# create list file from tlpdb # Copyright 2007 Norbert Preining # # This file is licensed under the GNU General Public Licence version 2 @@ -41,7 +41,7 @@ if (! -d "$opt_outputdir") { } -die "Cannot read tldb file $ARGV[0]." if (! -r "$ARGV[0]"); +die "Cannot read tlpdb file $ARGV[0]." if (! -r "$ARGV[0]"); my $tldb = new TeXLive::TLPDB ( location => "$ARGV[0]" ); @@ -51,11 +51,11 @@ __END__ =head1 NAME -tldb2list - Generates list files from a TeX Live Database +tlpdb2list - Generates list files from a TeX Live Package Database =head1 SYNOPSIS -tldb2list [options] texlive.tldb +tlpdb2list [options] texlive.tlpdb Options: -help brief help message @@ -87,8 +87,8 @@ Give debug messages from the TeX Live modules =head1 DESCRIPTION -B<tldb2list> generates list files necessary for the installer from the -TeX Live Database. +B<tlpdb2list> generates list files necessary for the installer from the +TeX Live Package Database. =head1 AUTHORS AND COPYRIGHT |