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