summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-05-18 14:06:55 +0000
committerNorbert Preining <preining@logic.at>2009-05-18 14:06:55 +0000
commitf1302f1e6db8914748894ee18d98ada6e4e06633 (patch)
treeb298d2315ec3b3cd79a92a2312f53fca998e137f
parent793906fc9c8212552f260f828417697e8d6988cb (diff)
only tell users to update texlive.infra on critical updates, bin-texlive
is not critical anymore git-svn-id: svn://tug.org/texlive/trunk@13203 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 6ef37dd6dbf..201c3f34fb0 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -2656,7 +2656,7 @@ sub check_for_critical_updates
tlwarn("=" x 79, "\n");
tlwarn("Please update the packages bin-texlive and texlive.infra first, ");
tlwarn("via either\n");
- tlwarn(" tlmgr update bin-texlive texlive.infra\n");
+ tlwarn(" tlmgr update texlive.infra\n");
tlwarn("or by getting the latest updater for Unix-ish systems:\n");
tlwarn(" $TeXLiveURL/update-tlmgr-latest.sh\n");
tlwarn("and/or Windows systems:\n");