diff options
author | Norbert Preining <preining@logic.at> | 2009-12-01 00:20:46 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-12-01 00:20:46 +0000 |
commit | 492652e1b949050cadb99a0bc4bd26fe5c759aaf (patch) | |
tree | d78b8d3b093aa29798d1ee79eb1a2c6c9e789c6c /Master | |
parent | bd8fb7edb6aacdb3e1085385f6956c832fbf3d99 (diff) |
document the new tlmgr show behaviour
git-svn-id: svn://tug.org/texlive/trunk@16255 c570f23f-e606-0410-a88d-b1316a301751
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 |