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:
Mark Olesen
2018-07-31 11:54:15 +02:00
parent d40103a86f
commit cb919a6c41
98 changed files with 403 additions and 385 deletions

View File

@ -340,7 +340,7 @@ int main(int argc, char *argv[])
{
argList::addNote
(
"select a mesh subset based on a cellSet"
"Select a mesh subset based on a cellSet"
);
#include "addOverwriteOption.H"
@ -350,21 +350,21 @@ int main(int argc, char *argv[])
(
"patch",
"name",
"add exposed internal faces to specified patch instead of to "
"Add exposed internal faces to specified patch instead of to "
"'oldInternalFaces'"
);
argList::addOption
(
"patches",
"names",
"add exposed internal faces to nearest of specified patches"
"Add exposed internal faces to nearest of specified patches"
" instead of to 'oldInternalFaces'"
);
argList::addOption
(
"resultTime",
"time",
"specify a time for the resulting mesh"
"Specify a time for the resulting mesh"
);
#include "setRootCase.H"
#include "createTime.H"