Skip to content

Commit

Permalink
#331 Fix option name
Browse files Browse the repository at this point in the history
  • Loading branch information
luigi-asprino committed Aug 26, 2024
1 parent d42b103 commit 2b6108c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public class IRIArgument {
public static final IRIArgument ANNOTATE_TRIPLES_WITH_SLOT_KEYS = new IRIArgument("annotate-triples-with-slot-keys", "false");

public static final IRIArgument GENERATE_PREDICATE_LABELS = new IRIArgument("generate-predicate-labels", "false");
public static final IRIArgument READ_FROM_STD_IN = new IRIArgument(" ", "false");
public static final IRIArgument READ_FROM_STD_IN = new IRIArgument("read-from-std-in", "false");

private final String name;
private final String defaultValue;
Expand Down

0 comments on commit 2b6108c

Please sign in to comment.