summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/tl-update-containers
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-rwxr-xr-xMaster/tlpkg/bin/tl-update-containers6
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers
index 6d84d9005e3..f99f7b5b2d3 100755
--- a/Master/tlpkg/bin/tl-update-containers
+++ b/Master/tlpkg/bin/tl-update-containers
@@ -160,10 +160,10 @@ sub main
# .arch packages are skipped, too
if ($pkg =~ m/^$manualpkgre/) {
if ($opt_all || $opt_recreate) {
- tlwarn ("updating container for $pkg due to -all option!\n");
+ tlwarn ("$0: updating critical $pkg due to -all\n");
last; # of the manualpkgre checks
} else {
- tlwarn ("not updating $pkg since it it in the manual update list!\n");
+ tlwarn ("$0: skipping critical $pkg");
# we assume that the packages in @critical_pkg_list always
# exist, so if they are there then the number of updated packages
# should be reduced.
@@ -270,7 +270,7 @@ tl-update-containers [I<option>]...
=head1 OPTIONS
-=over 8
+=over 4
=item B<-location> I</container/dir>