X-Git-Url: https://git.cyclocoop.org/?a=blobdiff_plain;f=maintenance%2FrunJobs.php;h=40605cebaed736cc0df12a56452eb4f782033d30;hb=b1e4006b440185c7e8304c03946bb0155b0edc83;hp=c7578029b1f7ebc12b041a7dd6f3c3411c966db5;hpb=4a874cfd5bcef8918898bc175b66098350b39601;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() {