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

(-)a/misc/cronjobs/check-url.pl (-2 / +1 lines)
Lines 165-171 GetOptions( Link Here
165
    'help'          => \$help,
165
    'help'          => \$help,
166
    'host=s'        => \$host,
166
    'host=s'        => \$host,
167
    'host-pro=s'    => \$host_pro,
167
    'host-pro=s'    => \$host_pro,
168
    'agent=s'       => \$agent;
168
    'agent=s'       => \$agent,
169
    'timeout=i',    => \$timeout,
169
    'timeout=i',    => \$timeout,
170
);
170
);
171
171
172
- 

Return to bug 6267