Skip to content

Commit c6316e2

Browse files
docs: clarify CLI terminology to align with Databus model (Artifact vs Version)
1 parent e8704ab commit c6316e2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

databusclient/cli.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ def app():
7070
help="Target databus version/dataset identifier of the form "
7171
"<https://databus.dbpedia.org/$ACCOUNT/$GROUP/$ARTIFACT/$VERSION>",
7272
)
73-
@click.option("--title", required=True, help="Dataset title")
74-
@click.option("--abstract", required=True, help="Dataset abstract max 200 chars")
75-
@click.option("--description", required=True, help="Dataset description")
73+
@click.option("--title", required=True, help="Artifact Label: the permanent name of the data series (applies to all versions)")
74+
@click.option("--abstract", required=True, help="Version Abstract: a short summary (max 200 chars) specific to this timestamped release")
75+
@click.option("--description", required=True, help="Version Description: detailed metadata for this specific release (supports Markdown)")
7676
@click.option(
7777
"--license", "license_url", required=True, help="License (see dalicc.net)"
7878
)

0 commit comments

Comments
 (0)