diff options
author | Norbert Preining <preining@logic.at> | 2019-05-16 11:18:52 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2019-05-16 11:18:52 +0000 |
commit | aa49c1225fce57a723178887de19e5718cc8ddc3 (patch) | |
tree | d6ed49bbf7f93508ab4c7114fa5ad0dd0b8051f4 | |
parent | e106e92c7ccca608ed368f78374b5d40e0abe7b2 (diff) |
add doucmentation for tlmgr repository status
git-svn-id: svn://tug.org/texlive/trunk@51141 c570f23f-e606-0410-a88d-b1316a301751
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 45400e016f4..d70b0c816dc 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -8627,6 +8627,8 @@ yourself if you are using this feature and want stale symlinks removed. =item B<repository set I<path>[#I<tag>] [I<path>[#I<tag>] ...]> +=item B<repository status> + This action manages the list of repositories. See L<MULTIPLE REPOSITORIES> below for detailed explanations. @@ -8641,8 +8643,17 @@ package the available platforms (if any) are listed, too. The third form (C<add>) adds a repository (optionally attaching a tag) to the list of repositories. The forth form (C<remove>) removes a repository, either by full path/url, or by -tag. The last form (C<set>) sets the list of repositories to the items -given on the command line, not keeping previous settings +tag. The fifth form (C<set>) sets the list of repositories to the items +given on the command line, not keeping previous settings. + +The last form (C<status>) reports the verification status of the +loaded repositories in the following format: One repository per line with +4 fields separated with a single space: The tag (which can be the same +as the URL), the URL, the verification code (a number), and the +verbal description of the verification status (last field extending to +the end of line). This format is valid under machine readable output, +while in normal output the third field (numeric verification status) +is not present. In all cases, one of the repositories must be tagged as C<main>; otherwise, all operations will fail! |