1
0
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:
Peter Bittner 2024-05-14 13:48:54 +02:00 committed by Sarah Boyce
parent 718ed69751
commit 94ab56ee2e

View File

@ -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,