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:
@ -64,7 +64,7 @@ int main(int argc, char *argv[])
|
||||
{
|
||||
argList::addNote
|
||||
(
|
||||
"merge two meshes"
|
||||
"Merge two meshes"
|
||||
);
|
||||
|
||||
#include "addOverwriteOption.H"
|
||||
@ -74,7 +74,7 @@ int main(int argc, char *argv[])
|
||||
(
|
||||
"masterRegion",
|
||||
"name",
|
||||
"specify alternative mesh region for the master mesh"
|
||||
"Specify alternative mesh region for the master mesh"
|
||||
);
|
||||
|
||||
argList::addArgument("addCase");
|
||||
@ -82,13 +82,13 @@ int main(int argc, char *argv[])
|
||||
(
|
||||
"addRegion",
|
||||
"name",
|
||||
"specify alternative mesh region for the additional mesh"
|
||||
"Specify alternative mesh region for the additional mesh"
|
||||
);
|
||||
argList::addOption
|
||||
(
|
||||
"resultTime",
|
||||
"time",
|
||||
"specify a time for the resulting mesh"
|
||||
"Specify a time for the resulting mesh"
|
||||
);
|
||||
|
||||
argList args(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user