diff --git a/databusclient/cli.py b/databusclient/cli.py index 4e97470..0dc7047 100644 --- a/databusclient/cli.py +++ b/databusclient/cli.py @@ -16,7 +16,7 @@ def app(): @app.command() @click.option( - "--version-id", "version_id", + "--versionid", "version_id", required=True, help="Target databus version/dataset identifier of the form " "", diff --git a/test.sh b/test.sh index f590198..0a4c096 100755 --- a/test.sh +++ b/test.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash databusclient deploy \ - --version-id "https://d8lr.tools.dbpedia.org/hopver/testGroup/testArtifact/1.0-alpha/" \ + --versionid "https://d8lr.tools.dbpedia.org/hopver/testGroup/testArtifact/1.0-alpha/" \ --title "Test Title" \ --abstract "Test Abstract" \ --description "Test Description" \