summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpdb2list
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tlpdb2list')
-rwxr-xr-xMaster/tlpkg/bin/tlpdb2list7
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpdb2list b/Master/tlpkg/bin/tlpdb2list
index 1d4082bf994..f2b74a37a1f 100755
--- a/Master/tlpkg/bin/tlpdb2list
+++ b/Master/tlpkg/bin/tlpdb2list
@@ -36,7 +36,7 @@ if (! -d $opt_outputdir) {
die "cannot read tlpdb $ARGV[0]." if (! -r "$ARGV[0]");
-my $tlpdb = new TeXLive::TLPDB (location => $ARGV[0]);
+my $tlpdb = new TeXLive::TLPDB (root => $ARGV[0]);
$tlpdb->generate_listfiles ($opt_outputdir);
__END__
@@ -47,7 +47,7 @@ tlpdb2list - generates list files from a TeX Live Package Database
=head1 SYNOPSIS
-tlpdb2list [OPTION]... texlive.tlpdb
+tlpdb2list [OPTION]... /path/to/installation/root/
=head1 OPTIONS
@@ -65,7 +65,8 @@ See the tlpfiles documentation for details.
=head1 DESCRIPTION
B<tlpdb2list> generates list files necessary for the installer from the
-TeX Live Package Database.
+TeX Live Package Database found in the installation given on the
+command line.
=head1 AUTHORS AND COPYRIGHT