소스 검색

Use correct command in "celery control disable_events" example.

Michael Fladischer 11 년 전
부모
커밋
fe46c1030f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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**).