mirror of
https://github.com/django/django.git
synced 2025-03-10 17:32:41 +00:00
Fixed typo in DiscoverRunner --reverse help text.
This commit is contained in:
parent
235d23cf99
commit
f5a2244217
@ -531,7 +531,7 @@ class DiscoverRunner:
|
|||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'-r', '--reverse', action='store_true',
|
'-r', '--reverse', action='store_true',
|
||||||
help='Reverses test cases order.',
|
help='Reverses test case order.',
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
'--debug-mode', action='store_true',
|
'--debug-mode', action='store_true',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user