Skip to content

Commit

Permalink
Fix description of commaForPredicate switch
Browse files Browse the repository at this point in the history
  • Loading branch information
atextor committed Aug 18, 2021
1 parent b616760 commit 3909423
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/src/main/java/de/atextor/owlcli/OWLCLIWriteCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ public class OWLCLIWriteCommand extends AbstractCommand implements Runnable {
private boolean useCommaByDefault = FormattingStyle.DEFAULT.useCommaByDefault;

@CommandLine.Option( names = { "--commaForPredicate" },
description = "Use commas for multiple objects (Default: ${DEFAULT-VALUE})" )
description = "A set of predicates that, when used multiple times, are separated by commas, even when " +
"useCommaByDefault is false (Default: ${DEFAULT-VALUE})" )
private Set<Property> commaForPredicate = FormattingStyle.DEFAULT.commaForPredicate;

@CommandLine.Option( names = { "--noCommaForPredicate" },
Expand Down

0 comments on commit 3909423

Please sign in to comment.