jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/386316 )

Change subject: Make runJobs.php treat --json value as case insensitive
......................................................................


Make runJobs.php treat --json value as case insensitive

The docs mentioned "JSON", which did not actually work.

Change-Id: Ie9802551d05f7d80d1db0fd316e36f4b35bbc521
---
M maintenance/runJobs.php
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Krinkle: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/maintenance/runJobs.php b/maintenance/runJobs.php
index 929b5c9..af2a318 100644
--- a/maintenance/runJobs.php
+++ b/maintenance/runJobs.php
@@ -42,7 +42,7 @@
                $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, true );
+               $this->addOption( 'result', 'Set to "json" to print only a JSON 
response', false, true );
                $this->addOption( 'wait', 'Wait for new jobs instead of 
exiting', false, false );
        }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/386316
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ie9802551d05f7d80d1db0fd316e36f4b35bbc521
Gerrit-PatchSet: 2
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <[email protected]>
Gerrit-Reviewer: Krinkle <[email protected]>
Gerrit-Reviewer: Parent5446 <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to