No longer hard crash datastore on unrecognised options
This commit is contained in:
@@ -82,7 +82,7 @@ return_code parseArguments(int argc, char *argv[], extractor::ExtractorConfig &e
|
||||
.run(),
|
||||
option_variables);
|
||||
}
|
||||
catch (boost::program_options::error &e)
|
||||
catch (const boost::program_options::error &e)
|
||||
{
|
||||
util::SimpleLogger().Write(logWARNING) << "[error] " << e.what();
|
||||
return return_code::fail;
|
||||
|
||||
Reference in New Issue
Block a user