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:
@ -64,23 +64,23 @@ int main(int argc, char *argv[])
|
||||
(
|
||||
"scale",
|
||||
"factor",
|
||||
"geometry scaling factor - default is 1"
|
||||
"Geometry scaling factor - default is 1"
|
||||
);
|
||||
argList::addBoolOption
|
||||
(
|
||||
"noBlank",
|
||||
"skip blank items"
|
||||
"Skip blank items"
|
||||
);
|
||||
argList::addBoolOption
|
||||
(
|
||||
"singleBlock",
|
||||
"input is a single block"
|
||||
"Input is a single block"
|
||||
);
|
||||
argList::addOption
|
||||
(
|
||||
"2D",
|
||||
"thickness",
|
||||
"use when converting a 2-D mesh (applied before scale)"
|
||||
"Use when converting a 2-D mesh (applied before scale)"
|
||||
);
|
||||
|
||||
argList args(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user