Skip to content

Commit

Permalink
[app][doc] Document that ocrd workspace clone supports OAI-PMH GetRec…
Browse files Browse the repository at this point in the history
…ord now
  • Loading branch information
kba committed Aug 28, 2020
1 parent 1092cf7 commit 02712ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocrd/ocrd/cli/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ def workspace_clone(ctx, clobber_mets, download, mets_url, workspace_dir):
METS_URL can be a URL, an absolute path or a path relative to $PWD.
If METS_URL is not provided, use --mets accordingly.
METS_URL can also be an OAI-PMH GetRecord URL wrapping a METS file.
"""
LOG = getLogger('ocrd.cli.workspace.clone')
if workspace_dir:
Expand Down

0 comments on commit 02712ab

Please sign in to comment.