diff options
| author | Peter Bittner <django@bittner.it> | 2024-05-14 13:48:54 +0200 |
|---|---|---|
| committer | Sarah Boyce <42296566+sarahboyce@users.noreply.github.com> | 2024-05-23 13:56:31 +0200 |
| commit | 94ab56ee2e24d4764296580da66dbbdc9ba03b02 (patch) | |
| tree | fb90a991ac4a9d67d5932f5b859537645c927e95 | |
| parent | 718ed69751c9b3923ffa99ce000e733c8350d0a6 (diff) | |
Updated the --traceback option help text.
| -rw-r--r-- | django/core/management/base.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/management/base.py b/django/core/management/base.py index 4c47e1c6e5..41b17a24c8 100644 --- a/django/core/management/base.py +++ b/django/core/management/base.py @@ -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, |
