1
0
Fork 0
This commit is contained in:
Frank Celler 2016-04-15 23:04:32 -07:00
parent 22e116b143
commit f40f87155a
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ AffinityFeature::AffinityFeature(
void AffinityFeature::collectOptions(std::shared_ptr<ProgramOptions> options) {
LOG_TOPIC(TRACE, Logger::STARTUP) << name() << "::collectOptions";
options->addSection("affinity", "Configure the affinity");
options->addSection("server", "Server features");
std::unordered_set<uint32_t> choices{0, 1, 2, 3, 4};