X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=lib%2FApp%2FCodeowners%2FOptions.pm;fp=lib%2FApp%2FCodeowners%2FOptions.pm;h=67dc3243c7a5c08645386fc8568aad336241c612;hb=4c0f6ed552c529fc6a3a09ffb6de91d6344ac790;hp=064aff959463cc73bcdfa4af56db188dfbb49b3e;hpb=b04ef3d005c558adcf51665fbbe421198aca7315;p=chaz%2Fgit-codeowners diff --git a/lib/App/Codeowners/Options.pm b/lib/App/Codeowners/Options.pm index 064aff9..67dc324 100644 --- a/lib/App/Codeowners/Options.pm +++ b/lib/App/Codeowners/Options.pm @@ -84,7 +84,7 @@ sub new { exit 0; } if ($opts->{help}) { - pod2usage(-exitval => 0, -verbose => 99, -sections => [qw(NAME SYNOPSIS OPTIONS)]); + pod2usage(-exitval => 0, -verbose => 99, -sections => [qw(NAME SYNOPSIS OPTIONS COMMANDS)]); } if ($opts->{manual}) { pod2usage(-exitval => 0, -verbose => 2);