File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments