summaryrefslogtreecommitdiff
path: root/Master/texmf/scripts/texlive/tlmgr.pl
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-04-25 15:23:08 +0000
committerKarl Berry <karl@freefriends.org>2012-04-25 15:23:08 +0000
commit54c30fb722b82a7cccbf4a3c3a5f4a89a937c503 (patch)
treef8767e32f427659d0a5b0dadd84d054e68cc160c /Master/texmf/scripts/texlive/tlmgr.pl
parent85ef6be0aebb661260a4d8d577f372a5e9d4d32b (diff)
(action_update): be more explicit in
updating-from-disk message; Manuel mail to tex-live, 22 Jul 2011 20:17:22. git-svn-id: svn://tug.org/texlive/trunk@26138 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts/texlive/tlmgr.pl')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl14
1 files changed, 9 insertions, 5 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 652c54f3b2b..3c4dcc8b48c 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -3199,11 +3199,15 @@ sub action_update {
&& !$opts{"dry-run"}
&& !$opts{"repository"}
) {
- tlwarn("\nYour installation is set up to look on the disk for updates.\n");
- tlwarn("To install from the Internet for this one time only, run\n");
- tlwarn(" tlmgr -repository $TeXLiveURL\n");
- tlwarn("\nTo change the default for all future updates, run\n");
- tlwarn(" tlmgr option repository $TeXLiveURL\n\n");
+ tlwarn(<<END_DISK_WARN);
+tlmgr: Your installation is set up to look on the disk for updates.
+To install from the Internet for this one time only, run:
+ tlmgr -repository $TeXLiveURL ACTION ARG...
+where ACTION is install, update, etc.; see tlmgr -help if needed.
+
+To change the default for all future updates, run:
+ tlmgr option repository $TeXLiveURL
+END_DISK_WARN
}
}
}