From 140fcb61ac20a7e48c7812aae57d2e637b530799 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 25 May 2010 19:12:04 +0200 Subject: Rename link-to-image option to link_to_image --- bin/comirror | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/comirror b/bin/comirror index a9d1c7c..106e7c3 100755 --- a/bin/comirror +++ b/bin/comirror @@ -51,7 +51,7 @@ sub find_image { my $image; if ( - $conf{'link-to-image'} + $conf{'link_to_image'} and $mech->find_link(url_abs_regex => $image_re) ) { @@ -204,7 +204,7 @@ A regular expression matching the URL of the webcomic image to be saved. The text on the link to the next image. Can be left out if it contains "next". -=item link-to-image +=item link_to_image If this is set to a true value, B will first try to find a link pointing to image_re and only if that fails look directly for images. This is -- cgit v1.2.3