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:
@ -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");
|
||||
|
||||
Reference in New Issue
Block a user