X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=maintenance%2FrunJobs.php;h=af2a318bac5a9e6339e4affc3ca27278e508c5c1;hb=23ebfcddc47ffb648154398147ad1b7bc7c20761;hp=929b5c976c651cd6a2e605218aad8de53b9ce32a;hpb=6b4b7758747a3d5f7daefb9e89abe5889c04e256;p=lhc%2Fweb%2Fwiklou.git diff --git a/maintenance/runJobs.php b/maintenance/runJobs.php index 929b5c976c..af2a318bac 100644 --- a/maintenance/runJobs.php +++ b/maintenance/runJobs.php @@ -42,7 +42,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, 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 ); }