Parcourir la source

Merge pull request #1469 from fladi/master

Wrong command in "control disable_events" example line
Ask Solem Hoel il y a 12 ans
Parent
commit
ddff8d3ec5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/userguide/monitoring.rst

+ 1 - 1
docs/userguide/monitoring.rst

@@ -134,7 +134,7 @@ Commands
 
     .. code-block:: bash
 
-        $ celery inspect disable_events
+        $ celery control disable_events
 
 * **migrate**: Migrate tasks from one broker to another (**EXPERIMENTAL**).