Skip to content

Commit

Permalink
Fixes docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Mar 14, 2013
1 parent 536e3d9 commit 46b17c5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/app/myapp.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,10 @@
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
Expand Down

0 comments on commit 46b17c5

Please sign in to comment.