diff options
Diffstat (limited to 'Master/texmf')
-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); } |