Skip to content

Commit

Permalink
Updated the --traceback option help text.
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner authored and sarahboyce committed May 23, 2024
1 parent 718ed69 commit 94ab56e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django/core/management/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,7 @@ def create_parser(self, prog_name, subcommand, **kwargs):
parser,
"--traceback",
action="store_true",
help="Raise on CommandError exceptions.",
help="Display a full stack trace on CommandError exceptions.",
)
self.add_base_argument(
parser,
Expand Down

0 comments on commit 94ab56e

Please sign in to comment.