0
0
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:
Nick Pope 2018-09-11 12:46:58 -04:00 committed by Tim Graham
parent a43cfc23d4
commit a4d8e412e0

View File

@ -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):