Skip to content

Commit

Permalink
Fix cli example for db (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
hatamiarash7 committed Sep 24, 2023
1 parent 74c1919 commit 8d5bdd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/config.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ to be used by Flower for storing task results, events, or other persistent data.

Example::

$ celery flower persistent=True --db ="flower_db"
$ celery flower --persistent=True --db="flower_db"

.. _debug:

Expand Down

0 comments on commit 8d5bdd6

Please sign in to comment.