Browse Source

fix dummy error

Mario Young 10 years ago
parent
commit
346597f8be
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Resources/docs/running_jobs.rst

+ 2 - 2
Resources/docs/running_jobs.rst

@@ -29,7 +29,7 @@ settings are correct.
 
 .. code-block:: bash
 
-    $ php app/console gearman:workers:list
+    $ php app/console gearman:worker:list
 
     @Worker:  Mmoreramerino\TestBundle\Services\AcmeWorker
     callablename:  MmoreramerinoTestBundleServicesMyAcmeWorker
@@ -149,4 +149,4 @@ of the job. The Method returns a JobStatus object placed in
     $completionTotal = $jobStatus->getCompletionTotal();
     $completionPercent = $jobStatus->getCompletionPercent();
 
-.. _Supervisord: http://supervisord.org/
+.. _Supervisord: http://supervisord.org/