diff options
author | Karl Berry <karl@freefriends.org> | 2007-10-22 00:51:23 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2007-10-22 00:51:23 +0000 |
commit | 72278b18ded79b4c11d038fd39aa7fff55377c17 (patch) | |
tree | fb5e6903d823b0f6adad301cd5efdc4cb9e256a1 /Master/tlpkg/bin/tlpdb2updmap | |
parent | 8de839b61d52fa141a812cbc0bc68555fab63e18 (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/tlpdb2updmap')
-rwxr-xr-x | Master/tlpkg/bin/tlpdb2updmap | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Master/tlpkg/bin/tlpdb2updmap b/Master/tlpkg/bin/tlpdb2updmap index 2bb3a76ada3..fd545309ca7 100755 --- a/Master/tlpkg/bin/tlpdb2updmap +++ b/Master/tlpkg/bin/tlpdb2updmap @@ -26,13 +26,11 @@ our $NEW_UPDMAP_CFG; our $mydir; our $opt_debug = 0; -my $man = 0; my $help = 0; -GetOptions("debug!", "help|?" => \$help, "man" => \$man) or pod2usage(2); +GetOptions("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 ()); @@ -124,7 +122,7 @@ tlpdb2updmap [OPTION]... =head1 OPTIONS -The standard options C<-help>, C<-debug>, and C<-man> are accepted. +The standard options C<-help> and C<-debug> are accepted. See the tlpfiles documentation for details. =head1 DESCRIPTION |