소스 검색

Specify default value for pidfile option of celery beat. (#3722)

Arnaud Rocher 8 년 전
부모
커밋
fd9ea7b50f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      celery/bin/beat.py

+ 1 - 1
celery/bin/beat.py

@@ -37,7 +37,7 @@
 
 .. cmdoption:: --pidfile
 
-    Optional file used to store the process pid.
+    File used to store the process pid. Defaults to `celerybeat.pid`.
 
     The program won't start if this file already exists
     and the pid is still alive.