Bug 28555: (follow-up) Make verbose count flags passed

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Nick Clemens 2022-10-12 13:11:46 +00:00 committed by Tomas Cohen Arazi
parent fe376c7d85
commit 125ec8a207
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -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,