@@ -, +, @@ --- misc/cronjobs/check-url.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- a/misc/cronjobs/check-url.pl +++ a/misc/cronjobs/check-url.pl @@ -165,7 +165,7 @@ GetOptions( 'help' => \$help, 'host=s' => \$host, 'host-pro=s' => \$host_pro, - 'agent=s' => \$agent; + 'agent=s' => \$agent, 'timeout=i', => \$timeout, ); --