Removes unused -s from osrm-datastore, use osrm-springclean tool, closes #2561

This commit is contained in:
Daniel J. Hofmann 2016-06-21 12:29:20 +02:00 committed by Patrick Niklaus
parent 34ace4dd4b
commit f6746d88b7
No known key found for this signature in database
GPG Key ID: E426891B5F978B1B

View File

@ -16,8 +16,7 @@ bool generateDataStoreOptions(const int argc,
{
// declare a group of options that will be allowed only on command line
boost::program_options::options_description generic_options("Options");
generic_options.add_options()("version,v", "Show version")("help,h", "Show this help message")(
"springclean,s", "Remove all regions in shared memory");
generic_options.add_options()("version,v", "Show version")("help,h", "Show this help message");
// declare a group of options that will be allowed both on command line
// as well as in a config file