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:
@ -208,11 +208,11 @@ void createFieldFiles
|
||||
// Main program:
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
Foam::argList::addOption
|
||||
argList::addOption
|
||||
(
|
||||
"templateDir",
|
||||
"file",
|
||||
"read case set-up templates from specified location"
|
||||
"Read case set-up templates from specified location"
|
||||
);
|
||||
|
||||
#include "setRootCase.H"
|
||||
|
||||
Reference in New Issue
Block a user