r57809 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r57808‎ | r57809 | r57810 >
Date:12:30, 16 October 2009
Author:ialex
Status:ok
Tags:
Comment:
compress option needs a value :)
Modified paths:
  • /trunk/phase3/maintenance/generateSitemap.php (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/generateSitemap.php
@@ -134,7 +134,7 @@
135135 $this->addOption( 'server', "The protocol and server name to use in URLs, e.g.\n" .
136136 "\t\thttp://en.wikipedia.org. This is sometimes necessary because\n" .
137137 "\t\tserver name detection may fail in command line scripts.", false, true );
138 - $this->addOption( 'compress', 'Compress the sitemap files, can take value yes|no, default yes' );
 138+ $this->addOption( 'compress', 'Compress the sitemap files, can take value yes|no, default yes', false, true );
139139 }
140140
141141 /**

Status & tagging log