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