We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63df3e8 commit 1895b0dCopy full SHA for 1895b0d
codebasin/tree.py
@@ -33,7 +33,7 @@ def _build_parser() -> argparse.ArgumentParser:
33
parser.add_argument(
34
"--version",
35
action="version",
36
- version=f"CBI Coverage Tool {__version__}",
+ version=f"CBI Tree Tool {__version__}",
37
help=_help_string("Display version information and exit."),
38
)
39
0 commit comments