Skip to content

Commit f67b17b

Browse files
committed
Merge branch 'WD_1.X_dev' of https://portal-ua.globallogic.com/git/wd into WD_1.X_dev
2 parents 3ddafed + 401fd7d commit f67b17b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Test/main.cc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,9 @@ void PrintHelp() {
368368
<< "wi-port 9222 Web inspector listening port" << std::endl
369369
<< "version Print version information to stdout and exit" << std::endl
370370
<< "vnc-login 127.0.0.1:5900 VNC server login parameters" << std::endl
371-
<< " Fomat: login:password@ip:port" << 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;
372374
}
373375

374376

0 commit comments

Comments
 (0)