summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index 5e8bed07635..a239b767c72 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -637,14 +637,14 @@ sub action_update {
# there is a dep that is either new or has been forcibly
# removed by the user. report it as new, if the user does
# forcible removals it is their own problem.
- info("package $d ($c) is new\n");
+ info("$d ($c): new package\n");
}
}
}
}
}
if (!@todo) {
- printf "tlmgr update takes either a list of packages or --all\n";
+ printf "tlmgr update: please specify list of packages or --all\n";
}
my $updater_started = 0;
my $nrupdated = 0;
@@ -1403,16 +1403,16 @@ at the installation source. Options:
=item B<--list>
-List only which packages could be updated.
+List the packages which would be updated or newly installed.
=item B<--all>
-Update all package.
+Update all packages.
=item B<--dry-run>
Nothing is actually installed; instead, the actions to be performed are
-written to the terminal.
+written to the terminal. (A more verbose report than C<--list>.)
=item B<--backupdir> I<directory>