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

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

Return to bug 32518