Skip to content

Commit

Permalink
Merge pull request #11 from dag-hammarskjold-library/jb/8
Browse files Browse the repository at this point in the history
Update args
  • Loading branch information
jbukhari authored Jul 2, 2024
2 parents 4df3a47 + 9ef8899 commit b93b080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion batch_edits/scripts/batch_edit.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def get_args():
parser.add_argument('--database', help='The database name')
parser.add_argument('--query', help='JSON MDB query document')
parser.add_argument('--querystring', help='DLX query string')
parser.add_argument('--limit', type=int, help='limit the number of records processed')
parser.add_argument('--limit', type=int, default=0, help='limit the number of records processed')
parser.add_argument('--output', required=True, choices=['db', 'mrk'], help='')
parser.add_argument('--output_file', help='File to write output to if output is mrk')
parser.add_argument('--skip_confirm', action='store_true', help='')
Expand Down

0 comments on commit b93b080

Please sign in to comment.