X-Git-Url: http://git.cyclocoop.org//%27http:/jquery.khurshid.com/ifixpng.php/%27?a=blobdiff_plain;f=maintenance%2FrunJobs.php;h=40605cebaed736cc0df12a56452eb4f782033d30;hb=96e0ed45a81dfb4783c74353a8e70d0b926ad900;hp=c7578029b1f7ebc12b041a7dd6f3c3411c966db5;hpb=99133433cbf42a94d11a287beb936768b30f0023;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/runJobs.php b/maintenance/runJobs.php index c7578029b1..40605cebae 100644 --- a/maintenance/runJobs.php +++ b/maintenance/runJobs.php @@ -37,7 +37,7 @@ class RunJobs extends Maintenance { $this->addOption( 'type', 'Type of job to run', false, true ); $this->addOption( 'procs', 'Number of processes to use', false, true ); $this->addOption( 'nothrottle', 'Ignore job throttling configuration', false, false ); - $this->addOption( 'result', 'Set to JSON to print only a JSON response', false, false ); + $this->addOption( 'result', 'Set to JSON to print only a JSON response', false, true ); } public function memoryLimit() {