Skip to content

Commit aca668e

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

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

databusclient/cli.py

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

0 commit comments

Comments
 (0)