summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpfiles
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-07-04 18:53:46 +0000
committerKarl Berry <karl@freefriends.org>2008-07-04 18:53:46 +0000
commitfec2c58ab6469ff23cf0de01118e1dc9c78d737f (patch)
treedec15bae7a09ba8f807816d05625eb1babdaded6 /Master/tlpkg/bin/tlpfiles
parentff76916b56843576e95bb66869aa6ed7ba8190b2 (diff)
semi-respect --dest for language.def generation; generate it in runtime; doc fixes
git-svn-id: svn://tug.org/texlive/trunk@9248 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpfiles')
-rwxr-xr-xMaster/tlpkg/bin/tlpfiles6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpfiles b/Master/tlpkg/bin/tlpfiles
index 4111a918005..05c5e609b5d 100755
--- a/Master/tlpkg/bin/tlpfiles
+++ b/Master/tlpkg/bin/tlpfiles
@@ -31,7 +31,7 @@ my $help = 0;
TeXLive::TLUtils::process_logging_options ();
GetOptions("pkgof=s" => \@opt_pkgof,
- "help|?" => \$help) or pod2usage(1);
+ "help|?" => \$help) or pod2usage(2);
pod2usage ("-exitstatus" => 0, "-verbose" => 2) if $help;
exit (&main ());
@@ -130,8 +130,8 @@ tlpfiles - list files contained in a TeX Live package, or vice versa
=head1 SYNOPSIS
-tlpfiles [OPTION]... TLPKG
-or: tlpfiles [OPTION]... -pkgof FILE...
+tlpfiles [I<option>]... I<tlpkg>
+ or: tlpfiles [I<option>]... -pkgof I<file>...
=head1 OPTIONS