Files
openfoam/src/OpenFOAM/include/addOverwriteOption.H
Mark Olesen cb919a6c41 ENH: tag some options as 'advanced' (only shown with -help-full)
General:
    * -roots, -hostRoots, -fileHandler

Specific:
    * -to <coordinateSystem> -from <coordinateSystem>

- Display -help-compat when compatibility or ignored options are available

STYLE: capitalization of options text
2018-07-31 11:54:15 +02:00

6 lines
95 B
C

Foam::argList::addBoolOption
(
"overwrite",
"Overwrite existing mesh/results files"
);