Skip to content

Commit

Permalink
Merge pull request #391 from kba/help-string
Browse files Browse the repository at this point in the history
fix help string for -m/--mets, fix #263
  • Loading branch information
kba authored Jan 10, 2020
2 parents 6be8a13 + 77aaee8 commit db6176a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ocrd/ocrd/decorators.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def cli(mets_url):
print(mets_url)
"""
params = [
click.option('-m', '--mets', help="METS URL to validate", default="mets.xml"),
click.option('-m', '--mets', help="METS to process", default="mets.xml"),
click.option('-w', '--working-dir', help="Working Directory"),
click.option('-I', '--input-file-grp', help='File group(s) used as input.', default='INPUT'),
click.option('-O', '--output-file-grp', help='File group(s) used as output.', default='OUTPUT'),
Expand Down

0 comments on commit db6176a

Please sign in to comment.