Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix a typo to display the help message in first-steps-with-django #9036

Merged
merged 1 commit into from
May 21, 2024

Conversation

ppawlak
Copy link
Contributor

@ppawlak ppawlak commented May 21, 2024

With celery 5.4.0 $ celery help yields:

Usage: celery [OPTIONS] COMMAND [ARGS]...
Try 'celery --help' for help.

Error: No such command 'help'.

Did you mean one of these?
    shell

The right command to display the help message seems to be : $ celery --help

@auvipy auvipy merged commit 83b100a into celery:main May 21, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants