X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=misc%2Fcronjobs%2Fsitemap.pl;h=80c01fdd03fe0d918faa19019d86c539fb0f9a0a;hb=3a5534fcf5c945e744a86422eb03251b40ea5894;hp=bc1bca79c910ba17f07830118ed13e8b24173e4a;hpb=41657a87f6981516affff2f482084c7104aa34cb;p=koha.git diff --git a/misc/cronjobs/sitemap.pl b/misc/cronjobs/sitemap.pl index bc1bca79c9..80c01fdd03 100755 --- a/misc/cronjobs/sitemap.pl +++ b/misc/cronjobs/sitemap.pl @@ -52,13 +52,13 @@ unless ($url) { } $url =~ s/\/*$//g; -my $sitemaper = Koha::Sitemapper->new( +my $sitemapper = Koha::Sitemapper->new( verbose => $verbose, url => $url, dir => $dir, short => $short, ); -$sitemaper->run(); +$sitemapper->run(); =head1 USAGE @@ -72,7 +72,8 @@ $sitemaper->run(); =head1 SYNOPSIS sitemap.pl --verbose - sitemap.pl --noshort --url /home/koha/mylibrary/www + sitemap.pl --noshort --dir /home/koha/mylibrary/www + sitemap.pl --url opac.myDNSname.org =head1 DESCRIPTION