View | Details | Raw Unified | Return to bug 28555
Collapse All | Expand All

(-)a/misc/cronjobs/overdue_notices.pl (-2 / +1 lines)
Lines 314-320 my $command_line_options = join(" ",@ARGV); Link Here
314
GetOptions(
314
GetOptions(
315
    'help|?'         => \$help,
315
    'help|?'         => \$help,
316
    'man'            => \$man,
316
    'man'            => \$man,
317
    'v|verbose'      => \$verbose,
317
    'v|verbose+'     => \$verbose,
318
    'n|nomail'       => \$nomail,
318
    'n|nomail'       => \$nomail,
319
    'max=s'          => \$MAX,
319
    'max=s'          => \$MAX,
320
    'library=s'      => \@branchcodes,
320
    'library=s'      => \@branchcodes,
321
- 

Return to bug 28555