diff options
Diffstat (limited to 'Master')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index f8835a4ed04..a8bfa0ac1bd 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -4804,12 +4804,15 @@ Display information about I<pkg>: the name, category, installation status, short and long description. Searches in the remote installation source for the package if it is not locally installed. +It also displays the information taken from the TeX Catalogue (license, +date, version), but note that there is a high probability that this +information is slightly off due to timing issues. + If the option C<--list> is given with a package, the list of contained files is also shown, including those for architecture specific dependencies. When given with schemes and collections, C<--list> outputs their dependencies in a similar way. - =head2 list [--only-installed] [collections|schemes|I<pkg>...] With no argument, lists all packages available at the package |