]> Dogcows Code - chaz/git-codeowners/commitdiff
show COMMANDS section for --help flag
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 13 Nov 2019 04:14:49 +0000 (21:14 -0700)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 13 Nov 2019 04:14:49 +0000 (21:14 -0700)
lib/App/Codeowners/Options.pm

index 064aff959463cc73bcdfa4af56db188dfbb49b3e..67dc3243c7a5c08645386fc8568aad336241c612 100644 (file)
@@ -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);
This page took 0.019596 seconds and 4 git commands to generate.