From: Ævar Arnfjörð Bjarmason Date: Sat, 22 Oct 2005 10:46:10 +0000 (+0000) Subject: * Fixed typo X-Git-Tag: 1.6.0~1375 X-Git-Url: http://git.cyclocoop.org/url?a=commitdiff_plain;h=b33f582b4918e17cbcdf90422a1c7af0651b9848;p=lhc%2Fweb%2Fwiklou.git * Fixed typo --- diff --git a/maintenance/generateSitemap.php b/maintenance/generateSitemap.php index 9daa3dba87..b9b306908c 100644 --- a/maintenance/generateSitemap.php +++ b/maintenance/generateSitemap.php @@ -26,7 +26,7 @@ # http://www.gnu.org/copyleft/gpl.html if ( $argc < 2) { - print "Usage: php generateSitemap.sql servername [options]\n"; + print "Usage: php generateSitemap.php servername [options]\n"; print " servername is the name of the website, e.g. mywiki.mydomain.org\n"; exit ; }