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 f6ae272 + 11b3ec3 commit 83eb363Copy full SHA for 83eb363
src/Test/main.cc
@@ -370,7 +370,8 @@ void PrintHelp() {
370
<< "vnc-login 127.0.0.1:5900 VNC server login parameters" << std::endl
371
<< " 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;
+ << " will be registered in system" << std::endl
374
+ << "test_data ./ Specifies where to look for test specific data" << std::endl;
375
}
376
377
0 commit comments