mirror of
https://github.com/django/django.git
synced 2024-12-01 15:42:04 +01:00
Refs #29560 -- Fixed typo in django/core/management/base.py.
This commit is contained in:
parent
a43cfc23d4
commit
a4d8e412e0
@ -95,7 +95,7 @@ class DjangoHelpFormatter(HelpFormatter):
|
||||
"""
|
||||
show_last = {
|
||||
'--version', '--verbosity', '--traceback', '--settings', '--pythonpath',
|
||||
'--no-color', '--force_color',
|
||||
'--no-color', '--force-color',
|
||||
}
|
||||
|
||||
def _reordered_actions(self, actions):
|
||||
|
Loading…
Reference in New Issue
Block a user