Index: trunk/phase3/maintenance/deleteOldRevisions.php |
— | — | @@ -34,7 +34,7 @@ |
35 | 35 | public function execute() { |
36 | 36 | $this->output( "Delete old revisions\n\n" ); |
37 | 37 | if( count( $this->mArgs ) < 1 ) { |
38 | | - $this->error( "Must pass at least 1 page_id", true ); |
| 38 | + $this->error( "Must pass at least 1 page_id\n", true ); |
39 | 39 | } |
40 | 40 | $this->doDelete( $this->hasOption( 'delete' ), $this->mArgs ); |
41 | 41 | } |