mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
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
This commit is contained in:
@ -63,13 +63,13 @@ int main(int argc, char *argv[])
|
||||
timeSelector::addOptions(true, false);
|
||||
argList::addNote
|
||||
(
|
||||
"add point/face/cell Zones from similar named point/face/cell Sets"
|
||||
"Add point/face/cell Zones from similarly named point/face/cell Sets"
|
||||
);
|
||||
|
||||
argList::addBoolOption
|
||||
(
|
||||
"noFlipMap",
|
||||
"ignore orientation of faceSet"
|
||||
"Ignore orientation of faceSet"
|
||||
);
|
||||
|
||||
#include "addRegionOption.H"
|
||||
|
||||
Reference in New Issue
Block a user