Procházet zdrojové kódy

Merge pull request #1469 from fladi/master

Wrong command in "control disable_events" example line
Ask Solem Hoel před 12 roky
rodič
revize
ddff8d3ec5
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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**).