Skip to content

Commit

Permalink
Add detail to CLI command help
Browse files Browse the repository at this point in the history
  • Loading branch information
hakbailey committed Mar 2, 2023
1 parent fb23531 commit b57e36b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions harvester/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ def main(ctx, host, output_file, verbose):
envvar="RECORD_SKIP_LIST",
multiple=True,
show_default=True,
help="Optional: OAI-PMH identifier of record to skip during harvest. Can be "
"repeated to skip multiple records.",
help="Optional: OAI-PMH identifier of record to skip during harvest. Only works if "
"the harvest method used is 'get'. Can be repeated to skip multiple records, e.g. "
"'-sr oai:12345 -sr oai:67890'. Can also be set via ENV variable, see README for "
"details.",
)
@click.option(
"--exclude-deleted",
Expand Down

0 comments on commit b57e36b

Please sign in to comment.