Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkastner authored Feb 5, 2024
1 parent 1a5f862 commit 5e88544
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyqmmm/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ def welcome():
print("Documenation: https://pyqmmm.readthedocs.io\n")
print("The overall command-line interface (CLI) entry point.")
print("The CLI interacts with the rest of the package.")
print("• Run MD scripts: pyqmmm md -flag")
print("• Run QM scripts: pyqmmm qm -flag\n")
print("• MD scripts overview: pyqmmm md --help")
print("• QM scripts overview: pyqmmm qm --help\n")

welcome()

Expand Down

0 comments on commit 5e88544

Please sign in to comment.