From b7616270c776139eef58aabfe98a64a4fff6dd5f Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Wed, 12 Oct 2022 13:11:46 +0000 Subject: [PATCH] Bug 28555: (follow-up) Make verbose count flags passed --- misc/cronjobs/overdue_notices.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/cronjobs/overdue_notices.pl b/misc/cronjobs/overdue_notices.pl index 3a58d1196b..ba546f0cdc 100755 --- a/misc/cronjobs/overdue_notices.pl +++ b/misc/cronjobs/overdue_notices.pl @@ -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, -- 2.30.2