r86045 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86044‎ | r86045 | r86046 >
Date:12:57, 14 April 2011
Author:reedy
Status:ok
Tags:
Comment:
Fix description in maintenance script
Modified paths:
  • /trunk/extensions/CodeReview/populateFollowupRevisions.php (modified) (history)

Diff [purge]

Index: trunk/extensions/CodeReview/populateFollowupRevisions.php
@@ -11,7 +11,7 @@
1212 parent::__construct();
1313 $this->mDescription = "Populates followup revisions. Useful for setting them on old revisions, without reimporting";
1414 $this->addArg( 'repo', 'The name of the repo. Cannot be all.' );
15 - $this->addArg( 'revisions', "The revisions to set status for. Format: start:end" );
 15+ $this->addArg( 'revisions', "The revisions to set followups revisions for. Format: start:end" );
1616 $this->addOption( 'dry-run', 'Perform a dry run' );
1717 }
1818

Status & tagging log