summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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