diff options
author | Karl Berry <karl@freefriends.org> | 2008-07-04 18:17:10 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-07-04 18:17:10 +0000 |
commit | ff76916b56843576e95bb66869aa6ed7ba8190b2 (patch) | |
tree | ebd6be2388f7a84e45864a3cd250e7a273dd2d98 /Master/tlpkg/bin/tlpfiles | |
parent | 72165bd1c3bac6eaf99af8bae06b70f91899596e (diff) |
doc fixes.
git-svn-id: svn://tug.org/texlive/trunk@9247 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpfiles')
-rwxr-xr-x | Master/tlpkg/bin/tlpfiles | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/Master/tlpkg/bin/tlpfiles b/Master/tlpkg/bin/tlpfiles index 209d79bc42d..4111a918005 100755 --- a/Master/tlpkg/bin/tlpfiles +++ b/Master/tlpkg/bin/tlpfiles @@ -1,6 +1,6 @@ #!/usr/bin/env perl # $Id$ -# Copyright 2007 Karl Berry. +# Copyright 2007, 2008 TeX Users Group. # This file is licensed under the GNU General Public License version 2 # or any later version. # @@ -29,12 +29,10 @@ our %DB_BY_FILE; # used privately below. our @opt_pkgof = (); my $help = 0; -TeXLive::TLUtils::process_logging_options(); - +TeXLive::TLUtils::process_logging_options (); GetOptions("pkgof=s" => \@opt_pkgof, "help|?" => \$help) or pod2usage(1); - -pod2usage(-exitstatus => 0, -verbose => 2) if $help; +pod2usage ("-exitstatus" => 0, "-verbose" => 2) if $help; exit (&main ()); @@ -142,12 +140,17 @@ or: tlpfiles [OPTION]... -pkgof FILE... =item B<-pkgof> I<file>... Output the TeX Live package(s) in which each <file> is contained. -=item B<-debug> -Give debug messages from the TeX Live modules. - =item B<-help> Print this documentation and exit. +=item B<-q> +Omit informational messages from the TeX Live modules. + +=item B<-v> +Include debugging messages from the TeX Live modules. +Repeat, as in C<-vv>, for maximum debugging. (Further repeats are +accepted and ignored.) + =back =head1 DESCRIPTION |