foamDictionary: Removed documentation for the unused -case option

foamDictionary operates on individual dictionary files irrespective of their
location or case they may be associated with and hence a case database is not
needed to read them.
This commit is contained in:
Henry Weller
2020-06-04 10:19:06 +01:00
parent 44cf9977c3
commit 517270e215

View File

@ -33,9 +33,6 @@ Description
Usage
\b foamDictionary [OPTION] dictionary
- \par -case \<dir\>
Select a case directory
- \par -parallel
Specify case as a parallel job
@ -330,6 +327,7 @@ void remove(dictionary& dict, const dictionary& removeDict)
int main(int argc, char *argv[])
{
argList::removeOption("case");
writeInfoHeader = false;
argList::addNote("manipulates dictionaries");