From baaf489633a8b00e698456d2a82234811af8d841 Mon Sep 17 00:00:00 2001 From: Aaron Schulz Date: Mon, 28 Jul 2014 17:38:56 -0700 Subject: [PATCH] Set "has value" flag correctly for result parameter Change-Id: I97eeef620ddfdda6f09abbfdf0388146d4d02e36 --- maintenance/runJobs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { -- 2.20.1