http://www.mediawiki.org/wiki/Special:Code/MediaWiki/90549

Revision: 90549
Author:   demon
Date:     2011-06-21 21:14:26 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
Followup r90020: use startid for consistency, and document endid

Modified Paths:
--------------
    trunk/phase3/maintenance/storage/compressOld.php

Modified: trunk/phase3/maintenance/storage/compressOld.php
===================================================================
--- trunk/phase3/maintenance/storage/compressOld.php    2011-06-21 21:07:37 UTC 
(rev 90548)
+++ trunk/phase3/maintenance/storage/compressOld.php    2011-06-21 21:14:26 UTC 
(rev 90549)
@@ -17,7 +17,8 @@
  *  -c <chunk-size>     maximum number of revisions in a concat chunk
  *  -b <begin-date>     earliest date to check for uncompressed revisions
  *  -e <end-date>       latest revision date to compress
- *  -s <start-id>       the old_id to start from
+ *  -s <startid>        the old_id to start from
+ *  -n <endid>          the old_id to stop at
  *  --extdb <cluster>   store specified revisions in an external cluster 
(untested)
  *
  * This program is free software; you can redistribute it and/or modify
@@ -55,7 +56,7 @@
                $this->addOption( 'chunksize', 'Maximum number of revisions in 
a concat chunk', false, true, 'c' );
                $this->addOption( 'begin-date', 'Earliest date to check for 
uncompressed revisions', false, true, 'b' );
                $this->addOption( 'end-date', 'Latest revision date to 
compress', false, true, 'e' );
-               $this->addOption( 'start-id', 'The old_id to start from', 
false, true, 's');
+               $this->addOption( 'startid', 'The old_id to start from', false, 
true, 's' );
                $this->addOption( 'extdb', 'Store specified revisions in an 
external cluster (untested)', false, true );
                $this->addOption( 'endid', 'Stop at this old_id', false, true, 
'n' );
        }


_______________________________________________
MediaWiki-CVS mailing list
MediaWiki-CVS@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs

Reply via email to