Bug 7963 Parallel HTTP requests when checking URLs
[koha_fer] / misc / cronjobs / check-url.pl
index e1d3144..589a4c5 100755 (executable)
@@ -165,7 +165,7 @@ GetOptions(
     'help'          => \$help,
     'host=s'        => \$host,
     'host-pro=s'    => \$host_pro,
-    'agent=s'       => \$agent;
+    'agent=s'       => \$agent,
     'timeout=i',    => \$timeout,
 );
 
@@ -250,6 +250,7 @@ check-url.pl - Check URLs from 856$u field.
 
 Scan all URLs found in 856$u of bib records 
 and display if resources are available or not.
+This script is deprecated. You should rather use check-url-quick.pl.
 
 =back