We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3ddafed + 401fd7d commit f67b17bCopy full SHA for f67b17b
src/Test/main.cc
@@ -368,7 +368,9 @@ void PrintHelp() {
368
<< "wi-port 9222 Web inspector listening port" << std::endl
369
<< "version Print version information to stdout and exit" << std::endl
370
<< "vnc-login 127.0.0.1:5900 VNC server login parameters" << std::endl
371
- << " Fomat: login:password@ip:port" << std::endl;
+ << " Fomat: login:password@ip:port" << std::endl
372
+ << "uinput false If option set, user input device" << std::endl
373
+ << " will be registered in system" << std::endl;
374
}
375
376
0 commit comments