mirror of
https://github.com/django/django.git
synced 2025-06-05 11:39:13 +00:00
Updated the --traceback option help text.
This commit is contained in:
parent
718ed69751
commit
94ab56ee2e
@ -345,7 +345,7 @@ class BaseCommand:
|
|||||||
parser,
|
parser,
|
||||||
"--traceback",
|
"--traceback",
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help="Raise on CommandError exceptions.",
|
help="Display a full stack trace on CommandError exceptions.",
|
||||||
)
|
)
|
||||||
self.add_base_argument(
|
self.add_base_argument(
|
||||||
parser,
|
parser,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user