File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments