Skip to content

Commit 532eb29

Browse files
Andrii BoichukAndrii Boichuk
authored andcommitted
Add test_data description to help output
1 parent c6bda3d commit 532eb29

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Test/main.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,8 @@ void PrintHelp() {
370370
<< "vnc-login 127.0.0.1:5900 VNC server login parameters" << std::endl
371371
<< " Fomat: login:password@ip:port" << std::endl
372372
<< "uinput false If option set, user input device" << std::endl
373-
<< " will be registered in system" << std::endl;
373+
<< " will be registered in system" << std::endl
374+
<< "test_data ./ Specifies where to look for test specific data" << std::endl;
374375
}
375376

376377

0 commit comments

Comments
 (0)