argList::addArgument("tool"); argList::addNote("Valid options include:"); for (const word& tool : helpType::dictionaryConstructorTablePtr_->sortedToc()) { argList::addNote(" " + tool); } argList::addNote ( "\nNOTE the must actually appear *before* any options" );