argList::validArgs.append("tool"); const wordList opts(helpType::dictionaryConstructorTablePtr_->sortedToc()); string note = "Valid options include:"; forAll(opts, i) { note = note + ' ' + opts[i]; } argList::notes.append(note);