Actions
Feature #1146
closedMore info on command line options
Start date:
11/27/2012
Due date:
% Done:
0%
Estimated time:
Description
const char * cPluginAndroVdr::CommandLineHelp(void) { return " -p port port number to listen to\n" " -P password password (none if not given)" " -s force check against svdrphosts.conf"; }
const char * cPluginAndroVdr::CommandLineHelp(void) { return " -p port port number to listen to\n" " -P password password (none if not given). No password forces check against svdrphosts.conf.\n" " -s force check against svdrphosts.conf, even if a password was given\n"; }
Actions