Skip to content

Commit

Permalink
GEOSX -> GEOS
Browse files Browse the repository at this point in the history
  • Loading branch information
CusiniM committed Apr 12, 2024
1 parent 372f0ec commit 6577323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geosx_mesh_doctor/mesh_doctor/parsing/cli_parsing.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def init_parser() -> argparse.ArgumentParser:
Increase verbosity (-{__VERBOSITY_FLAG}, -{__VERBOSITY_FLAG * 2}) to get full information.
"""
formatter = lambda prog: argparse.RawTextHelpFormatter( prog, max_help_position=8 )
parser = argparse.ArgumentParser( description='Inspects meshes for GEOSX.',
parser = argparse.ArgumentParser( description='Inspects meshes for GEOS.',
epilog=textwrap.dedent( epilog_msg ),
formatter_class=formatter )
# Nothing will be done with this verbosity/quiet input.
Expand Down

0 comments on commit 6577323

Please sign in to comment.