From 8a8130cfe1c92b46cee71887b064a217d41205e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= Date: Fri, 25 May 2012 08:10:19 +0200 Subject: [PATCH] Bug 6267: Fix a typo --- misc/cronjobs/check-url.pl | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/misc/cronjobs/check-url.pl b/misc/cronjobs/check-url.pl index e1d3144..fae2413 100755 --- a/misc/cronjobs/check-url.pl +++ b/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, ); -- 1.7.8