From 96cb166094269274ac7c7aefaf42eb982933d012 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Mon, 1 Jun 2009 00:25:27 +0000 Subject: doc fixes. git-svn-id: svn://tug.org/texlive/trunk@13554 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/tl-update-containers | 30 ++++++++++++++++-------------- 1 file changed, 16 insertions(+), 14 deletions(-) (limited to 'Master/tlpkg/bin/tl-update-containers') diff --git a/Master/tlpkg/bin/tl-update-containers b/Master/tlpkg/bin/tl-update-containers index f6064773326..a6d126bfea7 100755 --- a/Master/tlpkg/bin/tl-update-containers +++ b/Master/tlpkg/bin/tl-update-containers @@ -211,11 +211,11 @@ sub main # .arch packages are skipped, too if ($pkg =~ m/^$manualpkgre/) { if ($opt_all || $opt_recreate) { - tlwarn("$0: updating critical $pkg due to -all\n"); + tlwarn("$0: Updating critical $pkg due to -all\n"); last; # of the manualpkgre checks } else { - tlwarn("$0: skipping critical $pkg\n"); + tlwarn("$0: Skipping critical $pkg\n"); # 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. @@ -339,11 +339,11 @@ sub main # .arch packages are skipped, too if ($op =~ m/^$manualpkgre/) { if ($opt_all || $opt_recreate) { - tlwarn("$0: removing critical $op due to -all\n"); + tlwarn("$0: Removing critical $op due to -all\n"); last; # of the manualpkgre checks } else { - tlwarn("$0: skipping removal of critical $op\n"); + tlwarn("$0: Skipping removal of critical $op\n"); # the following line skips all other regexp checks on critical # packages and skips everything below this (the part which # actually builds the containers) and continues with the next @@ -413,23 +413,23 @@ of containers to be compared against; default is C<./archive>. =item B<-recreate> -Forces rebuild of containers, including creation of the output +Forces rebuild of all containers, including creation of the output C if need be. -=item B<-relative> - -Tries to create relocatable packages as much as possible. - =item B<-all|-a> Include packages deemed critical in the update, currently C. (That is, C itself needs testing before updating, so we don't do it by default.) +=item B<-no-relative> + +Do not create any relocatable packages. + =item B<-no-setup> -Does not try to setup the various programs, but uses I and I -from the current path. +Do not try to use the TL version of our basic programs such as I +and I, but instead looks for them in the current path. =item B<-help> @@ -447,9 +447,11 @@ pseudo-package C<00texlive.config>. See L. =head1 DESCRIPTION -This program compares the C found relative to this script -with the C found in the specified I. If a -tlpdb package is newer (i.e., a higher revision number), the +This program compares the packages in the C found +relative to this script with those in the C found in the +specified I. + +If a local tlpdb package is newer (i.e., a higher revision number), the container(s) for the package are updated. When the package exists in tlpdb only, it is created in I. When the package exists in I only, it is removed from there. The C -- cgit v1.2.3