Index: trunk/extensions/CodeReview/populateFollowupRevisions.php |
— | — | @@ -11,7 +11,7 @@ |
12 | 12 | parent::__construct(); |
13 | 13 | $this->mDescription = "Populates followup revisions. Useful for setting them on old revisions, without reimporting"; |
14 | 14 | $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" ); |
16 | 16 | $this->addOption( 'dry-run', 'Perform a dry run' ); |
17 | 17 | } |
18 | 18 | |