diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-25 19:12:04 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-05-25 19:12:04 +0200 |
commit | 140fcb61ac20a7e48c7812aae57d2e637b530799 (patch) | |
tree | 4c22a583d4bf1c0ef3f5637843070be9c2794d22 /bin | |
parent | 63923778142849ff92f8990a73e4846dad41a9f2 (diff) |
Rename link-to-image option to link_to_image
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/comirror | 4 |
1 files 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<comirror> will first try to find a link pointing to image_re and only if that fails look directly for images. This is |