You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
diff --git a/datalad_dataverse/add_sibling_dataverse.py b/datalad_dataverse/add_sibling_dataverse.py
index cb6e21f..b505907 100644
--- a/datalad_dataverse/add_sibling_dataverse.py+++ b/datalad_dataverse/add_sibling_dataverse.py@@ -98,7 +98,8 @@ class AddSiblingDataverse(ValidatedInterface):
doc="""URL identifying the dataverse instance to connect to
(e.g., https://demo.dataverse.org)""",),
ds_pid=Parameter(
- args=("PID",),+ args=("ds_pid",),+ metavar=("PID",),
doc="""Persistent identifier of the dataverse dataset to
use as a sibling. This PID can be found on the dataset's
landing page on Dataverse. Either right at the top
The text was updated successfully, but these errors were encountered:
mih
added a commit
that referenced
this issue
Apr 7, 2023
Any call gives
this is the fix:
The text was updated successfully, but these errors were encountered: