File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/chrome/test/webdriver Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -355,7 +355,8 @@ int RunChromeDriver() {
355
355
<< " JSON format with specified WD parameters as" << std::endl
356
356
<< " described above (port, root, etc.)" << std::endl
357
357
<< " wi-server false If true, web inspector will be enabled" << std::endl
358
- << " wi-port 9222 Web inspector listening port" << std::endl;
358
+ << " wi-port 9222 Web inspector listening port" << std::endl
359
+ << " version Print version information to stdout and exit" << std::endl;
359
360
360
361
return (EXIT_SUCCESS);
361
362
}
@@ -457,7 +458,7 @@ int RunChromeDriver() {
457
458
}
458
459
}
459
460
if (cmd_line->HasSwitch (" wi-port" ))
460
- wi_port = QString (cmd_line->GetSwitchValueASCII (" wi= port" ).c_str ()).toInt ();
461
+ wi_port = QString (cmd_line->GetSwitchValueASCII (" wi- port" ).c_str ()).toInt ();
461
462
462
463
// if (cmd_line->HasSwitch(kEnableKeepAlive))
463
464
// enable_keep_alive = true;
You can’t perform that action at this time.
0 commit comments