Skip to content

Commit

Permalink
Correct an options typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Jan 21, 2025
1 parent 55f9579 commit 9bb2381
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mathicsscript/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"""
mathicsscript is a command-line interface to Mathics.
Copyright 2020-2021, 2024 The Mathics3 Team
Copyright 2020-2021, 2024-2025 The Mathics3 Team
"""

import os.path as osp
Expand Down
2 changes: 1 addition & 1 deletion mathicsscript/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ def fmt_fun(query: Any) -> Any:
help="Accept Unicode operators in input and show unicode in output.",
)
@click.option(
"--post-mortem/--no-unicode",
"--post-mortem/--no-post-mortem",
show_default=True,
help="go to post-mortem debug on a terminating system exception (needs trepan3k)",
)
Expand Down

0 comments on commit 9bb2381

Please sign in to comment.