Skip to content

Commit 2fb3f06

Browse files
Fix --version-id -> --versionid in CLI
1 parent 0235055 commit 2fb3f06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

databusclient/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ def app():
1616

1717
@app.command()
1818
@click.option(
19-
"--version-id", "version_id",
19+
"--versionid", "version_id",
2020
required=True,
2121
help="Target databus version/dataset identifier of the form "
2222
"<https://databus.dbpedia.org/$ACCOUNT/$GROUP/$ARTIFACT/$VERSION>",

0 commit comments

Comments
 (0)