Bug 28555: (follow-up) Make verbose count flags passed
authorNick Clemens <nick@bywatersolutions.com>
Wed, 12 Oct 2022 13:11:46 +0000 (13:11 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Tue, 18 Oct 2022 00:09:03 +0000 (21:09 -0300)
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
misc/cronjobs/overdue_notices.pl

index 3a58d11..ba546f0 100755 (executable)
@@ -314,7 +314,7 @@ my $command_line_options = join(" ",@ARGV);
 GetOptions(
     'help|?'         => \$help,
     'man'            => \$man,
-    'v|verbose     => \$verbose,
+    'v|verbose+'     => \$verbose,
     'n|nomail'       => \$nomail,
     'max=s'          => \$MAX,
     'library=s'      => \@branchcodes,