diff options
author | Norbert Preining <preining@logic.at> | 2009-07-24 14:28:06 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2009-07-24 14:28:06 +0000 |
commit | 7e5630813bec518301a3f0ab57792217f3cc8503 (patch) | |
tree | 79dfb643376ad7c03534b9ad761b16a7d84e4863 /Master/texmf/scripts | |
parent | a1decda76154237cadf78242dc3d5965751fba20 (diff) |
add NAME|SYNOPSIS
git-svn-id: svn://tug.org/texlive/trunk@14427 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf/scripts')
-rwxr-xr-x | Master/texmf/scripts/texlive/tlmgr.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf/scripts/texlive/tlmgr.pl b/Master/texmf/scripts/texlive/tlmgr.pl index aa52b48e952..298eae5fc23 100755 --- a/Master/texmf/scripts/texlive/tlmgr.pl +++ b/Master/texmf/scripts/texlive/tlmgr.pl @@ -225,7 +225,7 @@ if ($opts{"help"}) { } if ($action && ($action ne "help")) { pod2usage(-exitstatus => 0, -verbose => 99, - -sections => "ACTIONS/$action.*" , @noperldoc); + -sections => "NAME|SYNOPSIS|ACTIONS/$action.*" , @noperldoc); } else { pod2usage(-exitstatus => 0, -verbose => 2, @noperldoc); } |