Skip to content

Commit

Permalink
Add missing space (#6468)
Browse files Browse the repository at this point in the history
  • Loading branch information
mivade committed Nov 8, 2020
1 parent 406f04a commit b038786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery/bin/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ def detach(path, argv, logfile=None, pidfile=None, uid=None,
type=click.Path(),
callback=lambda ctx, _, value: value or ctx.obj.app.conf.worker_state_db,
help_group="Worker Options",
help="Path to the state database. The extension '.db' may be"
help="Path to the state database. The extension '.db' may be "
"appended to the filename.")
@click.option('-l',
'--loglevel',
Expand Down

0 comments on commit b038786

Please sign in to comment.