Index: branches/REL1_16/phase3/maintenance/Maintenance.php |
— | — | @@ -591,11 +591,11 @@ |
592 | 592 | $this->output( "$output\n" ); |
593 | 593 | foreach( $this->mParams as $par => $info ) { |
594 | 594 | $this->output( wordwrap( "$tab$par : " . $info['desc'], $descWidth, |
595 | | - "\n$tab$tab" ) . "\n" ); |
| 595 | + "\n$tab$tab" ) . "\n" ); |
596 | 596 | } |
597 | 597 | foreach( $this->mArgList as $info ) { |
598 | 598 | $this->output( wordwrap( "$tab<" . $info['name'] . "> : " . |
599 | | - $info['desc'], $descWidth, "\n$tab$tab" ) . "\n" ); |
| 599 | + $info['desc'], $descWidth, "\n$tab$tab" ) . "\n" ); |
600 | 600 | } |
601 | 601 | die( 1 ); |
602 | 602 | } |