We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--
1 parent 4798b00 commit ebd0998Copy full SHA for ebd0998
java/server/src/org/openqa/selenium/grid/distributor/config/DistributorFlags.java
@@ -94,7 +94,7 @@ public class DistributorFlags implements HasRoles {
94
@Parameter(description = "Allow the Distributor to reject a request immediately if the Grid does not support the requested capability." +
95
"Rejecting requests immediately is suitable for Grid set up that does not spin up Nodes on demand.",
96
names = "--reject-unsupported-caps", arity = 1)
97
- @ConfigValue(section = DISTRIBUTOR_SECTION, name = "--reject-unsupported-caps", example = "true")
+ @ConfigValue(section = DISTRIBUTOR_SECTION, name = "reject-unsupported-caps", example = "true")
98
private boolean rejectUnsupportedCaps = DEFAULT_REJECT_UNSUPPORTED_CAPS;
99
100
@Override
0 commit comments