Skip to content

Commit

Permalink
Fix wording UNSMRY files
Browse files Browse the repository at this point in the history
  • Loading branch information
Yngve S. Kristiansen committed Nov 21, 2023
1 parent 00c0ea8 commit 71fc136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res2df/csv2res.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def get_parser() -> argparse.ArgumentParser:

summary_parser = subparsers.add_parser(
"summary",
help="Write summary UNSMRY files",
help="Write UNSMRY files",
description=("Write UNSMRY files from CSV files."),
)
summary.fill_reverse_parser(summary_parser)
Expand Down

0 comments on commit 71fc136

Please sign in to comment.