Skip to content

Commit 6cba8ac

Browse files
committed
Add missing help options
1 parent 4f8ac4e commit 6cba8ac

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/Test/main.cc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,17 @@ void PrintHelp() {
368368
<< " format: login:password@ip:port" << std::endl
369369
<< "uinput false If option set, user input device" << std::endl
370370
<< " will be registered in the system" << std::endl
371-
<< "test_data ./ Specifies where to look for test specific data" << std::endl;
371+
<< "test_data ./ Specifies where to look for test specific data" << std::endl
372+
<< "whitelist The path to whitelist file (e.g. whitelist.xml)"<< std::endl
373+
<< " in XML format with specified list of IP with" << std::endl
374+
<< " allowed/denied commands for each of them." << std::endl
375+
<< "webserver-cfg The path to mongoose config file" << std::endl
376+
<< " (e.g. /path/to/config.json) in JSON format with"<< std::endl
377+
<< " specified mongoose start option" << std::endl
378+
<< " (extra-mime-types, listening_ports, etc.)" << std::endl
379+
<< " Option from webserver config file will have" << std::endl
380+
<< " more priority than commandline param" << std::endl
381+
<< " that specify the same option." << std::endl;
372382
}
373383

374384

0 commit comments

Comments
 (0)