Skip to content

Commit

Permalink
Config settings do not use -- in their names
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Jun 28, 2021
1 parent 4798b00 commit ebd0998
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ public class DistributorFlags implements HasRoles {
@Parameter(description = "Allow the Distributor to reject a request immediately if the Grid does not support the requested capability." +
"Rejecting requests immediately is suitable for Grid set up that does not spin up Nodes on demand.",
names = "--reject-unsupported-caps", arity = 1)
@ConfigValue(section = DISTRIBUTOR_SECTION, name = "--reject-unsupported-caps", example = "true")
@ConfigValue(section = DISTRIBUTOR_SECTION, name = "reject-unsupported-caps", example = "true")
private boolean rejectUnsupportedCaps = DEFAULT_REJECT_UNSUPPORTED_CAPS;

@Override
Expand Down

0 comments on commit ebd0998

Please sign in to comment.