mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +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:
@ -76,7 +76,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
argList::addNote
|
||||
(
|
||||
"information about surface meshes"
|
||||
"Information about surface meshes"
|
||||
);
|
||||
|
||||
argList::noBanner();
|
||||
@ -87,17 +87,17 @@ int main(int argc, char *argv[])
|
||||
(
|
||||
"scale",
|
||||
"factor",
|
||||
"input geometry scaling factor"
|
||||
"Input geometry scaling factor"
|
||||
);
|
||||
argList::addBoolOption
|
||||
(
|
||||
"areas",
|
||||
"display area of each face"
|
||||
"Display area of each face"
|
||||
);
|
||||
argList::addBoolOption
|
||||
(
|
||||
"xml",
|
||||
"write output in XML format"
|
||||
"Write output in XML format"
|
||||
);
|
||||
profiling::disable(); // Disable profiling (and its output)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user