You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"This synopsis lists options available in hub role only. To get help on the command line options available for other roles run the server with both -role and -help options.");
41
+
"This synopsis lists options available in hub role only. To get help on the command line options available for other roles run the server with -help option and the corresponding -role option value.");
"This synopsis lists options available in node role only. To get help on the command line options available for other roles run the server with both -role and -help options.");
52
+
"This synopsis lists options available in node role only. To get help on the command line options available for other roles run the server with -help option and the corresponding -role option value.");
Copy file name to clipboardExpand all lines: java/server/src/org/openqa/selenium/server/cli/RemoteControlLauncher.java
+2-2
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ public class RemoteControlLauncher {
31
31
32
32
publicstaticvoidusage(Stringmsg) {
33
33
if (msg != null) {
34
-
System.out.println(msg + ":");
34
+
System.out.println(msg);
35
35
}
36
36
StringINDENT = " ";
37
37
StringINDENT2X = INDENT + INDENT;
@@ -109,7 +109,7 @@ public static void usage(String msg) {
109
109
"then all \"https\" strings in the HTML of the test application will be changed to be \"http\".");
110
110
printWrappedLine(
111
111
"",
112
-
"\nThis synopsis lists options available in standalone role only. To get help on the command line options available for other roles run the server with both -role and -help options.");
112
+
"\nThis synopsis lists options available in standalone role only. To get help on the options available for other roles run the server with -help option and the corresponding -role option value.");
0 commit comments