From 8a1fed7bea2318d80390919b2c106509e4efceef Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Thu, 17 Apr 2008 09:40:19 +0000 Subject: fix for argument help git-svn-id: svn://tug.org/texlive/trunk@7472 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf/scripts/texlive/tl-package-manager.pl | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Master') diff --git a/Master/texmf/scripts/texlive/tl-package-manager.pl b/Master/texmf/scripts/texlive/tl-package-manager.pl index bc87fdd2d9e..fb9255067c9 100755 --- a/Master/texmf/scripts/texlive/tl-package-manager.pl +++ b/Master/texmf/scripts/texlive/tl-package-manager.pl @@ -85,6 +85,10 @@ if (!defined($action)) { $opt_help = 1; } +if ($action =~ m/^help/i) { + $opt_help = 1; +} + if ($^O=~/^MSWin(32|64)$/i) { pod2usage(-exitstatus => 0, -verbose => 2, -noperldoc => 1) if $opt_help; } else { @@ -679,8 +683,7 @@ The standard options C<-help/-h/-?> and C<-debug> are also accepted. =head1 DESCRIPTION -The B allows to install and update packages after -an initial installation. +The B manages an existing TeX Live installation. =head1 AUTHORS AND COPYRIGHT -- cgit v1.2.3