Explorar o código

Fixes typo celeryd -> celery worker. Fixes #843

Ask Solem %!s(int64=12) %!d(string=hai) anos
pai
achega
6f89bd18fc
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      docs/userguide/concurrency/eventlet.rst

+ 2 - 2
docs/userguide/concurrency/eventlet.rst

@@ -40,9 +40,9 @@ Enabling Eventlet
 =================
 
 You can enable the Eventlet pool by using the ``-P`` option to
-:program:`celeryd`::
+:program:`celery worker`::
 
-    $ celeryd -P eventlet -c 1000
+    $ celery worker -P eventlet -c 1000
 
 .. _eventlet-examples: