Skip to content

Commit

Permalink
Merge pull request #274 from RichardScottOZ/patch-3
Browse files Browse the repository at this point in the history
INPUT_FILE METAVAR plurality
  • Loading branch information
brmather authored Sep 24, 2024
2 parents c7f1e95 + 7f43412 commit b2f488c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gplately/commands/create_age_grids.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def add_parser(parser: argparse.ArgumentParser):
# agegrid command arguments
agegrid_cmd.set_defaults(func=_run_create_agegrids)
agegrid_cmd.add_argument(
metavar="INPUT_FILE",
metavar="INPUT_FILES",
nargs="*",
help="input reconstruction files, including rotation files and topology files",
dest="input_filenames",
Expand Down

0 comments on commit b2f488c

Please sign in to comment.