Skip to content

Commit 630ffd7

Browse files
committed
Correct overlooked argument name
This changed in a401c57.
1 parent 23afd7d commit 630ffd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_lightweight_queue/management/commands/queue_runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def validate_and_normalise(self, options: Dict[str, Any]) -> None:
9595
if options['exact_configuration']:
9696
if not options['extra_settings']:
9797
raise CommandError(
98-
"Must provide a value for '--config' when using "
98+
"Must provide a value for '--extra-settings' when using "
9999
"'--exact-configuration'.",
100100
)
101101

0 commit comments

Comments
 (0)