An error occurred while loading the file. Please try again.
-
Mark OLESEN authored
- Catch any leading option (the incorrect location). - Catch initialization error for cleaner result.
6dcc46b1
addToolOption.H 306 B
argList::addArgument("tool");
argList::notes.append("Valid <tool> options include:");
for (const word& tool : helpType::dictionaryConstructorTablePtr_->sortedToc())
{
argList::notes.append(" " + tool);
}
argList::notes.append
(
"\nNOTE the <tool> must actually appear *before* any options"
);