Parse error
authorRob Church <robchurch@users.mediawiki.org>
Mon, 1 May 2006 16:21:55 +0000 (16:21 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 1 May 2006 16:21:55 +0000 (16:21 +0000)
maintenance/initStats.php

index fb5603d..844cdf7 100644 (file)
@@ -16,7 +16,7 @@ echo( "Refresh Site Statistics\n\n" );
 $dbr =& wfGetDB( DB_SLAVE );
 $fname = 'initStats';
 
-if( isset( $options['help'] ) {
+if( isset( $options['help'] ) {
        showHelp();
        exit();
 }
@@ -62,7 +62,7 @@ echo( "done.\n\n" );
 function showHelp() {
        echo( "Re-initialise the site statistics tables.\n\n" );
        echo( "Usage: php initStats.php [--update]\n\n" );
-       echo( "--update : Update the existing statistics (preserves the ss_total_views field)\n\n" );
+       echo( "         --update : Update the existing statistics (preserves the ss_total_views field)\n\n" );
 }
 
 ?>
\ No newline at end of file