diff options
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpfiles | 6 |
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 |