diff options
author | Karl Berry <karl@freefriends.org> | 2008-09-06 17:11:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-09-06 17:11:52 +0000 |
commit | 0996fea9badefbc36e55df0c8a2a768333a539b7 (patch) | |
tree | 95c29af226f753ccdbda2f68c69f8edea59a1e3f /Master/tlpkg/bin/tl-update-containers | |
parent | 42618c10e2a7e4e439922c5c3e95e6f691c2378a (diff) |
doc tweaks, including =over 4 consistently
git-svn-id: svn://tug.org/texlive/trunk@10439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tl-update-containers')
-rwxr-xr-x | Master/tlpkg/bin/tl-update-containers | 6 |
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> |