Skip to content

Commit 85d2f30

Browse files
committed
Punctuation
1 parent f33f8ea commit 85d2f30

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openmc_plotter/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def main():
1717
ap = ArgumentParser(description='OpenMC Plotter GUI')
1818
version_str = f'OpenMC Plotter Version: {__version__}'
1919
ap.add_argument('-v', '--version', action='version', version=version_str,
20-
help='Display version info')
20+
help='Display version info.')
2121
ap.add_argument('-d', '--model-directory', default=os.curdir,
2222
help='Location of model dir (default is current dir)')
2323
ap.add_argument('-e','--ignore-settings', action='store_false',

0 commit comments

Comments
 (0)