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:
parent
fe376c7d85
commit
125ec8a207
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue