Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ask committed Jan 23, 2014
1 parent 64a3762 commit 537a2ec
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,7 @@ You can easily add Celery to your flask application like this:
To start the worker you can then launch the ``celery worker`` command
by pointing to your ``celery`` app instance::

$ celery -A myapp worker -l info

(if the app argument (``-A|--app)`` is a module/package instead of an
attribute
it will automatically expand into ``myapp.celery``)
$ celery -A myapp:celery worker -l info


See the commands help screen for more information::
Expand Down

0 comments on commit 537a2ec

Please sign in to comment.