소스 검색

Fixes docstring

Ask Solem 12 년 전
부모
커밋
46b17c5237
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      examples/app/myapp.py

+ 3 - 2
examples/app/myapp.py

@@ -10,9 +10,10 @@ Usage:
    32
 
 
-You can also specify the app to use with celeryd::
+You can also specify the app to use with the `celery` command,
+using the `-A` / `--app` option::
 
-    $ celery worker -l info --app=myapp
+    $ celery -A myapp worker -l info
 
 """
 from celery import Celery