summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr2.pl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr2.pl b/Master/texmf/scripts/texlive/tlmgr2.pl
index 577759fd161..5ec09c5cb47 100755
--- a/Master/texmf/scripts/texlive/tlmgr2.pl
+++ b/Master/texmf/scripts/texlive/tlmgr2.pl
@@ -2476,10 +2476,10 @@ sub init_tlmedia {
if ($location =~ m/^($TeXLiveServerURL|ctan$)/) {
$location = give_ctan_mirror();
}
- # that "URL: $location should not be changed since GUI programs
+ # that "location-url: $location should not be changed since GUI programs
# might depend on it. In case of $::machinereadable all the info
- # output is also going to STDERR
- print "URL: $location\n" if $::machinereadable;
+ # output is also going to STDERR.
+ print "location-url $location\n" if $::machinereadable;
info("tlmgr: installation location $location\n");
# $tlmediasrc is a global variable