We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89328df commit fd40eedCopy full SHA for fd40eed
src/diffpy/cmi/app.py
@@ -23,7 +23,7 @@ def main():
23
args = parser.parse_args()
24
25
if args.version:
26
- print(f"diffpy-cmi {__version__}")
+ print(f"diffpy.cmi {__version__}")
27
else:
28
# Default behavior when no arguments are given
29
parser.print_help()
0 commit comments