13 options.add_options()(
"filename", bpo::value<std::string>()->default_value(
""),
"Filename of the input file")(
14 "dirname", bpo::value<std::string>()->default_value(
""),
"Directory name where to find the input files")(
15 "flib-host", bpo::value<std::string>()->default_value(
""),
"Host where the timeslice server is running")(
16 "max-timeslices", bpo::value<uint64_t>()->default_value(0),
17 "Maximum number of timeslices to process for Run/ConditionalRun/OnData (0 "
18 "- infinite)")(
"flib-port", bpo::value<uint64_t>()->default_value(0),
"Port where the timeslice server is running");