Skip to content

Commit

Permalink
Merge branch 'answer_set_formatting' of https://github.com/alpha-asp/…
Browse files Browse the repository at this point in the history
…Alpha into answer_set_formatting
  • Loading branch information
madmike200590 committed Aug 6, 2020
2 parents 5490e95 + 0928f2a commit a30aaf1
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 a30aaf1

Please sign in to comment.