From: Aaron Schulz Date: Tue, 29 Jul 2014 00:38:56 +0000 (-0700) Subject: Set "has value" flag correctly for result parameter X-Git-Tag: 1.31.0-rc.0~14695^2 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=baaf489633a8b00e698456d2a82234811af8d841;p=lhc%2Fweb%2Fwiklou.git Set "has value" flag correctly for result parameter Change-Id: I97eeef620ddfdda6f09abbfdf0388146d4d02e36 --- 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() {