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

(-)a/misc/cronjobs/holds/cancel_unfilled_holds.pl (-2 / +1 lines)
Lines 92-98 GetOptions( Link Here
92
    'days=s'     => \$days,
92
    'days=s'     => \$days,
93
    'library=s'  => \@branchcodes,
93
    'library=s'  => \@branchcodes,
94
    'holidays'   => \$use_calendar,
94
    'holidays'   => \$use_calendar,
95
    'v|verbosev' => \$verbose,
95
    'v|verbose'  => \$verbose,
96
    'confirm'    => \$confirm,
96
    'confirm'    => \$confirm,
97
) or pod2usage(1);
97
) or pod2usage(1);
98
pod2usage(1) if $help;
98
pod2usage(1) if $help;
99
- 

Return to bug 21698