summaryrefslogtreecommitdiff
path: root/Master/texmf
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2009-06-23 07:47:47 +0000
committerNorbert Preining <preining@logic.at>2009-06-23 07:47:47 +0000
commit60470f585d1b8c687e8453c0c74c1baa1ab9cd55 (patch)
tree1b6b462d910197326a3bd4267482b477dcaf2c67 /Master/texmf
parent02262622edb69b12c3388f802d68233f44f91473 (diff)
doc changes for the new checks in tlmgr
git-svn-id: svn://tug.org/texlive/trunk@13913 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf')
-rwxr-xr-xMaster/texmf/scripts/texlive/tlmgr.pl12
1 files changed, 9 insertions, 3 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl
index f5c0e190c49..e38f626c0d4 100755
--- a/Master/texmf/scripts/texlive/tlmgr.pl
+++ b/Master/texmf/scripts/texlive/tlmgr.pl
@@ -3638,7 +3638,7 @@ the request type.
With anything else as arguments, operates as the C<show> action.
-=head2 check [I<option>]... [files|collections|all]
+=head2 check [I<option>]... [files|depends|executes|runfiles|all]
Executes one (or all) check(s) on the consistency of the installation.
@@ -3649,10 +3649,14 @@ Executes one (or all) check(s) on the consistency of the installation.
Checks that all files listed in the TeX Live Database (C<texlive.tlpdb>)
are actually present, and lists those missing.
-=item B<collections>
+=item B<depends>
Lists those packages which occur as dependencies in an installed collections,
-but are themselves not installed. Options:
+but are themselves not installed, and those packages that are not
+contained in any collection.
+
+If you call C<tlmgr check collections> this test will be carried out
+instead since former versions for C<tlmgr> called it that way.
=item B<executes>
@@ -3667,6 +3671,8 @@ is called without or with the C<all> argument.
=back
+Options:
+
=over 4
=item B<--use-svn>