Skip to content

Commit

Permalink
fix: example command for update-remote-pid
Browse files Browse the repository at this point in the history
* group was missing
  • Loading branch information
utnapischtim committed Feb 19, 2024
1 parent 46ba8f2 commit 796c53f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions repository_cli/records.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,8 +352,8 @@ def update_remote_pid(data_model: str, scheme: str, pid: str = None) -> None:
"""Update remote url.
example call:
invenio repository pids update-remote-pid --data-model marc21 --schema doi
invenio repository pids update-remote-pid --data-model marc21 --schema doi --pid custo-mpid0
invenio repository records pids update-remote-pid --data-model marc21 --schema doi
invenio repository records pids update-remote-pid --data-model marc21 --schema doi --pid custo-mpid0
"""

api = get_records_api(data_model)
Expand Down

0 comments on commit 796c53f

Please sign in to comment.