Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrancart committed Dec 6, 2019
1 parent 97ad00e commit 11d508c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ArgumentsOwl2Shacl {

@Parameter(
names = { "-s", "--style" },
description = "Style of conversion. Can be 'simple' or 'closed'. Defaults to 'simple'",
description = "Style of conversion. Defaults to 'SIMPLE'",
required = false
)
private Owl2ShaclStyle style = Owl2ShaclStyle.SIMPLE;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@

import fr.sparna.cli.SpaceSplitter;

@Parameters(commandDescription = "Validates some input RDF data against the provided SHACL file, and writes the output in one or more output file. The format"
+ "of the output file(s) is determined based on its file extension.")
@Parameters(commandDescription = "Validates some input RDF data against the provided SHACL file, and writes the output in one or more output file. The format "
+ "of the output file(s) is determined based on the file extension.")
public class ArgumentsValidate {

@Parameter(
Expand Down

0 comments on commit 11d508c

Please sign in to comment.