summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>