Skip to content
This repository was archived by the owner on Oct 8, 2020. It is now read-only.

Commit 03c91c9

Browse files
Adjusted CLI options.
1 parent 68a2c8f commit 03c91c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

sansa-inference-flink/src/main/scala/net/sansa_stack/inference/flink/RDFGraphMaterializer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ object RDFGraphMaterializer {
9393
opt[Unit]("sorted").optional().action( (_, c) =>
9494
c.copy(sortedOutput = true)).text("sorted output of the triples (per file)")
9595

96-
opt[ReasoningProfile]('p', "profile").required().valueName("{rdfs | owl-horst | owl-el | owl-rl}").
96+
opt[ReasoningProfile]('p', "profile").required().valueName("{rdfs | owl-horst}").
9797
action((x, c) => c.copy(profile = x)).
9898
text("the reasoning profile")
9999

sansa-inference-spark/src/main/scala/net/sansa_stack/inference/spark/RDFGraphMaterializer.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ object RDFGraphMaterializer {
9494
opt[Unit]("sorted").optional().action( (_, c) =>
9595
c.copy(sortedOutput = true)).text("sorted output of the triples (per file)")
9696

97-
opt[ReasoningProfile]('p', "profile").required().valueName("{rdfs | owl-horst | owl-el | owl-rl}").
97+
opt[ReasoningProfile]('p', "profile").required().valueName("{rdfs | owl-horst}").
9898
action((x, c) => c.copy(profile = x)).
9999
text("the reasoning profile")
100100

0 commit comments

Comments
 (0)