summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tlpfiles
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-10-22 00:51:23 +0000
committerKarl Berry <karl@freefriends.org>2007-10-22 00:51:23 +0000
commit72278b18ded79b4c11d038fd39aa7fff55377c17 (patch)
treefb5e6903d823b0f6adad301cd5efdc4cb9e256a1 /Master/tlpkg/bin/tlpfiles
parent8de839b61d52fa141a812cbc0bc68555fab63e18 (diff)
excise -man in favor of -help
git-svn-id: svn://tug.org/texlive/trunk@5255 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpfiles')
-rwxr-xr-xMaster/tlpkg/bin/tlpfiles11
1 files changed, 3 insertions, 8 deletions
diff --git a/Master/tlpkg/bin/tlpfiles b/Master/tlpkg/bin/tlpfiles
index 0c8f3dccf87..4ec71bb2ade 100755
--- a/Master/tlpkg/bin/tlpfiles
+++ b/Master/tlpkg/bin/tlpfiles
@@ -26,14 +26,12 @@ our %DB_BY_FILE; # used privately below.
our @opt_pkgof = ();
our $opt_debug = 0;
-my $man = 0;
my $help = 0;
GetOptions("pkgof=s" => \@opt_pkgof,
- "debug!", "help|?" => \$help, "man" => \$man) or pod2usage(2);
+ "debug!", "help|?" => \$help) or pod2usage(1);
-pod2usage(1) if $help;
-pod2usage(-exitstatus => 0, -verbose => 2) if $man;
+pod2usage(-exitstatus => 0, -verbose => 2) if $help;
exit (&main ());
@@ -144,10 +142,7 @@ Output the TeX Live package(s) in which each <file> is contained.
Give debug messages from the TeX Live modules.
=item B<-help>
-Print a brief help message and exit.
-
-=item B<-man>
-Print this documentation as a formatted manual page and exit.
+Print this documentation and exit.
=back