diff options
Diffstat (limited to 'Master/tlpkg/bin/tlpsrc2tlpdb')
-rwxr-xr-x | Master/tlpkg/bin/tlpsrc2tlpdb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpsrc2tlpdb b/Master/tlpkg/bin/tlpsrc2tlpdb index 4a87dd76765..b43e567b5db 100755 --- a/Master/tlpkg/bin/tlpsrc2tlpdb +++ b/Master/tlpkg/bin/tlpsrc2tlpdb @@ -26,17 +26,15 @@ my $opt_all = 0; my $opt_catalogue = ""; chomp (my $opt_master = `cd $::mydir/../.. && pwd`); our $opt_debug = 0; -my $man = 0; my $help = 0; GetOptions( "all!" => \$opt_all, "master=s" => \$opt_master, # location of the TL tree "catalogue=s" => \$opt_catalogue, # location of the TeX Catalogue - "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 ()); @@ -136,7 +134,7 @@ of TeX Live's Master direcory. Defaults to C<../..> of C<$0>. =back -The standard options C<-help>, C<-debug>, and C<-man> are also accepted. +The standard options C<-help> and C<-debug> are also accepted. See the tlpfiles documentation for details. =head1 DESCRIPTION |