From de1d6dbb61cf492e66ff9733139fbe03c4407f6f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 3 Jun 2018 18:09:29 +0000 Subject: doc, consistency git-svn-id: svn://tug.org/texlive/trunk@47907 c570f23f-e606-0410-a88d-b1316a301751 --- Master/install-tl | 173 ++++++++--------------------- Master/texmf-dist/scripts/texlive/tlmgr.pl | 132 ++++++++++++++-------- Master/tlpkg/TeXLive/TLCrypto.pm | 4 +- Master/tlpkg/TeXLive/TLTREE.pm | 4 +- Master/tlpkg/TeXLive/TLWinGoo.pm | 4 +- 5 files changed, 133 insertions(+), 184 deletions(-) diff --git a/Master/install-tl b/Master/install-tl index 9454e4e544e..9b28ca04377 100755 --- a/Master/install-tl +++ b/Master/install-tl @@ -288,11 +288,14 @@ if ($opt_version) { close (REL_TL); } if ($::opt_verbosity > 0) { - print "Revision of modules:"; + print "Module revisions:"; print "\nTLConfig: " . TeXLive::TLConfig->module_revision(); - print "\nTLUtils: " . TeXLive::TLUtils->module_revision(); - print "\nTLPOBJ: " . TeXLive::TLPOBJ->module_revision(); + print "\nTLCrypto: " . TeXLive::TLCrypto->module_revision(); + print "\nTLDownload: ".TeXLive::TLDownload->module_revision(); print "\nTLPDB: " . TeXLive::TLPDB->module_revision(); + print "\nTLPOBJ: " . TeXLive::TLPOBJ->module_revision(); + print "\nTLTREE: " . TeXLive::TLTREE->module_revision(); + print "\nTLUtils: " . TeXLive::TLUtils->module_revision(); print "\nTLWinGoo: " . TeXLive::TLWinGoo->module_revision() if win32(); print "\n"; } @@ -2496,9 +2499,9 @@ install-tl-advanced.bat [I