(bug 17948) Maintenance scripts now exit(0) or exit(1) as appropriate
[lhc/web/wiklou.git] / maintenance / initStats.php
index d206c20..bb0cf30 100644 (file)
@@ -16,7 +16,7 @@ echo( "Refresh Site Statistics\n\n" );
 
 if( isset( $options['help'] ) ) {
        showHelp();
-       exit();
+       exit(1);
 }
 
 require "$IP/maintenance/initStats.inc";