diff options
author | Karl Berry <karl@freefriends.org> | 2024-02-19 23:04:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2024-02-19 23:04:52 +0000 |
commit | 01a221a23b3d04cf3634416322b24b19b9189df3 (patch) | |
tree | fcf099ff9f962f241f9e36ff07bcea8d64e4678c /Master/texmf-dist/scripts | |
parent | efd5808dbc77e9255ce06bd95b2e57a5fc096ee1 (diff) |
include tlmgr bug action in tl24 news and tlmgr examples
git-svn-id: svn://tug.org/texlive/trunk@70000 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/scripts')
-rw-r--r-- | Master/texmf-dist/scripts/texlive/NEWS | 2 | ||||
-rwxr-xr-x | Master/texmf-dist/scripts/texlive/tlmgr.pl | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/Master/texmf-dist/scripts/texlive/NEWS b/Master/texmf-dist/scripts/texlive/NEWS index 4730143d7b5..98fda63c878 100644 --- a/Master/texmf-dist/scripts/texlive/NEWS +++ b/Master/texmf-dist/scripts/texlive/NEWS @@ -1,7 +1,7 @@ (This file public domain. Originally written by Norbert Preining and Karl Berry, 2010.) -<li>add bug action to output bug-reporting information. +<li>new action "bug" to output bug-reporting information. <p><b>tlmgr 69686 (released 7feb24):</b> <li>prune tlpdb backups of tlcrontrib (now mirrored). diff --git a/Master/texmf-dist/scripts/texlive/tlmgr.pl b/Master/texmf-dist/scripts/texlive/tlmgr.pl index 1ba3b78186d..5552a082b60 100755 --- a/Master/texmf-dist/scripts/texlive/tlmgr.pl +++ b/Master/texmf-dist/scripts/texlive/tlmgr.pl @@ -8144,6 +8144,11 @@ repository (typically useful when updating from CTAN). Display detailed information about a package I<what>, such as the installation status and description, of searches for I<what> in all packages. +=item C<tlmgr bug> I<what> + +Display available bug-reporting information for I<what>, a package or +file name. + =back For all the capabilities and details of C<tlmgr>, please read the |