Definition at line 159 of file timecheck.cc.
References Configuration::AddOptions().
Referenced by main().
161 po::options_description control(
"Time check");
162 control.add_options()
163 (
"ntp-server", var<string>(
"hora.roa.es"),
"The ntp server to be queried")
164 (
"interval", var<uint16_t>(15),
"Interval in minutes the ntp server should be queried")
void AddOptions(const po::options_description &opt, bool visible=true)