Skip to content

Commit

Permalink
Update src/main/java/at/ac/tuwien/kr/alpha/config/CommandLineParser.java
Browse files Browse the repository at this point in the history
fix typo

Co-authored-by: Antonius Weinzierl <AntoniusW@users.noreply.github.com>
  • Loading branch information
madmike200590 and AntoniusW committed Jul 24, 2020
1 parent fb24ef0 commit 0928f2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public class CommandLineParser {
+ SystemConfig.DEFAULT_GROUNDER_ACCUMULATOR_ENABLED + ")")
.build();
private static final Option OPT_OUTPUT_ATOM_SEPARATOR = Option.builder("sep").longOpt("atomSeparator").hasArg(true).argName("separator")
.desc("a character (sequence) to use s separator for atoms in printed answer sets. (default: "
.desc("a character (sequence) to use as separator for atoms in printed answer sets (default: "
+ SystemConfig.DEFAULT_ATOM_SEPARATOR + ")")
.build();
//@formatter:on
Expand Down

0 comments on commit 0928f2a

Please sign in to comment.