From a2cc75654ad7bf2c5fc7d54efe0376c00f16078c Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 24 Nov 2020 18:35:36 +0000 Subject: doc tweaks git-svn-id: svn://tug.org/texlive/trunk@56993 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/scripts/texlive/tlmgr.pl | 43 ++++++++++++++++++------------ 1 file changed, 26 insertions(+), 17 deletions(-) (limited to 'Master/texmf-dist/scripts') diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 5b133a5a676..7ec02aee354 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -8352,26 +8352,35 @@ C<--only-installed> and C<--only-remote> cannot both be specified. =item B<--data C> If the option C<--data> is given, its argument must be a comma separated -list of field names from: C, C, C, C, -C, C, C, C, C, C, -C, C, or C, and various C -fields. For the C fields, there are two more variants with prefix C -and C, that is C and C etc, which indicate -the local and remote information, respectively. The variants without C and -C show the most current one, that is normally the remote one. - -The requested packages' information is listed in CSV format one package per -line, and the column information is given by the C. The C -column contains the name of all dependencies separated by C<:>. +list of field names from: C, C, C, +C, C, C, C, C, +C, C, C, C, C, +plus various C fields (see below). + +The C fields all come from the TeX Catalogue +(L). For each, there are two more +variants with prefix C and C, e.g., C and +C, which indicate the local and remote information, +respectively. The variants without C and C show the most current +one, which is normally the remote value. + +The requested packages' information is listed in CSV format, one package +per line, and the column information is given by the C. The +C column contains the names of all the dependencies separated +by C<:> characters. + +At this writing, the C fields include: C, +C, C, C, C, C. Each +may be empty or a url value. A brief description is on the CTAN upload +page for new packages: L. =item B<--json> -In case C<--json> is specified, the output is a -JSON encoded array where each array element is the JSON representation of -a single C but with additional information. For details see -C, format definition: C. -If both C<--json> and C<--data> are given, C<--json> takes precedence. - +In case C<--json> is specified, the output is a JSON encoded array where +each array element is the JSON representation of a single C but +with additional information. For details see +C, format definition: C. If both +C<--json> and C<--data> are given, C<--json> takes precedence. =back -- cgit v1.2.3