소스 검색

correct tiny typo in FAQ around Windows celeryd invocation

Paul Jensen 13 년 전
부모
커밋
79c4787ab9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      FAQ

+ 1 - 1
FAQ

@@ -780,7 +780,7 @@ celeryd keeps spawning processes at startup
 **Answer**: This is a known issue on Windows.
 You have to start celeryd with the command::
 
-    $ python -m celeryd.bin.celeryd
+    $ python -m celery.bin.celeryd
 
 Any additional arguments can be appended to this command.