Skip to content

Commit 6cb3e2f

Browse files
committed
[grid] Improving flag description
Related to #11697 [skip ci]
1 parent c5fd09a commit 6cb3e2f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

java/src/org/openqa/selenium/grid/node/config/NodeFlags.java

+2-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ public class NodeFlags implements HasRoles {
8686

8787
@Parameter(
8888
names = {"--selenium-manager"}, arity = 1,
89-
description = "When drivers are not available on the current system, fallback to, " +
90-
"Selenium Manager. Drivers will be downloaded the first time a session " +
91-
"request for the given browser is processed.")
89+
description = "When drivers are not available on the current system, use, " +
90+
"Selenium Manager.")
9291
@ConfigValue(section = NODE_SECTION, name = "selenium-manager", example = "true")
9392
public Boolean useSeleniumManager = DEFAULT_USE_SELENIUM_MANAGER;
9493

0 commit comments

Comments
 (0)