3443 po::options_description control(
"Smart FACT");
3444 control.add_options()
3445 (
"pixel-map-file", var<string>()->required(),
"Pixel mapping file. Used here to get the default reference voltage")
3446 (
"path", var<string>(
"www/smartfact/data"),
"Output path for the data-files")
3447 (
"source-database", var<string>(
""),
"Database link as in\n\tuser:password@server[:port]/database.")
3448 (
"client",
po_bool(
false),
"For a standalone client choose this option.")
void AddOptions(const po::options_description &opt, bool visible=true)
po::typed_value< bool > * po_bool(bool def=false)