summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2008-04-17 09:40:19 +0000
committerNorbert Preining <preining@logic.at>2008-04-17 09:40:19 +0000
commit8a1fed7bea2318d80390919b2c106509e4efceef (patch)
tree1b1d069b7a05bdbf93decc267fe2fddfd366d697 /Master/texmf
parent48a45968aca5790ddbe73e2b4727d513eb6dd43b (diff)
fix for argument help
git-svn-id: svn://tug.org/texlive/trunk@7472 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tl-package-manager.pl7
1 files changed, 5 insertions, 2 deletions
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<tl-package-manager> allows to install and update packages after
-an initial installation.
+The B<tlmgr> manages an existing TeX Live installation.
=head1 AUTHORS AND COPYRIGHT