diff options
author | Karl Berry <karl@freefriends.org> | 2020-03-16 20:54:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2020-03-16 20:54:33 +0000 |
commit | d0c8f07a5efc0a723ad81c65fcddd1f97e6d31a1 (patch) | |
tree | a456788aa268e4ed24c50ceb4e0060307c876df0 /Master/texmf-dist/scripts | |
parent | 744480094e0c22a0654cc9e35c1c781dc0d92cae (diff) |
(action_update): in case of "neither new nor forcibly removed",
give hint about trying tlmgr search or tlmgr info.
git-svn-id: svn://tug.org/texlive/trunk@54357 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 981a1fbf91d..5ed4a651651 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -2833,7 +2833,8 @@ sub action_update { " collection, not auto-installing it!\n"); next; } else { - tlwarn("\n$prg: $pkg mentioned, but neither new nor forcibly removed\n"); + tlwarn("\n$prg: $pkg mentioned, but neither new nor forcibly removed"); + tlwarn("\n$prg: perhaps try tlmgr search or tlmgr info.\n"); next; } # install new packages |