diff options
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index e9b0bcf27b1..5230453bd4d 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -1012,7 +1012,7 @@ sub action_update { my $tlp = $localtlpdb->get_package($pkg); if (!defined($tlp)) { if ($forcermpkgs{$pkg}) { - info("not reinstalling forcibly removed package $pkg ($forcermpkgs{$pkg})\n"); + info("skipping forcibly removed package $pkg ($forcermpkgs{$pkg})\n"); next; } elsif ($newpkgs{$pkg}) { # do nothing here, it will be reported below! @@ -1151,7 +1151,7 @@ sub action_update { tlwarn("If you want to install from the Internet for this one time only, run\n"); tlwarn(" tlmgr -location $TeXLiveURL\n"); tlwarn("\nIf you want to change the default for all future updates, run\n"); - tlwarn(" tlmgr option location $TeXLiveURL\n\n"); + tlwarn(" tlmgr option location $TeXLiveURL\n\n"); } return(\%ret); } @@ -1976,10 +1976,10 @@ language code. =item B<-package-logfile> I<file> B<tlmgr> logs all package actions (install, remove, update, failed -updates and failed restores) to a separate log file, by default +updates, failed restores) to a separate log file, by default C<TEXMFSYSVAR/web2c/tlmgr.log>. This option allows you to select a -different file for that. This is different from normal -logging; for that, see the option C<-v> below, and TeXLive::TLUtils. +different file for that. This is separate from normal logging; for +that, see the option C<-v> below, and TeXLive::TLUtils. =back @@ -2017,11 +2017,11 @@ all packages that the given I<pkg>s are dependent on, also. Options: =item B<--reinstall> Reinstall a package (including dependencies for collections) even if it -seems to be already installed. Can be used to recover from accidently -removed files of a package. +seems to be already installed (i.e, is present in the TLPDB). This is +useful to recover from accidental removal of files in the hierarchy. -Note that when re-installing packages not all dependencies are reinstalled, -only dependencies on normal packages (not of category Scheme or Collection). +When re-installing, only dependencies on normal packages are followed +(not those of category Scheme or Collection). =item B<--no-depends> |