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:
@ -118,28 +118,28 @@ int main(int argc, char *argv[])
|
||||
argList::addBoolOption
|
||||
(
|
||||
"integral",
|
||||
"couple integral master/slave patches (2 argument mode: default)"
|
||||
"Couple integral master/slave patches (2 argument mode: default)"
|
||||
);
|
||||
argList::addBoolOption
|
||||
(
|
||||
"partial",
|
||||
"couple partially overlapping master/slave patches (2 argument mode)"
|
||||
"Couple partially overlapping master/slave patches (2 argument mode)"
|
||||
);
|
||||
argList::addBoolOption
|
||||
(
|
||||
"perfect",
|
||||
"couple perfectly aligned master/slave patches (2 argument mode)"
|
||||
"Couple perfectly aligned master/slave patches (2 argument mode)"
|
||||
);
|
||||
argList::addBoolOption
|
||||
(
|
||||
"intermediate",
|
||||
"write intermediate stages, not just the final result"
|
||||
"Write intermediate stages, not just the final result"
|
||||
);
|
||||
argList::addOption
|
||||
(
|
||||
"toleranceDict",
|
||||
"file",
|
||||
"dictionary file with tolerances"
|
||||
"Dictionary file with tolerances"
|
||||
);
|
||||
|
||||
// The arguments are non-mandatory when using dictionary mode
|
||||
|
||||
Reference in New Issue
Block a user